Skip to content

Commit c34a52b

Browse files
committedFeb 15, 2017
mozart: prefer local builds
The build essentially unpacks a tarball and generates a few wrappers. No need to use hydra for that.
1 parent 0637f83 commit c34a52b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎pkgs/development/compilers/mozart/binary.nix

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ let
99
in stdenv.mkDerivation {
1010
name = "mozart-binary-${version}";
1111

12+
preferLocalBuild = true;
13+
1214
src = fetchurl {
1315
url = "mirror://sourceforge/project/mozart-oz/v${version}-alpha.0/mozart2-${version}-alpha.0+build.4105.5c06ced-x86_64-linux.tar.gz";
1416
sha256 = "0rsfrjimjxqbwprpzzlmydl3z3aiwg5qkb052jixdxjyad7gyh5z";

0 commit comments

Comments
 (0)