Mark binary distribution of Mozart/Oz 2.0 as such

This commit is contained in:
Michael Raskin
2014-11-09 19:19:13 +03:00
parent 076677d0bf
commit b6203b804b
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ let
version = "2.0.0";
in
stdenv.mkDerivation {
name = "mozart-${version}";
name = "mozart-binary-${version}";
src = fetchurl {
url = "http://sourceforge.net/projects/mozart-oz/files/v${version}-alpha.0/mozart2-${version}-alpha.0+build.4105.5c06ced-x86_64-linux.tar.gz";