snix: Update `license' check in unit test.
* tests/snix.scm ("nixpkgs->guix-package"): Expect `license' to be a symbol. This is a follow-up to commit e7aa73e.
This commit is contained in:
parent
e7aa73ef09
commit
ad85c617b5
@ -1,5 +1,5 @@
|
|||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2012 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
@ -61,7 +61,7 @@
|
|||||||
('home-page (? string?))
|
('home-page (? string?))
|
||||||
('synopsis (? string?))
|
('synopsis (? string?))
|
||||||
('description (? string?))
|
('description (? string?))
|
||||||
('license (? string?)))
|
('license (? symbol?)))
|
||||||
(and (member '("libffi" ,libffi) inputs)
|
(and (member '("libffi" ,libffi) inputs)
|
||||||
(member '("gmp" ,gmp) pinputs)
|
(member '("gmp" ,gmp) pinputs)
|
||||||
#t))
|
#t))
|
||||||
|
Loading…
Reference in New Issue
Block a user