System to create Windows installers
NSIS (Nullsoft Scriptable Install System) is a system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/gzrg91ymk82qzhd6p2c2m1gmrfv8cb33-nsis-i686-3.05.drv | ||
riscv64-linux | /gnu/store/4alxc2p29sfa25j0g9x5b463h68v4y1v-nsis-i686-3.05.drv | ||
powerpc-linux | /gnu/store/pg44cn3xliwr4q29z8ykm4rpk813l901-nsis-i686-3.05.drv | ||
powerpc64le-linux | /gnu/store/zwqkpxgm5mnpn2lqsn5ka9ccrlsnq9wq-nsis-i686-3.05.drv | ||
mips64el-linux | /gnu/store/6jp2alyrlqhhsqrigr7jap4zymbrqahy-nsis-i686-3.05.drv | ||
i686-linux | /gnu/store/77rbdb36hzs368i28z0hh298dxad5lxv-nsis-i686-3.05.drv | ||
i586-gnu | /gnu/store/grgxcbc9ppy8vhk0sr6x8f13i4hsvjj8-nsis-i686-3.05.drv | ||
armhf-linux | /gnu/store/c4hi1n2jbdwawjcv2c1ki0f29pk9d8x8-nsis-i686-3.05.drv | ||
aarch64-linux | /gnu/store/8fwf5ivav5cri40093d87i1f9agd039x-nsis-i686-3.05.drv |
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'xgcc' does not match package name 'gcc-cross-i686-w64-mingw32' | |
input-labels Identify input labels that do not match package names | label 'xbinutils' does not match package name 'binutils-cross-i686-w64-mingw32' | |
input-labels Identify input labels that do not match package names | label 'mingw-w64' does not match package name 'mingw-w64-i686' | |
patch-file-names Validate file names and availability of patches | file names of patches should start with the package name | |
patch-headers Validate patch headers | nsis-env-passthru.patch: patch lacks comment and upstream status | |
formatting Look for formatting issues in the source | line 66 is way too long (115 characters) | |
formatting Look for formatting issues in the source | line 67 is way too long (112 characters) | |
formatting Look for formatting issues in the source | line 81 is way too long (112 characters) | |
formatting Look for formatting issues in the source | line 95 is way too long (92 characters) | |
formatting Look for formatting issues in the source | line 115 is way too long (97 characters) | |
formatting Look for formatting issues in the source | line 119 is way too long (122 characters) | |
formatting Look for formatting issues in the source | line 129 is way too long (114 characters) |