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/4ywaywmr3lr4c19sgymgg2m2fqza32n4-nsis-i686-3.11.drv | ||
| x86_64-gnu | /gnu/store/h3xhw46mmfnqkpllz36kr6p3girs3vix-nsis-i686-3.11.drv | ||
| riscv64-linux | /gnu/store/nxikd4nmcczghi2la8hbga4pc5y092vb-nsis-i686-3.11.drv | ||
| powerpc-linux | /gnu/store/g56mxsz7v67rsp53ndf5v57sv3fkvc27-nsis-i686-3.11.drv | ||
| powerpc64le-linux | /gnu/store/v4bxahfwzjail5rcby0r8lhmig9mhdn0-nsis-i686-3.11.drv | ||
| mips64el-linux | /gnu/store/35jpc7z1ywp7abwxcjmfgnvszdf9q1nj-nsis-i686-3.11.drv | ||
| i686-linux | /gnu/store/zhrlcnjhnyfn2j8vrsj8vl0acwkx5n5j-nsis-i686-3.11.drv | ||
| i586-gnu | /gnu/store/bwwby49q0bc1yf3zd4nnf2q0sxlpwy7v-nsis-i686-3.11.drv | ||
| armhf-linux | /gnu/store/7nlpqs6lhz05i1lldys6hh7065qp1q14-nsis-i686-3.11.drv | ||
| aarch64-linux | /gnu/store/npad27dj1hnvhvx1w5a9mgqxd2yhssl4-nsis-i686-3.11.drv |
| Linter | Message | Location |
|---|---|---|
| input-labels Identify input labels that do not match package names | label 'mingw-w64' does not match package name 'mingw-w64-i686-winpthreads' | |
| 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 'xgcc' does not match package name 'gcc-cross-i686-w64-mingw32' | |
| patch-file-names Validate file names and availability of patches | file names of patches should start with the package name | |
| formatting Look for formatting issues in the source | line 111 is way too long (114 characters) | |
| formatting Look for formatting issues in the source | line 110 is way too long (92 characters) | |
| formatting Look for formatting issues in the source | line 104 is way too long (95 characters) | |
| formatting Look for formatting issues in the source | line 100 is way too long (102 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 67 is way too long (112 characters) | |
| formatting Look for formatting issues in the source | line 66 is way too long (115 characters) | |
| patch-headers Validate patch headers | nsis-env-passthru.patch: patch lacks comment and upstream status | |
| 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-winpthreads' |