mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: lexilla: Fix find-files regexp in install phase.
* gnu/packages/text-editors.scm (scintilla) [arguments]: Fix find-files regexp in install phase.
This commit is contained in:
parent
0e55391482
commit
1eac587fa6
1 changed files with 1 additions and 1 deletions
|
@ -1029,7 +1029,7 @@ (define-public scintilla
|
|||
(for-each (lambda (f) (install-file f lib))
|
||||
(find-files "bin/" "\\.so$"))
|
||||
(for-each (lambda (f) (install-file f inc))
|
||||
(find-files "include/" "."))))))))
|
||||
(find-files "include/" "\\.h$"))))))))
|
||||
(native-inputs (list pkg-config python-wrapper))
|
||||
(inputs (list gtk+))
|
||||
(home-page "https://www.scintilla.org/")
|
||||
|
|
Loading…
Reference in a new issue