summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2019-11-28 12:37:20 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2021-01-31 15:32:09 +0100
commit10042b8f4bc890c6c090378c313abeb153158cb3 (patch)
tree2aefc51bd62d88e61b6c7ce15c20757af75be093
parent8b55544212a90b0276df49596a3d373e5c2e8f5c (diff)
TEMP HACK refresh to 5.19.5
-rw-r--r--guix/import/kde.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/import/kde.scm b/guix/import/kde.scm
index 6873418d62..9236aace6b 100644
--- a/guix/import/kde.scm
+++ b/guix/import/kde.scm
@@ -139,7 +139,7 @@ Output:
(define (version->pattern part)
;; If a path element might be a version, replace it by a catch-all part
(if (regexp-exec version-regexp part)
- "[^/]+"
+ "5\\.19\\.5";; "[^/]+"
part))
(let* ((path (uri-path uri))