botanUnstable: fix installation (ZHF)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user