eigenmath: add updateScript

This commit is contained in:
Nick Cao 2023-04-08 14:58:35 +08:00
parent 456d8190ad
commit 6c38c33f01
No known key found for this signature in database

View File

@ -2,6 +2,7 @@
, stdenv
, fetchFromGitHub
, fetchpatch
, unstableGitUpdater
}:
stdenv.mkDerivation rec {
@ -30,6 +31,10 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
passthru = {
updateScript = unstableGitUpdater { };
};
meta = with lib;{
description = "Computer algebra system written in C";
homepage = "https://georgeweigt.github.io";