debian-devscripts: rename from deprecated debian_devscripts
This commit is contained in:
parent
6db204b7d9
commit
99c4f143d9
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
# dpkg tries to force some dependents like debian_devscripts to use
|
||||
# dpkg tries to force some dependents like debian-devscripts to use
|
||||
# -fstack-protector-strong - not (yet?) a good idea. Disable for now:
|
||||
substituteInPlace scripts/Dpkg/Vendor/Debian.pm \
|
||||
--replace "stackprotectorstrong => 1" "stackprotectorstrong => 0"
|
||||
|
@ -22,6 +22,7 @@ rec {
|
||||
cool-old-term = cool-retro-term; # added 2015-01-31
|
||||
cupsBjnp = cups-bjnp; # added 2016-01-02
|
||||
cv = progress; # added 2015-09-06
|
||||
debian_devscripts = debian-devscripts; # added 2016-03-23
|
||||
dwarf_fortress = dwarf-fortress; # added 2016-01-23
|
||||
dwbWrapper = dwb; # added 2015-01
|
||||
enblendenfuse = enblend-enfuse; # 2015-09-30
|
||||
|
@ -1341,7 +1341,7 @@ let
|
||||
|
||||
dcfldd = callPackage ../tools/system/dcfldd { };
|
||||
|
||||
debian_devscripts = callPackage ../tools/misc/debian-devscripts {
|
||||
debian-devscripts = callPackage ../tools/misc/debian-devscripts {
|
||||
inherit (perlPackages) CryptSSLeay LWP TimeDate DBFile FileDesktopEntry;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user