botan: fix build

This commit is contained in:
Pascal Wittmann 2015-07-02 00:02:24 +02:00
parent 726b111c6c
commit 571d878e40

View File

@ -26,10 +26,6 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
preInstall = ''
patchShebangs src/scripts
'';
postInstall = ''
cd "$out"/lib/pkgconfig
ln -s botan-*.pc botan.pc || true