Merge pull request #153872 from fgaz/isso/fix-153358

This commit is contained in:
Sandro 2022-01-16 19:19:23 +01:00 committed by GitHub
commit 211f48dee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17270,7 +17270,9 @@ with pkgs;
llvmPackages = llvmPackages_11;
};
isso = callPackage ../servers/isso { };
isso = callPackage ../servers/isso {
nodejs = nodejs-14_x;
};
itk4 = callPackage ../development/libraries/itk/4.x.nix {
inherit (darwin.apple_sdk.frameworks) Cocoa;