mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
import: opam: Also update dune packages.
* guix/import/opam.scm (opam-package?): Also accept packages that use the dune build system.
This commit is contained in:
parent
e57fb2852c
commit
a506a4c380
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ (define (guix-package->opam-name package)
|
|||
(define (opam-package? package)
|
||||
"Return true if PACKAGE is an OCaml package from OPAM"
|
||||
(and
|
||||
(equal? (build-system-name (package-build-system package)) 'ocaml)
|
||||
(member (build-system-name (package-build-system package)) '(dune ocaml))
|
||||
(not (string-prefix? "ocaml4" (package-name package)))))
|
||||
|
||||
(define (latest-release package)
|
||||
|
|
Loading…
Reference in a new issue