diff options
author | Mihai Fufezan <[email protected]> | 2024-04-08 20:53:07 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-04-08 20:54:06 +0300 |
commit | 277f2bb76ace017e54c3bd8ea1a754e77350455a (patch) | |
tree | b5c8bd23858045037835d7de5315bf1def02c0f3 /nix | |
parent | 0457c2e348faf37f7360a9ddfbf97b50de94e5c9 (diff) | |
download | Hyprland-277f2bb76ace017e54c3bd8ea1a754e77350455a.tar.gz Hyprland-277f2bb76ace017e54c3bd8ea1a754e77350455a.zip |
Nix: add pkgconf
Diffstat (limited to 'nix')
-rw-r--r-- | nix/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/default.nix b/nix/default.nix index 91e132b2..907c6fec 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -2,6 +2,7 @@ lib, stdenv, pkg-config, + pkgconf, makeWrapper, meson, ninja, @@ -145,6 +146,7 @@ in stdenv.cc binutils pciutils + pkgconf ]} ''} ''; |