narsil: set updateScript

This commit is contained in:
x123 2024-07-11 18:58:09 +02:00
parent 3695eebfd4
commit 504308e427

View File

@ -3,6 +3,7 @@
stdenv,
fetchFromGitHub,
autoreconfHook,
nix-update-script,
ncurses,
enableSdl2 ? true,
SDL2,
@ -22,6 +23,8 @@ stdenv.mkDerivation rec {
hash = "sha256-lVGG4mppsnDmjMFO8YWsLEJEhI3T+QO3z/pCebe0Ai8=";
};
passthru.updateScript = nix-update-script { };
nativeBuildInputs = [ autoreconfHook ];
buildInputs =
[ ncurses ]