Language

Package: nsis-x86_64 @ 3.05

Synopsis

System to create Windows installers

Description

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.

Home page
https://nsis.sourceforge.io/Main_Page
Location
gnu/packages/installers.scm (line: 35, column: 4)
License

Lint warnings

LinterMessageLocation
name

Validate package names

name should use hyphens instead of underscores
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)
input-labels

Identify input labels that do not match package names

label 'xgcc' does not match package name 'gcc-cross-x86_64-w64-mingw32'
input-labels

Identify input labels that do not match package names

label 'xbinutils' does not match package name 'binutils-cross-x86_64-w64-mingw32'
input-labels

Identify input labels that do not match package names

label 'mingw-w64' does not match package name 'mingw-w64-x86_64'