* Copy some things from the udev package.

svn path=/nixpkgs/trunk/; revision=34519
This commit is contained in:
Eelco Dolstra 2012-06-15 17:06:06 +00:00
parent 2a60c221d1
commit d9df48bd36

View File

@ -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 =