From d73e5d6fbceb8fb7cc055aacf421d955b417c754 Mon Sep 17 00:00:00 2001 From: Robin Bate Boerop Date: Sun, 15 Mar 2015 11:06:01 -0400 Subject: Handle Sqitch manual --- pkgs/development/tools/misc/sqitch/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/development/tools/misc/sqitch') diff --git a/pkgs/development/tools/misc/sqitch/default.nix b/pkgs/development/tools/misc/sqitch/default.nix index dcf0710c5d3..bef21abc0f0 100644 --- a/pkgs/development/tools/misc/sqitch/default.nix +++ b/pkgs/development/tools/misc/sqitch/default.nix @@ -6,7 +6,9 @@ stdenv.mkDerivation rec { builder = writeScript (name + "-builder.sh") '' . ${stdenv}/setup mkdir -p $out/bin - cp ${sqitchModule}/bin/sqitch $out/bin + for d in bin/sqitch etc lib share ; do + ln -s ${sqitchModule}/$d $out/$d + done fixupPhase wrapProgram $out/bin/sqitch \ --prefix PERL5LIB : \ -- cgit 1.4.1