nuke-references: support -e option

This commit is contained in:
Nikolay Amiantov
2015-10-18 18:41:11 +03:00
parent c81fb457c9
commit 3c7871a1c0
2 changed files with 23 additions and 7 deletions
@@ -3,9 +3,10 @@
# path (/nix/store/eeee...). This is useful for getting rid of
# dependencies that you know are not actually needed at runtime.
{stdenv}:
{ stdenv, perl }:
stdenv.mkDerivation {
name = "nuke-references";
builder = ./builder.sh;
}
inherit perl;
}