diff options
author | Mihai Fufezan <[email protected]> | 2024-04-29 21:55:30 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-04-29 21:55:30 +0300 |
commit | 6cd5af8d7867a72986123ddb9459aa7ee5d5e085 (patch) | |
tree | 83aae706357da740aa6ddf524b1c05f042f1208c | |
parent | 0c0907cfafa46dc0d26aed30361e2c00c35dcf6c (diff) | |
download | Hyprland-hook-system-no-cc.tar.gz Hyprland-hook-system-no-cc.zip |
Nix: remove cc from wrapperhook-system-no-cc
-rw-r--r-- | nix/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix index 3cd0f6c3..216e69a5 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -148,7 +148,6 @@ in ${lib.optionalString wrapRuntimeDeps '' wrapProgram $out/bin/Hyprland \ --suffix PATH : ${lib.makeBinPath [ - stdenv.cc binutils pciutils pkgconf |