gforth: use pname
This commit is contained in:
parent
08836b254e
commit
3b050bd9c3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue