Skip to content

Commit c5e133f

Browse files
fix(nix): hotfix (#190)
2 parents f484d5c + 7cc9857 commit c5e133f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

nix/unwrapped.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
tomlplusplus,
1515
ghc_filesystem,
1616
libarchive,
17+
pkg-config,
1718
darwin,
1819
gamemode,
19-
extra-cmake-modules,
2020
nix-filter,
2121
msaClientID ? null,
2222
gamemodeSupport ? stdenv.hostPlatform.isLinux,
@@ -54,7 +54,7 @@ in
5454
nativeBuildInputs = [
5555
cmake
5656
ninja
57-
extra-cmake-modules
57+
kdePackages.extra-cmake-modules
5858
jdk17
5959
stripJavaArchivesHook
6060
];
@@ -68,6 +68,7 @@ in
6868
kdePackages.quazip
6969
libarchive
7070
tomlplusplus
71+
pkg-config
7172
qrencode
7273
zlib
7374
]

0 commit comments

Comments
 (0)