gforth: replace name with pname
Co-authored-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
co-authored by
Ben Siraphob
parent
43cab04688
commit
0e00c0b8f3
@@ -14,7 +14,7 @@ let
|
||||
bootForth = callPackage ./boot-forth.nix { };
|
||||
|
||||
in stdenv.mkDerivation {
|
||||
name = "gforth-${version}";
|
||||
pname = "gforth";
|
||||
inherit version;
|
||||
src = fetchFromGitHub {
|
||||
owner = "forthy42";
|
||||
|
||||
Reference in New Issue
Block a user