From 3704901dc89d32e03c6184fb716bd011f20b982a Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Fri, 18 Mar 2016 03:09:45 +0100 Subject: [PATCH] bobcat: patch all shebangs Hotfix for eae059b0b607e4c5a0a201466e3dc2c97cecc85e Not really a regression, but it turns out that the man page target requires shebang patching as well. --- pkgs/development/libraries/bobcat/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/bobcat/default.nix b/pkgs/development/libraries/bobcat/default.nix index e0be473b176..f6f96c816b2 100644 --- a/pkgs/development/libraries/bobcat/default.nix +++ b/pkgs/development/libraries/bobcat/default.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { postPatch = '' substituteInPlace INSTALL.im --replace /usr $out - patchShebangs ./build + patchShebangs . ''; buildPhase = ''