We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 0637f83 commit c34a52bCopy full SHA for c34a52b
pkgs/development/compilers/mozart/binary.nix
@@ -9,6 +9,8 @@ let
9
in stdenv.mkDerivation {
10
name = "mozart-binary-${version}";
11
12
+ preferLocalBuild = true;
13
+
14
src = fetchurl {
15
url = "mirror://sourceforge/project/mozart-oz/v${version}-alpha.0/mozart2-${version}-alpha.0+build.4105.5c06ced-x86_64-linux.tar.gz";
16
sha256 = "0rsfrjimjxqbwprpzzlmydl3z3aiwg5qkb052jixdxjyad7gyh5z";
0 commit comments