gforth: use pname
This commit is contained in:
parent
08836b254e
commit
3b050bd9c3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user