* Delete some obsolete packages.
* Make sure that every package in all-packages.nix has a unique name. Not all of them do, but there are now a few helper functions that modify the name of a package for display purposes in nix-env (e.g., you get "zlib-1.2.3" and "zlib-1.2.3-static" in "nix-env -qa"). svn path=/nixpkgs/trunk/; revision=8607
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
source $stdenv/setup
|
||||
source $makeWrapper
|
||||
|
||||
makeWrapper "$dhcp/sbin/dhclient" "$out/sbin/dhclient" \
|
||||
--set PATH_DHCLIENT_SCRIPT "$dhcp/sbin/dhclient-script"
|
||||
@@ -1,10 +0,0 @@
|
||||
{stdenv, dhcp}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = dhcp.name;
|
||||
|
||||
builder = ./builder.sh;
|
||||
makeWrapper = ../../../build-support/make-wrapper/make-wrapper.sh;
|
||||
|
||||
inherit dhcp;
|
||||
}
|
||||
Reference in New Issue
Block a user