Maisem Ali
|
0dde9ab531
|
nsis: enable builds on darwin. (#120903)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
|
2021-04-30 02:36:54 +02:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
|
2021-01-11 10:38:22 +01:00 |
|
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 |
|