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
parent 43cab04688
commit 0e00c0b8f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ let
bootForth = callPackage ./boot-forth.nix { };
in stdenv.mkDerivation {
name = "gforth-${version}";
pname = "gforth";
inherit version;
src = fetchFromGitHub {
owner = "forthy42";