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