diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-15 15:24:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-15 15:24:30 +0200 |
commit | c089f9b59f32780d3228d08c2d2eeb95e4ace9e1 (patch) | |
tree | b31f8869425be0d16363b5fb461719dbf1826308 /nix | |
parent | 924c1634d35e4e10222d12cb69ec11dd8b8af8ac (diff) | |
parent | 03d077e915cf2bf06474b17e51e0c664f57eb348 (diff) | |
download | PrismLauncher-c089f9b59f32780d3228d08c2d2eeb95e4ace9e1.tar.gz PrismLauncher-c089f9b59f32780d3228d08c2d2eeb95e4ace9e1.tar.bz2 PrismLauncher-c089f9b59f32780d3228d08c2d2eeb95e4ace9e1.zip |
Merge pull request #1203 from DioEgizio/macos-legacy
Diffstat (limited to 'nix')
-rw-r--r-- | nix/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix index 88b540ab..19136cad 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -5,6 +5,7 @@ , ninja , jdk8 , jdk +, ghc_filesystem , zlib , file , wrapQtAppsHook @@ -49,7 +50,7 @@ stdenv.mkDerivation rec { src = lib.cleanSource self; - nativeBuildInputs = [ cmake extra-cmake-modules ninja jdk file wrapQtAppsHook ]; + nativeBuildInputs = [ cmake extra-cmake-modules ninja jdk ghc_filesystem file wrapQtAppsHook ]; buildInputs = [ qtbase quazip zlib ]; dontWrapQtApps = true; |