gnu: ungoogled-chromium: Remove obsolete workaround.
* gnu/packages/chromium.scm (ungoogled-chromium)[version]: Remove conditional.
This commit is contained in:
parent
8536cf7bdd
commit
4d162d70a5
@ -482,12 +482,7 @@
|
|||||||
(define-public ungoogled-chromium
|
(define-public ungoogled-chromium
|
||||||
(package
|
(package
|
||||||
(name "ungoogled-chromium")
|
(name "ungoogled-chromium")
|
||||||
(version (if (string-prefix? %chromium-version %ungoogled-revision)
|
(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")))
|
|
||||||
(synopsis "Graphical web browser")
|
(synopsis "Graphical web browser")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
Loading…
Reference in New Issue
Block a user