Pavol Rusnak
|
a6ce00c50c
|
treewide: remove stdenv where not needed
|
2021-01-25 18:31:47 +01:00 |
|
Ben Siraphob
|
5d566c43b4
|
pkgs/applications: pkgconfig -> pkg-config
|
2021-01-16 23:49:59 -08: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 |
|
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 |
|
Martin Milata
|
86aab71590
|
swift-im: use qt5's mkDerivation
|
2020-04-22 15:21:50 +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 |
|
Robin Gloster
|
313da176d3
|
treewide: NIX_*_FLAGS -> string
|
2019-12-31 00:16:46 +01:00 |
|
Robin Gloster
|
2157dcd141
|
treewide: installFlags is a list
|
2019-12-30 13:22:43 +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 |
|
Matthew Bauer
|
bfbfe941ab
|
treewide: use scons setup hook
Lots of packages can use it. Here is the list:
- jackmix
- klick
- mixx
- nova-filters
- rhvoice
- giv
- mypaint
- swift-im
- bombono
- mapnik
- serf
- nuitka
- pyexiv2
- godot
- hammer
- toluapp
- btanks
- dxx-rebirth
- endless-sky
- globulation
- the-powder-toy
- fceux
- gpsd
- mongodb
- rippled
- mariadb
- lprof
|
2018-11-13 19:14:10 -06:00 |
|
Orivej Desh
|
205f3e941a
|
swift-im: fix build with Qt 5.11 and split QtWebKit
|
2018-09-04 09:39:06 +00:00 |
|
Orivej Desh
|
75e66b5581
|
swift-im: init at 4.0.2
(cherry picked from commit d7117945f5a3edf44b3c71432a8a6a4f94e1d75b)
|
2018-05-20 11:51:17 +00:00 |
|