Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions nix/unwrapped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
tomlplusplus,
ghc_filesystem,
libarchive,
pkg-config,
darwin,
gamemode,
extra-cmake-modules,
nix-filter,
msaClientID ? null,
gamemodeSupport ? stdenv.hostPlatform.isLinux,
Expand Down Expand Up @@ -54,7 +54,7 @@ in
nativeBuildInputs = [
cmake
ninja
extra-cmake-modules
kdePackages.extra-cmake-modules
jdk17
stripJavaArchivesHook
];
Expand All @@ -68,6 +68,7 @@ in
kdePackages.quazip
libarchive
tomlplusplus
pkg-config
qrencode
zlib
]
Expand Down
Loading