From a8556bd5d75fbe30d8a55b053de5a37f0285cfe2 Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Fri, 18 Mar 2016 22:12:03 +0100 Subject: [PATCH] flexcpp: patch all shebangs & fix installation Using the original build recipe would result in an output without the actual flexcpp binary. --- pkgs/development/tools/parsing/flexc++/default.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pkgs/development/tools/parsing/flexc++/default.nix b/pkgs/development/tools/parsing/flexc++/default.nix index 4fef3731962..c01c374b5fd 100644 --- a/pkgs/development/tools/parsing/flexc++/default.nix +++ b/pkgs/development/tools/parsing/flexc++/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { postPatch = '' substituteInPlace INSTALL.im --replace /usr $out - patchShebangs ./build + patchShebangs . ''; buildPhase = '' @@ -28,11 +28,7 @@ stdenv.mkDerivation rec { ''; installPhase = '' - ./build install man - ./build install manual - ./build install program - ./build install skel - ./build install std + ./build install x ''; meta = with stdenv.lib; {