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";
|
description = "A set of screensavers";
|
||||||
maintainers = with stdenv.lib.maintainers; [ raskin urkud ];
|
maintainers = with stdenv.lib.maintainers; [ raskin urkud ];
|
||||||
platforms = with stdenv.lib.platforms; allBut cygwin;
|
platforms = with stdenv.lib.platforms; allBut cygwin;
|
||||||
|
inherit version;
|
||||||
|
downloadPage = "http://www.jwz.org/xscreensaver/download.html";
|
||||||
|
updateWalker = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user