mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
retroarchBare: add passthru.updateScript
This commit is contained in:
parent
c368f8c544
commit
dbec67530b
@ -12,6 +12,7 @@
|
||||
, flac
|
||||
, freetype
|
||||
, gamemode
|
||||
, gitUpdater
|
||||
, libdrm
|
||||
, libGL
|
||||
, libGLU
|
||||
@ -122,7 +123,12 @@ stdenv.mkDerivation rec {
|
||||
rm $out/share/man/man6/retroarch-cg2glsl.6*
|
||||
'';
|
||||
|
||||
passthru.tests = nixosTests.retroarch;
|
||||
passthru = {
|
||||
tests = nixosTests.retroarch;
|
||||
updateScript = gitUpdater {
|
||||
rev-prefix = "v";
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://libretro.com";
|
||||
|
Loading…
Reference in New Issue
Block a user