using throw instead of abort to not make the buildfarm fail
svn path=/nixpkgs/trunk/; revision=11301
This commit is contained in:
parent
9383efc9ba
commit
2a42a77223
@ -1,5 +1,5 @@
|
|||||||
args: with args;
|
args: with args;
|
||||||
if (!args.subversion.perlBindings) then abort "svn perl bindings required to install gitsvnwrapper"
|
if (!args.subversion.perlBindings) then throw "svn perl bindings required to install gitsvnwrapper"
|
||||||
else args.stdenv.mkDerivation {
|
else args.stdenv.mkDerivation {
|
||||||
inherit git perlLibs subversion;
|
inherit git perlLibs subversion;
|
||||||
name = "git-svn-wrapper";
|
name = "git-svn-wrapper";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user