diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-11 20:24:05 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-11 23:35:32 +0200 |
commit | 819488fb958e811625f8a5a800f495e83b9b80ee (patch) | |
tree | d6551fcb6280b4d058463021bf8ccc2d94986bc9 /gnu/packages/kde.scm | |
parent | ef81faeec0bde80acd93e8290d11d429d69a65bf (diff) | |
download | patches-819488fb958e811625f8a5a800f495e83b9b80ee.tar patches-819488fb958e811625f8a5a800f495e83b9b80ee.tar.gz |
gnu: libkomparediff2: Fix source file name.
* gnu/packages/kde.scm (libkomparediff2)[source]: Remove (incorrect)
FILE-NAME.
Diffstat (limited to 'gnu/packages/kde.scm')
-rw-r--r-- | gnu/packages/kde.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 2427d35ea1..83d4e17f3a 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2016, 2017, 2019 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2017, 2018 Mark Meyer <mark@ofosos.org> -;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Gábor Boskovits <boskovits@gmail.com> ;;; ;;; This file is part of GNU Guix. @@ -456,7 +456,6 @@ other special events for a geographical region.") (method url-fetch) (uri (string-append "mirror://kde/stable/applications" "/" version "/src/" name "-" version ".tar.xz")) - (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "0w6p8lvm2rn7y4qz0x3s87lwh1758xnyhwkkkng55n8v9rpjjw7l")))) |