3
0
Fork 0
forked from mirrors/nixpkgs

Add auto-updater for XScreensaver

This commit is contained in:
Michael Raskin 2014-09-02 14:25:04 +04:00
parent 10b4bc3c43
commit 48dce0642b

View file

@ -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;
};
}