botanUnstable: fix installation (ZHF)
This commit is contained in:
parent
33da6ac765
commit
8e56309dd5
@ -26,6 +26,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
preInstall = ''
|
||||||
|
if [ -d src/scripts ]; then
|
||||||
|
patchShebangs src/scripts
|
||||||
|
fi
|
||||||
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
cd "$out"/lib/pkgconfig
|
cd "$out"/lib/pkgconfig
|
||||||
ln -s botan-*.pc botan.pc || true
|
ln -s botan-*.pc botan.pc || true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user