* Turn the nukeRefs() function into a separate program.
svn path=/nixpkgs/trunk/; revision=6941
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# The program `nuke-refs' created by this derivation replaces all
|
||||
# references to the Nix store in the specified files by a non-existant
|
||||
# path (/nix/store/eeee...). This is useful for getting rid of
|
||||
# dependencies that you know are not actually needed at runtime.
|
||||
|
||||
{stdenv}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "nuke-references";
|
||||
builder = ./builder.sh;
|
||||
}
|
||||
Reference in New Issue
Block a user