mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-24 00:00:19 +03:00
Merge pull request #301 from tmuehlbacher/fix-nix-install
fix(nix): install paths from pkg-config properly
This commit is contained in:
commit
a87faa2e30
@ -76,9 +76,14 @@
|
|||||||
inherit version;
|
inherit version;
|
||||||
src = self;
|
src = self;
|
||||||
|
|
||||||
|
env = {
|
||||||
|
PKG_CONFIG_SYSTEMD_SYSTEMDSYSTEMUNITDIR = "${placeholder "out"}/lib/systemd/system";
|
||||||
|
PKG_CONFIG_UDEV_UDEVDIR = "${placeholder "out"}/lib/udev";
|
||||||
|
};
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"DESTDIR=${placeholder "out"}"
|
"INITRAMFS_DIR=${placeholder "out"}/etc/initramfs-tools"
|
||||||
"PREFIX="
|
"PREFIX=${placeholder "out"}"
|
||||||
"VERSION=${version}"
|
"VERSION=${version}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user