mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2024-11-16 22:25:59 +01:00
nix: add pkg-config to depsBuildBuild
This commit is contained in:
parent
6c6e54faa8
commit
36e83af943
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ stdenv.mkDerivation {
|
|||
--replace GIT_COMMIT_HASH '"${commit}"'
|
||||
'';
|
||||
|
||||
depsBuildBuild = [
|
||||
pkg-config
|
||||
];
|
||||
|
||||
cmakeBuildType =
|
||||
if debug
|
||||
then "Debug"
|
||||
|
|
Loading…
Reference in a new issue