diff options
Diffstat (limited to 'oni/packages/pick-random-wallpaper.scm')
| -rw-r--r-- | oni/packages/pick-random-wallpaper.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/oni/packages/pick-random-wallpaper.scm b/oni/packages/pick-random-wallpaper.scm index 7f4a706..477d07e 100644 --- a/oni/packages/pick-random-wallpaper.scm +++ b/oni/packages/pick-random-wallpaper.scm @@ -28,7 +28,7 @@ (list findutils bash herbstluftwm xwininfo coreutils feh)) (build-system gnu-build-system) (arguments - `(#:tests? #f ; There is no test suite. + `(#:tests? #f ; There is no test suite. #:phases (modify-phases %standard-phases (delete 'configure) @@ -39,5 +39,6 @@ (install-file "pick-random-wallpaper" bin))))))) (home-page "https://ryuslash.org/") (synopsis "A simple script that sets a random wallpaper using feh.") - (description "Sets a random wallpaper using feh and stores which wallpaper was added in a herbstluftwm attribute.") + (description + "Sets a random wallpaper using feh and stores which wallpaper was added in a herbstluftwm attribute.") (license license:gpl3+)))) |
