From 512fbb280f72980e84230b72b631258df1755919 Mon Sep 17 00:00:00 2001 From: Domen Kožar Date: Fri, 2 Jan 2015 02:58:18 +0100 Subject: Introduce patchShebangsPhase ran in preConfigurePhases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d) Signed-off-by: Domen Kožar --- pkgs/development/libraries/libcouchbase/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/development/libraries/libcouchbase') diff --git a/pkgs/development/libraries/libcouchbase/default.nix b/pkgs/development/libraries/libcouchbase/default.nix index 841edd3dff6..3e125121579 100644 --- a/pkgs/development/libraries/libcouchbase/default.nix +++ b/pkgs/development/libraries/libcouchbase/default.nix @@ -11,7 +11,6 @@ stdenv.mkDerivation { }; preConfigure = '' - patchShebangs ./config/ ./config/autorun.sh ''; @@ -25,4 +24,4 @@ stdenv.mkDerivation { license = stdenv.lib.licenses.asl20; platforms = stdenv.lib.platforms.unix; }; -} \ No newline at end of file +} -- cgit 1.4.1