scsh: fix looking correct scheme version

This commit is contained in:
Lein Matsumaru
2025-10-02 00:50:57 +00:00
parent 2c3e48fb04
commit b1646aaa7c
+3
View File
@@ -31,6 +31,9 @@ stdenv.mkDerivation {
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ scheme48 ];
configureFlags = [ "--with-scheme48=${scheme48}" ];
makeFlags = [
"SCHEME48VERSION=${scheme48.version}"
];
passthru.updateScript = unstableGitUpdater { };