Commit graph

13 commits

Author SHA1 Message Date
Ben Siraphob db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
Pavol Rusnak 6f8c4e8279
nsis: 3.05 -> 3.06.1 2020-08-19 20:14:52 +02:00
Michael Weiss 595a36d846
scons.py2: Replace with sconsPackages.scons_3_1_2
Required since SCons 4.0.0 doesn't support Python 2.7 anymore.
2020-07-18 10:48:20 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Michael Weiss 0950324466 scons: Add passthru.py2 for backward compatibility
Not all packages build with Python 3, see #75877. The goal is to get rid
of Python 2 but this approach ensures a smoother transition.
2020-03-27 10:49:52 -07:00
Pedro Pombeiro 8d0f535606 nsis: 3.04 -> 3.05 2020-02-10 20:36:51 +01:00
Robin Gloster 65395a7105
treewide: installTargets is a list 2019-12-30 13:29:27 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Pedro Pombeiro ab9f31114b
nsis: use sourceforge mirrors 2019-03-14 20:32:53 +01:00
Dmitry Kalinkin ec4bdc860e
nsis: use zlib outputs directly 2019-03-14 12:59:38 -04:00
Dmitry Kalinkin f929120b1b
nsis: don't disable stripping 2019-03-14 12:56:03 -04:00
Dmitry Kalinkin dc04edc6ae
nsis: refactor to use scons setup-hook 2019-03-14 12:53:36 -04:00
Pedro Pombeiro f875b1c6f2
nsis: init at 3.04 2019-03-14 10:34:31 +01:00