diff options
Diffstat (limited to 'nix/package.nix')
-rw-r--r-- | nix/package.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nix/package.nix b/nix/package.nix index 1dbadd40..074214c4 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -1,6 +1,7 @@ { lib, stdenv, + canonicalize-jars-hook, cmake, cmark, Cocoa, @@ -26,7 +27,7 @@ assert lib.assertMsg (stdenv.isLinux || !gamemodeSupport) "gamemodeSupport is on src = lib.cleanSource self; - nativeBuildInputs = [extra-cmake-modules cmake jdk17 ninja]; + nativeBuildInputs = [extra-cmake-modules cmake jdk17 ninja canonicalize-jars-hook]; buildInputs = [ qtbase |