treewide: name -> pname
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{ stdenv, git, openssl, autoconf, pkgs, makeStaticLibraries, version, src }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gambit-${version}";
|
||||
pname = "gambit";
|
||||
inherit version;
|
||||
inherit src;
|
||||
|
||||
bootstrap = import ./bootstrap.nix ( pkgs );
|
||||
|
||||
Reference in New Issue
Block a user