gnu: chromium: Silent 'local-file' warning.
This is a followup to fddc87063231f8f9aa22bbbc5bca4a46b9bbf004. * gnu/packages/chromium.scm (%guix-patches): Use 'assume-valid-file-name'.
This commit is contained in:
parent
a4e7749e91
commit
a5945a60cf
@ -335,8 +335,12 @@
|
||||
"0visyhz321ykrmbjndvx31yd8xlmha9gas0xbkavc2i45rpfahjq"))))
|
||||
|
||||
(define %guix-patches
|
||||
(list (local-file (search-patch "ungoogled-chromium-system-nspr.patch"))
|
||||
(local-file (search-patch "ungoogled-chromium-extension-search-path.patch"))))
|
||||
(list (local-file
|
||||
(assume-valid-file-name
|
||||
(search-patch "ungoogled-chromium-system-nspr.patch")))
|
||||
(local-file
|
||||
(assume-valid-file-name
|
||||
(search-patch "ungoogled-chromium-extension-search-path.patch")))))
|
||||
|
||||
;; This is a source 'snippet' that does the following:
|
||||
;; *) Applies various patches for unbundling purposes and libstdc++ compatibility.
|
||||
|
Loading…
x
Reference in New Issue
Block a user