guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/45: TEMP HACK refresh to 5.19.5


From: guix-commits
Subject: 01/45: TEMP HACK refresh to 5.19.5
Date: Sun, 31 Jan 2021 10:27:18 -0500 (EST)

htgoebel pushed a commit to branch wip-kde-plasma
in repository guix.

commit 10042b8f4bc890c6c090378c313abeb153158cb3
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Thu Nov 28 12:37:20 2019 +0100

    TEMP HACK refresh to 5.19.5
---
 guix/import/kde.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/import/kde.scm b/guix/import/kde.scm
index 6873418..9236aac 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]