dmd: {b -> nativeB}uildInputs; remove unreferenced curl

This commit is contained in:
Tobias Geerinckx-Rice 2016-11-06 00:21:37 +01:00
parent bb57eeccde
commit c9bb753584
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, unzip, curl, makeWrapper }:
{ stdenv, fetchurl, unzip, makeWrapper }:
stdenv.mkDerivation {
name = "dmd-2.067.1";
@ -8,7 +8,7 @@ stdenv.mkDerivation {
sha256 = "0ny99vfllvvgcl79pwisxcdnb3732i827k9zg8c0j4s0n79k5z94";
};
buildInputs = [ unzip curl makeWrapper ];
nativeBuildInputs = [ unzip makeWrapper ];
postPatch = stdenv.lib.optionalString stdenv.isDarwin ''
# Allow to use "clang++", commented in Makefile