hwdata: 0.314 → 0.316

This commit is contained in:
Jan Tojnar
2018-10-26 21:20:27 +02:00
parent 45a419ab5a
commit eadd086834
3 changed files with 7 additions and 7 deletions

View File

@@ -38,8 +38,8 @@ stdenv.mkDerivation rec {
'';
configureFlags = [
"--with-usb-ids-path=${hwdata}/data/hwdata/usb.ids"
"--with-pci-ids-path=${hwdata}/data/hwdata/pci.ids"
"--with-usb-ids-path=${hwdata}/share/hwdata/usb.ids"
"--with-pci-ids-path=${hwdata}/share/hwdata/pci.ids"
"--enable-gtk-doc"
];