| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: nsis: Respect SOURCE-DATE-EPOCH for reproducibility•••* gnu/packages/patches/nsis-source-date-epoch.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/installers.scm (make-nsis)[source]: Apply it.
| Carl Dong | 2021-06-05 | 1 | -1/+2 |
* | gnu: make-nsis: Fix build•••* gnu/packages/installers.scm (make-nsis)[arguments]: Use
C{,PLUS}_INCLUDE_PATH instead of CPATH environment variable to fix
build.
| Carl Dong | 2021-02-25 | 1 | -10/+19 |
* | gnu: nsis: Update to 3.05.•••* gnu/packages/installers.scm (nsis): Update to 3.05.
| Carl Dong | 2020-03-11 | 1 | -2/+2 |
* | gnu: make-nsis: Fix cross-compilation.•••* gnu/packages/installers.scm (make-nsis)[arguments]: Enforce correct
ordering of search paths (mingw-w64 last).
| Carl Dong | 2019-10-30 | 1 | -5/+22 |
* | gnu: Fix typo for nsis.•••* gnu/packages/installers.scm (make-nsis): Add space between define and
open bracket.
| Carl Dong | 2019-10-11 | 1 | -1/+1 |
* | gnu: Add nsis-x86_64 and nsis-i686.•••* guix/build-system/scons.scm (scons-build): Add build-targets and
install-targets parameters.
* guix/build/scons-build-system.scm (build, install): Adjust
accordingly.
* doc/guix.texi (Build Systems): Document it.
* gnu/packages/installers.scm: New file,
(make-nsis): New procedure,
(nsis-x86_64, nsis-i686): New variables.
* gnu/packages/patches/nsis-env-passthru.patch: New file.
* gnu/local.mk (dist_patch_DATA, GNU_SYSTEM_MODULES): Adjust
accordingly.
| Carl Dong | 2019-10-11 | 1 | -0/+116 |