3
0
Fork 0
forked from mirrors/nixpkgs

nix-exec: mark as broken

It has not been compatible with nix unstable since 2017-05.
This commit is contained in:
Orivej Desh 2017-11-29 00:20:34 +00:00
parent 630a9a29ca
commit d202a0ce67

View file

@ -18,5 +18,6 @@ in stdenv.mkDerivation {
homepage = https://github.com/shlevy/nix-exec;
license = stdenv.lib.licenses.mit;
platforms = nix.meta.platforms;
broken = true;
};
}