gnu: ungoogled-chromium: Remove obsolete workaround.

* gnu/packages/chromium.scm (ungoogled-chromium)[version]: Remove conditional.
This commit is contained in:
Marius Bakke 2022-12-08 11:39:26 +01:00
parent 8536cf7bdd
commit 4d162d70a5
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -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)