1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Fix typo for nsis.

* gnu/packages/installers.scm (make-nsis): Add space between define and
open bracket.
This commit is contained in:
Carl Dong
2019-10-11 11:46:03 -04:00
parent e214a22007
commit a7d03e96b6

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))