forked from mirrors/nixpkgs
Add auto-updater for XScreensaver
This commit is contained in:
parent
10b4bc3c43
commit
48dce0642b
|
@ -41,5 +41,8 @@ stdenv.mkDerivation rec {
|
|||
description = "A set of screensavers";
|
||||
maintainers = with stdenv.lib.maintainers; [ raskin urkud ];
|
||||
platforms = with stdenv.lib.platforms; allBut cygwin;
|
||||
inherit version;
|
||||
downloadPage = "http://www.jwz.org/xscreensaver/download.html";
|
||||
updateWalker = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue