mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
jackaudio: symlink pkg-config description to lib
svn path=/nixpkgs/trunk/; revision=17321
This commit is contained in:
parent
028f3ec7d0
commit
d816babb74
@ -48,4 +48,10 @@ composableDerivation {} {
|
|||||||
homepage = "http://jackaudio.org";
|
homepage = "http://jackaudio.org";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# make sure the jackaudio is found by symlinking lib64 to lib
|
||||||
|
postInstall = ''
|
||||||
|
ensureDir $out/lib
|
||||||
|
ln -s $out/lib{64,}/pkgconfig
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user