mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
import/cran: Also search Makevars file for libraries.
* guix/import/cran.scm (needed-libraries-in-directory): Look at Makevars in addition to Makevars.in for libraries.
This commit is contained in:
parent
bb27e3b8b1
commit
67183e25ad
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ (define (needed-libraries-in-directory dir)
|
|||
packages
|
||||
(list-matches libraries-pattern line))))))))))
|
||||
(set)
|
||||
(find-files dir "(Makevars.in*|configure.*)"))))
|
||||
(find-files dir "(Makevars(.in.*)?|configure.*)"))))
|
||||
|
||||
(define (directory-needs-pkg-config? dir)
|
||||
"Return #T if any of the Makevars files in the src directory DIR reference
|
||||
|
|
Loading…
Reference in a new issue