We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f484d5c + 7cc9857 commit c5e133fCopy full SHA for c5e133f
1 file changed
nix/unwrapped.nix
@@ -14,9 +14,9 @@
14
tomlplusplus,
15
ghc_filesystem,
16
libarchive,
17
+ pkg-config,
18
darwin,
19
gamemode,
- extra-cmake-modules,
20
nix-filter,
21
msaClientID ? null,
22
gamemodeSupport ? stdenv.hostPlatform.isLinux,
@@ -54,7 +54,7 @@ in
54
nativeBuildInputs = [
55
cmake
56
ninja
57
- extra-cmake-modules
+ kdePackages.extra-cmake-modules
58
jdk17
59
stripJavaArchivesHook
60
];
@@ -68,6 +68,7 @@ in
68
kdePackages.quazip
69
libarchive
70
tomlplusplus
71
+ pkg-config
72
qrencode
73
zlib
74
]
0 commit comments