Remove curl from buildInputs

wip/yesman
Alexander Foremny 12 years ago
parent addbf658e5
commit c98559a6fc
  1. 2
      pkgs/tools/misc/plowshare/default.nix

@ -13,7 +13,7 @@ in stdenv.mkDerivation {
sha256 = "0clryfssaa4rjvsy760p51ppq1275lwvhm9jh3g4mi973xv4n8si";
};
buildInputs = [ makeWrapper curl ];
buildInputs = [ makeWrapper ];
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];

Loading…
Cancel
Save