mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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:
parent
98b7228c06
commit
9ff9d85ef6
@ -23,8 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
darcs-to-git
|
darcs-to-git
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [ ruby ];
|
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -vD darcs-to-git "$out/bin/darcs-to-git"
|
install -vD darcs-to-git "$out/bin/darcs-to-git"
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user