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

This commit is contained in:
Aristid Breitkreuz
2015-11-07 16:08:17 +01:00
parent 04d45939d0
commit c35e349409
@@ -1,7 +1,7 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "make-${version}";
name = "gnustep-make-${version}";
version = "1.0";
src = fetchurl {