diff options
author | Vaxry <[email protected]> | 2024-04-30 02:54:43 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-30 02:54:43 +0100 |
commit | 62ae2b3f40ffce99e1d94384800e9eba6638f447 (patch) | |
tree | 0dc44f26c368c3d7e94be42a965cbec97a06c9da /nix | |
parent | 5edc32930d85f5f481160b938965c8bc329487e7 (diff) | |
download | Hyprland-62ae2b3f40ffce99e1d94384800e9eba6638f447.tar.gz Hyprland-62ae2b3f40ffce99e1d94384800e9eba6638f447.zip |
pluginAPI/hooks: Remove dependency on cc from the hooksystem (#5801)
* Remove dependency on cc from the hooksystem
* Nix: remove cc from wrapper
---------
Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'nix')
-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 |