mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
scheme48: 1.9.2 -> 1.9.3 (#383638)
* scheme48: 1.9.2 -> 1.9.3 * Update pkgs/by-name/sc/scheme48/package.nix Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com> --------- Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
This commit is contained in:
parent
ed516e623d
commit
45cebbe82a
1 changed files with 12 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "scheme48";
|
pname = "scheme48";
|
||||||
version = "1.9.2";
|
version = "1.9.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://s48.org/${version}/scheme48-${version}.tgz";
|
url = "https://s48.org/${version}/scheme48-${version}.tgz";
|
||||||
sha256 = "1x4xfm3lyz2piqcw1h01vbs1iq89zq7wrsfjgh3fxnlm1slj2jcw";
|
sha256 = "bvWp8/yhQRCw+DG0WAHRH5vftnmdl2qhLk+ICdrzkEw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Make more reproducible by removing build user and date.
|
# Make more reproducible by removing build user and date.
|
||||||
|
@ -27,6 +27,16 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Don't build or install documentation, which depends on pdflatex,
|
||||||
|
# tex2page, and probably other things for which there is no nixpkgs
|
||||||
|
# derivation available
|
||||||
|
buildPhase = ''
|
||||||
|
runHook preBuild
|
||||||
|
make vm image libscheme48 script-interpreter go
|
||||||
|
runHook postBuild
|
||||||
|
'';
|
||||||
|
installTargets = "install-no-doc";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://s48.org/";
|
homepage = "https://s48.org/";
|
||||||
description = "Scheme 48 interpreter for R5RS";
|
description = "Scheme 48 interpreter for R5RS";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue