Search Criteria
Package Details: nsis 3.11-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nsis.git (read-only, click to copy) |
|---|---|
| Package Base: | nsis |
| Description: | A professional open source system to create Windows installers |
| Upstream URL: | http://nsis.sourceforge.net |
| Licenses: | custom:zlib |
| Submitter: | None |
| Maintainer: | xantares |
| Last Packager: | xantares |
| Votes: | 47 |
| Popularity: | 0.68 |
| First Submitted: | 2006-10-28 14:40 (UTC) |
| Last Updated: | 2025-04-22 17:18 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- mingw-w64-gcc (llvm-mingwAUR) (make)
- mingw-w64-zlibAUR (make)
- scons (make)
Latest Comments
1 2 3 4 5 6 Next › Last »
maxlefou commented on 2025-09-06 09:06 (UTC)
Recently I had an error while compiling an installer because libiconv was missing. Maybe it would be good to add the
libiconvpackage as a dependency, since installing this package resolved it.xantares commented on 2024-08-14 08:30 (UTC)
probably https://github.com/SCons/scons/issues/4585
try scons 4.7 until a fix is available:
sudo pacman -U https://archive.archlinux.org/packages/s/scons/scons-4.7.0-2-any.pkg.tar.zst --noconfirm
vadolasi commented on 2024-08-14 05:01 (UTC)
Same error of @skunk here
skunk commented on 2024-08-13 21:46 (UTC) (edited on 2024-08-13 21:47 (UTC) by skunk)
I get the following build error when building. It seems like a
,gets added in the SKIPUTILS value (in the PKGBUILd it is SKIPUTILS='NSIS Menu' without,). Is this possibly an escaping issue? Is anyone else having this problem?CyberShadow commented on 2021-08-22 10:23 (UTC)
Please do not pipe
curlintopatch. Instead, include the patch in the repository and add it tosource(andsha256sums).https://wiki.archlinux.org/title/Patching_packages#Applying_patches
exuvo commented on 2021-08-04 18:26 (UTC) (edited on 2021-08-04 18:30 (UTC) by exuvo)
This does not build for me:
From what i can gather from https://scons.org/scons-420-is-available.html they removed that function in favor of something else (which they left unspecified).
For now i used an older scons 4.1.0 from archive.archlinux.org which builds.
lazka commented on 2020-02-13 21:21 (UTC)
3.05 + this patch https://sourceforge.net/p/nsis/patches/296/ makes it work with Python 3 scons on Windows. Maybe worth a try.
xantares commented on 2019-08-31 09:52 (UTC)
fixed, switched to python2-scons
idbentley commented on 2019-08-27 19:39 (UTC)
I'm having the same problem as andreymal. Looking for a fix or workaround?
1 2 3 4 5 6 Next › Last »