aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-08-23 12:23:26 +0200
committerGitHub <noreply@github.com>2023-08-23 12:23:26 +0200
commit59ec0135d7170c37b9eaaa8bf333dc6646b87827 (patch)
tree21dbaa7e277b833b35c2b8ca466882e04d3a945f
parent2283498ccb15bf6e51aafed167785a6f91fe765b (diff)
parentb93cd88292c152175abcd79a6de1d276301de003 (diff)
downloadPrismLauncher-59ec0135d7170c37b9eaaa8bf333dc6646b87827.tar.gz
PrismLauncher-59ec0135d7170c37b9eaaa8bf333dc6646b87827.tar.bz2
PrismLauncher-59ec0135d7170c37b9eaaa8bf333dc6646b87827.zip
Merge pull request #1559 from Scrumplex/nix-canonicalize-jars
-rw-r--r--nix/package.nix3
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