guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ungoogled-chromium: Remove obsolete workaround.


From: guix-commits
Subject: 02/03: gnu: ungoogled-chromium: Remove obsolete workaround.
Date: Thu, 8 Dec 2022 07:29:37 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 4d162d70a5203d3dd9827c0fee3f4a5e563dfd85
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Dec 8 11:39:26 2022 +0100

    gnu: ungoogled-chromium: Remove obsolete workaround.
    
    * gnu/packages/chromium.scm (ungoogled-chromium)[version]: Remove 
conditional.
---
 gnu/packages/chromium.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index cdc07da005..983a754215 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -482,12 +482,7 @@
 (define-public ungoogled-chromium
   (package
     (name "ungoogled-chromium")
-    (version (if (string-prefix? %chromium-version %ungoogled-revision)
-                 %ungoogled-revision
-                 ;; ungoogled-chromium version tags always have a "-1" suffix,
-                 ;; so we can hijack "-0" in cases where the Chromium source
-                 ;; is newer than the latest available tag.
-                 (string-append %chromium-version "-0")))
+    (version %ungoogled-revision)
     (synopsis "Graphical web browser")
     (source (origin
               (method url-fetch)



reply via email to

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