rename make->gnustep-make to avoid people installing it accidentally

This commit is contained in:
Aristid Breitkreuz 2015-11-05 19:33:45 +01:00
parent 04d45939d0
commit c35e349409

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl }: { stdenv, fetchurl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "make-${version}"; name = "gnustep-make-${version}";
version = "1.0"; version = "1.0";
src = fetchurl { src = fetchurl {