~ruther/guix-local

4fa75903fc4146e3f2c94ba7bb1304229c2d413a — Tobias Geerinckx-Rice 6 years ago 85343f4
gnu: lxrandr: Don't use NAME in source URI.

* gnu/packages/lxde.scm (lxrandr)[source]: Hard-code NAME.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/lxde.scm
M gnu/packages/lxde.scm => gnu/packages/lxde.scm +1 -1
@@ 132,7 132,7 @@ able to change themes, icons, and fonts used by GTK+ applications.")
              (uri (string-append "mirror://sourceforge/lxde/LXRandR"
                                  "%20%28monitor%20config%20tool%29/LXRandR%20"
                                  (version-major+minor version) ".x/"
                                  name "-" version ".tar.xz"))
                                  "lxrandr-" version ".tar.xz"))
              (sha256
               (base32
                "04n3vgh3ix12p8jfs4w0dyfq3anbjy33h7g53wbbqqc0f74xyplb"))))