gforth: use pname

This commit is contained in:
Dmitry Kalinkin 2022-02-07 21:50:20 -05:00 committed by GitHub
parent 08836b254e
commit 3b050bd9c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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