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 <mihai@fufexan.net>
This commit is contained in:
Vaxry
2024-04-30 02:54:43 +01:00
committed by GitHub
parent 5edc32930d
commit 62ae2b3f40
2 changed files with 39 additions and 77 deletions

View File

@@ -148,7 +148,6 @@ in
${lib.optionalString wrapRuntimeDeps ''
wrapProgram $out/bin/Hyprland \
--suffix PATH : ${lib.makeBinPath [
stdenv.cc
binutils
pciutils
pkgconf