mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
meta-build-env prerelease
svn path=/nixpkgs/trunk/; revision=14883
This commit is contained in:
parent
bbeaa60535
commit
a5185e9477
@ -2005,6 +2005,10 @@ let
|
|||||||
inherit fetchurl stdenv ;
|
inherit fetchurl stdenv ;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
metaBuildEnvTrunk = import ../development/compilers/meta-environment/meta-build-env/trunk.nix {
|
||||||
|
inherit fetchurl stdenv ;
|
||||||
|
};
|
||||||
|
|
||||||
swiProlog = composedArgsAndFun (selectVersion ../development/compilers/swi-prolog "5.6.51") {
|
swiProlog = composedArgsAndFun (selectVersion ../development/compilers/swi-prolog "5.6.51") {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user