From 571d878e4090b0985ff44d0ddcd9dda75467823f Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Thu, 2 Jul 2015 00:02:24 +0200 Subject: [PATCH] botan: fix build --- pkgs/development/libraries/botan/generic.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/libraries/botan/generic.nix b/pkgs/development/libraries/botan/generic.nix index 5880ae772ce..c4a13b55fd8 100644 --- a/pkgs/development/libraries/botan/generic.nix +++ b/pkgs/development/libraries/botan/generic.nix @@ -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