diff --git a/pkgs/development/compilers/meta-environment/meta-build-env/trunk.nix b/pkgs/development/compilers/meta-environment/meta-build-env/trunk.nix new file mode 100644 index 00000000000..3866db27455 --- /dev/null +++ b/pkgs/development/compilers/meta-environment/meta-build-env/trunk.nix @@ -0,0 +1,7 @@ +{stdenv, fetchurl}: stdenv.mkDerivation { + name = "meta-build-env-trunk"; + src = fetchurl { + url = http://hydra.nixos.org/build/9794/download/1/meta-build-env-0.1.tar.gz ; + sha256 = "1337000664114df83025e165b5af202a153654ea3226a347dc150769260c7a7b" ; + }; +}