diff --git a/tests/snix.scm b/tests/snix.scm index 7623d0cd8f..89582f2408 100644 --- a/tests/snix.scm +++ b/tests/snix.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2012 Ludovic Courtès +;;; Copyright © 2012, 2013 Ludovic Courtès ;;; ;;; This file is part of GNU Guix. ;;; @@ -61,7 +61,7 @@ ('home-page (? string?)) ('synopsis (? string?)) ('description (? string?)) - ('license (? string?))) + ('license (? symbol?))) (and (member '("libffi" ,libffi) inputs) (member '("gmp" ,gmp) pinputs) #t))