fix string-match not being found
This commit is contained in:
parent
3723b18c72
commit
e2807a5b3b
|
@ -86,6 +86,9 @@ System on hardware which requires nonfree software to function.")))
|
|||
(name "linux-surface")
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments linux-5.8)
|
||||
((#:modules modules)
|
||||
`((ice-9 regex)
|
||||
,@modules))
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
(add-after 'unpack 'apply-patches
|
||||
|
|
Loading…
Reference in New Issue
Block a user