gnu: lxrandr: Don't use NAME in source URI.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 25 May 2020 17:47:13 +0000 (19:47 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 25 May 2020 22:19:40 +0000 (00:19 +0200)
* gnu/packages/lxde.scm (lxrandr)[source]: Hard-code NAME.

gnu/packages/lxde.scm

index 1a1e254..fbf32bf 100644 (file)
@@ -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"))))