mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-03 15:43:06 +02:00
reformatting and cleaning repo
This commit is contained in:
parent
263fc568f0
commit
dd9a55f327
42 changed files with 10407 additions and 11840 deletions
|
@ -1,16 +1,14 @@
|
|||
(define-module (glicid packages base))
|
||||
|
||||
(use-modules (guix packages) (gnu packages cpp) (gnu packages base) (gnu packages pcre))
|
||||
(define-module (glicid packages base)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (gnu packages cpp)
|
||||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages pcre)
|
||||
)
|
||||
|
||||
(define-public grep-glicid
|
||||
(package
|
||||
(inherit grep)
|
||||
(name "grep-glicid")
|
||||
(inputs (list pcre2))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "--enable-perl-regexp")
|
||||
|
||||
))))
|
||||
|
||||
grep-glicid
|
||||
(package
|
||||
(inherit grep)
|
||||
(name "grep-glicid")
|
||||
(inputs (list pcre2))
|
||||
(arguments
|
||||
`(#:configure-flags (list "--enable-perl-regexp") ))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue