1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00

* Add a script `nix-generate-patches'.

* Fix the binary patching test.
This commit is contained in:
Eelco Dolstra 2010-12-05 17:36:02 +00:00
parent 77f7a6d591
commit f42a505ab7
4 changed files with 52 additions and 7 deletions

View file

@ -1,7 +1,7 @@
bin_SCRIPTS = nix-collect-garbage \
nix-pull nix-push nix-prefetch-url \
nix-install-package nix-channel nix-build \
nix-copy-closure
nix-copy-closure nix-generate-patches
noinst_SCRIPTS = nix-profile.sh GeneratePatches.pm \
find-runtime-roots.pl build-remote.pl nix-reduce-build \
@ -41,4 +41,5 @@ EXTRA_DIST = nix-collect-garbage.in \
find-runtime-roots.pl.in \
build-remote.pl.in \
nix-reduce-build.in \
nix-http-export.cgi.in
nix-http-export.cgi.in \
nix-generate-patches.in