Fix pci_get_bus_and_slot removed in kernel 4.17

This commit is contained in:
Unknown
2018-05-05 11:22:32 +03:00
parent b41ede5e3a
commit d25607c79d
2 changed files with 19 additions and 3 deletions
@@ -94,9 +94,7 @@ in stdenv.mkDerivation {
patches =
optional enableHardening ./hardened.patch
++ [ ./qtx11extras.patch ];
++ [ ./qtx11extras.patch ./kernpcidev.patch ];
postPatch = ''
sed -i -e 's|/sbin/ifconfig|${nettools}/bin/ifconfig|' \