mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 14:11:21 +00: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 ;
|
||||
};
|
||||
|
||||
metaBuildEnvTrunk = import ../development/compilers/meta-environment/meta-build-env/trunk.nix {
|
||||
inherit fetchurl stdenv ;
|
||||
};
|
||||
|
||||
swiProlog = composedArgsAndFun (selectVersion ../development/compilers/swi-prolog "5.6.51") {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user