From faedda84ef5867230cb4103f23eb361c5f6b0042 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Wed, 18 Jan 2012 17:23:41 +0000 Subject: [PATCH] A more correct condition for adding scripts to install svn path=/nixpkgs/trunk/; revision=31638 --- pkgs/tools/package-management/nix/custom.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/package-management/nix/custom.nix b/pkgs/tools/package-management/nix/custom.nix index 6a73c0e9528e..5b1569291e1f 100644 --- a/pkgs/tools/package-management/nix/custom.nix +++ b/pkgs/tools/package-management/nix/custom.nix @@ -44,7 +44,7 @@ stdenv.mkDerivation { preConfigure = (lib.concatMapStrings (script: '' - sed -e '/bin_SCRIPTS/a${script} \\' -i scripts/Makefile.am + sed -e '/bin_SCRIPTS = /a${script} \\' -i scripts/Makefile.am '' ) enableScripts) + preConfigure