fix string-match not being found

This commit is contained in:
Morgan Smith 2020-10-11 11:29:26 -04:00
parent 3723b18c72
commit e2807a5b3b
No known key found for this signature in database
GPG Key ID: 52D93416EEAA45A6

View File

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