gnu: openssl: Disallow references to Perl.

* gnu/packages/tls.scm (openssl)[arguments]: Add #:disallowed-references.
This commit is contained in:
Ludovic Courtès 2016-05-02 15:42:50 +02:00
parent 503409b543
commit d03781c3bc
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -213,7 +213,8 @@ (define-public openssl
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("perl" ,perl))) (native-inputs `(("perl" ,perl)))
(arguments (arguments
`(#:parallel-build? #f `(#:disallowed-references (,perl)
#:parallel-build? #f
#:parallel-tests? #f #:parallel-tests? #f
#:test-target "test" #:test-target "test"