mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
meta-build-env
svn path=/nixpkgs/trunk/; revision=14851
This commit is contained in:
parent
b5dccb39e9
commit
6a469ac20a
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
{stdenv, fetchurl}: stdenv.mkDerivation {
|
||||
name = "meta-build-env-0.1";
|
||||
src = fetchurl {
|
||||
url = http://www.meta-environment.org/releases/meta-build-env-0.1.tar.gz ;
|
||||
md5 = "827b54ace4e2d3c8e7605ea149b34293";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue