darcs-to-git: Remove propagatedBuildInputs.

I missed this while checking the commit diffs before my last push. And it really
doesn't make sense to propagate ruby all the way up to whatever in the universe
may depend on this package.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2012-09-17 06:31:58 +02:00
parent 98b7228c06
commit 9ff9d85ef6
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -23,8 +23,6 @@ stdenv.mkDerivation rec {
darcs-to-git
'';
propagatedBuildInputs = [ ruby ];
installPhase = ''
install -vD darcs-to-git "$out/bin/darcs-to-git"
'';