me
/
guix
Archived
1
0
Fork 0

gnu: Fix typo for nsis.

* gnu/packages/installers.scm (make-nsis): Add space between define and
open bracket.
master
Carl Dong 2019-10-11 11:46:03 -04:00
parent e214a22007
commit a7d03e96b6
No known key found for this signature in database
GPG Key ID: 0CC52153197991A5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#:use-module (guix build-system scons)
#:use-module (guix utils))
(define(make-nsis machine target-arch nsis-target-type)
(define (make-nsis machine target-arch nsis-target-type)
(let ((triplet (string-append machine "-" "w64-mingw32")))
(package
(name (string-append "nsis-" machine))