mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
fix string-match not being found
This commit is contained in:
parent
3723b18c72
commit
e2807a5b3b
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,9 @@ System on hardware which requires nonfree software to function.")))
|
||||||
(name "linux-surface")
|
(name "linux-surface")
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments linux-5.8)
|
(substitute-keyword-arguments (package-arguments linux-5.8)
|
||||||
|
((#:modules modules)
|
||||||
|
`((ice-9 regex)
|
||||||
|
,@modules))
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
`(modify-phases ,phases
|
`(modify-phases ,phases
|
||||||
(add-after 'unpack 'apply-patches
|
(add-after 'unpack 'apply-patches
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue