narsil: set updateScript
This commit is contained in:
parent
3695eebfd4
commit
504308e427
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user