Commit 707cbe03 authored by Mario Rodas's avatar Mario Rodas
Browse files

scsh: add passthru.updateScript

parent 7de0429c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, autoreconfHook, scheme48 }:
{ lib, stdenv, fetchFromGitHub, autoreconfHook, scheme48, unstableGitUpdater }:

stdenv.mkDerivation {
  pname = "scsh";
@@ -16,6 +16,8 @@ stdenv.mkDerivation {
  buildInputs = [ scheme48 ];
  configureFlags = [ "--with-scheme48=${scheme48}" ];

  passthru.updateScript = unstableGitUpdater { };

  meta = with lib; {
    description = "A Scheme shell";
    homepage = "http://www.scsh.net/";