chez: add version tester
This commit is contained in:
parent
5e7907a111
commit
1fb5e0221f
@ -1,6 +1,6 @@
|
|||||||
{ lib, stdenv, fetchurl
|
{ lib, stdenv, fetchurl
|
||||||
, coreutils, cctools
|
, coreutils, cctools
|
||||||
, ncurses, libiconv, libX11, libuuid
|
, ncurses, libiconv, libX11, libuuid, testers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
@ -57,6 +57,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
setupHook = ./setup-hook.sh;
|
setupHook = ./setup-hook.sh;
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
version = testers.testVersion {
|
||||||
|
package = finalAttrs.finalPackage;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A powerful and incredibly fast R6RS Scheme compiler";
|
description = "A powerful and incredibly fast R6RS Scheme compiler";
|
||||||
homepage = "https://cisco.github.io/ChezScheme/";
|
homepage = "https://cisco.github.io/ChezScheme/";
|
||||||
|
Loading…
Reference in New Issue
Block a user