mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
zfs: Fix pkgconfig
This commit is contained in:
parent
a986f72d2b
commit
7b34703b70
1 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,9 @@ stdenv.mkDerivation rec {
|
|||
for i in $out/etc/systemd/system/*; do
|
||||
substituteInPlace $i --replace "zfs-import-cache.service" "zfs-import.target"
|
||||
done
|
||||
|
||||
# Fix pkgconfig
|
||||
ln -s ../share/pkgconfig $out/lib/pkgconfig
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue