mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
rename make->gnustep-make to avoid people installing it accidentally
This commit is contained in:
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user