Revert "Fix pci_get_bus_and_slot removed in kernel 4.17"
This reverts commit d25607c79d.
Reverted as part of #40313 based on commit author's comment:
https://github.com/NixOS/nixpkgs/pull/40313#issuecomment-388409185
This commit is contained in:
@@ -94,7 +94,9 @@ in stdenv.mkDerivation {
|
||||
|
||||
patches =
|
||||
optional enableHardening ./hardened.patch
|
||||
++ [ ./qtx11extras.patch ./kernpcidev.patch ];
|
||||
++ [ ./qtx11extras.patch ];
|
||||
|
||||
|
||||
|
||||
postPatch = ''
|
||||
sed -i -e 's|/sbin/ifconfig|${nettools}/bin/ifconfig|' \
|
||||
|
||||
Reference in New Issue
Block a user