Loading pkgs/by-name/gb/gbforth/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, makeWrapper, gforth, writableTmpDirAsHomeHook, unstableGitUpdater, }: Loading Loading @@ -35,6 +36,11 @@ stdenv.mkDerivation { ''; doInstallCheck = true; nativeInstallCheckInputs = [ writableTmpDirAsHomeHook ]; installCheckPhase = '' runHook preInstallCheck $out/bin/gbforth examples/simon/simon.fs Loading Loading
pkgs/by-name/gb/gbforth/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, makeWrapper, gforth, writableTmpDirAsHomeHook, unstableGitUpdater, }: Loading Loading @@ -35,6 +36,11 @@ stdenv.mkDerivation { ''; doInstallCheck = true; nativeInstallCheckInputs = [ writableTmpDirAsHomeHook ]; installCheckPhase = '' runHook preInstallCheck $out/bin/gbforth examples/simon/simon.fs Loading