@@ -5,6 +5,7 @@
|
||||
autoreconfHook,
|
||||
fetchFromGitHub,
|
||||
stdenv,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -40,6 +41,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"-I${lib.getDev SDL_image}/include/SDL"
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
extraArgs = [ "--version=branch" ];
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/erikg/vp";
|
||||
description = "SDL based picture viewer/slideshow";
|
||||
|
||||
Reference in New Issue
Block a user