mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
Mark binary distribution of Mozart/Oz 2.0 as such
This commit is contained in:
parent
076677d0bf
commit
b6203b804b
@ -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";
|
@ -3508,7 +3508,8 @@ let
|
||||
|
||||
monoDLLFixer = callPackage ../build-support/mono-dll-fixer { };
|
||||
|
||||
mozart = callPackage ../development/compilers/mozart { };
|
||||
mozart-binary = callPackage ../development/compilers/mozart/binary.nix { };
|
||||
mozart = mozart-binary;
|
||||
|
||||
neko = callPackage ../development/compilers/neko { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user