mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
* Copy some things from the udev package.
svn path=/nixpkgs/trunk/; revision=34519
This commit is contained in:
parent
2a60c221d1
commit
d9df48bd36
@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
|
||||
"--with-dbuspolicydir=$(out)/etc/dbus-1/system.d"
|
||||
"--with-dbussystemservicedir=$(out)/share/dbus-1/system-services"
|
||||
"--with-dbussessionservicedir=$(out)/share/dbus-1/services"
|
||||
"--with-firmware-path=/root/test-firmware:/var/run/current-system/firmware"
|
||||
"--with-pci-ids-path=${pciutils}/share/pci.ids"
|
||||
];
|
||||
|
||||
preConfigure =
|
||||
|
Loading…
Reference in New Issue
Block a user