mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
fwupd: Fix systemd/udev install
This commit is contained in:
parent
8307307e4e
commit
1230330b14
@ -25,8 +25,8 @@ let version = "0.8.0"; in
|
||||
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${efivar}/include/efivar"
|
||||
'';
|
||||
configureFlags =
|
||||
[ "--with-systemdunitdir=$out/lib/systemd/system"
|
||||
"--with-udevrulesdir=$out/lib/udev/rules.d"
|
||||
[ "--with-systemdunitdir=$(out)/lib/systemd/system"
|
||||
"--with-udevrulesdir=$(out)/lib/udev/rules.d"
|
||||
];
|
||||
enableParallelBuilding = true;
|
||||
meta =
|
||||
|
Loading…
Reference in New Issue
Block a user