mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
Merge branch 'master' of git://github.com/urv/nixpkgs
pcsclite: $out was misspelled
This commit is contained in:
commit
2c9f176b94
@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
|
||||
# The OS should care on preparing the drivers into this location
|
||||
configureFlags = [
|
||||
"--enable-usbdropdir=/var/lib/pcsc/drivers"
|
||||
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
||||
"--enable-confdir=$(out)/etc"
|
||||
"--with-systemdsystemunitdir=$out/etc/systemd/system"
|
||||
"--enable-confdir=$out/etc"
|
||||
];
|
||||
|
||||
buildInputs = [ udev dbus_libs perl ];
|
||||
|
Loading…
Reference in New Issue
Block a user