Skip to content

Commit

Permalink
mozart: prefer local builds
Browse files Browse the repository at this point in the history
The build essentially unpacks a tarball and generates
a few wrappers.  No need to use hydra for that.
  • Loading branch information
joachifm committed Feb 15, 2017
1 parent 0637f83 commit c34a52b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/compilers/mozart/binary.nix
Expand Up @@ -9,6 +9,8 @@ let
in stdenv.mkDerivation {
name = "mozart-binary-${version}";

preferLocalBuild = true;

src = fetchurl {
url = "mirror://sourceforge/project/mozart-oz/v${version}-alpha.0/mozart2-${version}-alpha.0+build.4105.5c06ced-x86_64-linux.tar.gz";
sha256 = "0rsfrjimjxqbwprpzzlmydl3z3aiwg5qkb052jixdxjyad7gyh5z";
Expand Down

0 comments on commit c34a52b

Please sign in to comment.