mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Merge branch 'devel' into 'main'
fixing missing ) See merge request glicid-public/guix-glicid!149
This commit is contained in:
commit
e0f275d263
1 changed files with 3 additions and 3 deletions
|
@ -13,6 +13,7 @@
|
|||
instead-of
|
||||
touch
|
||||
))
|
||||
|
||||
(define (latest-version v1 v2)
|
||||
(case (version-compare (package-version v1) (package-version v2))
|
||||
((>) v1)
|
||||
|
@ -31,8 +32,7 @@
|
|||
(name (string-append (package-name original-package) "-" suffix ))))
|
||||
|
||||
(define (instead-of package-a-spec package-b)
|
||||
(package-input-rewriting/spec `(
|
||||
(,package-a-spec . ,(const package-b)))))
|
||||
(package-input-rewriting/spec `( (,package-a-spec . ,(const package-b)))))
|
||||
|
||||
(define (touch filename)
|
||||
(call-with-output-file file-name (const #t))
|
||||
(call-with-output-file file-name (const #t)))
|
||||
|
|
Loading…
Add table
Reference in a new issue