gforth: replace name with pname

Co-authored-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
Herwig Hochleitner
2021-11-26 02:42:32 +01:00
committed by GitHub
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";