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
fe5117d05e
quiterss: 0.19.3 -> 0.19.4
2020-04-21 21:31:45 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Michael Weiss
cfccb477cd
quiterss: 0.19.2 -> 0.19.3
2020-01-30 20:12:26 +01:00
Michael Weiss
697c0fbf6d
quiterss: 0.19.1 -> 0.19.2
2019-11-29 13:26:24 +01:00
Michael Weiss
f5670ebd8e
quiterss: 0.19.0 -> 0.19.1
2019-11-17 21:27:07 +01:00
Michael Weiss
7a90d4a946
quiterss: 0.18.12 -> 0.19.0
2019-11-15 22:23:11 +01:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00: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
Thomas Tuegel
51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers
2019-07-05 10:42:08 -05:00
Michael Weiss
cad18959fb
quiterss: Set QT_PLUGIN_PATH (fixes a few problems)
2018-08-18 14:08:36 +02:00
Michael Weiss
a22d2a018d
quiterss: 0.18.11 -> 0.18.12
2018-07-03 21:10:33 +02:00
Michael Weiss
0a1ab7ec71
quiterss: 0.18.10 -> 0.18.11
2018-06-06 22:00:12 +02:00
Michael Weiss
b500edc44c
quiterss: 0.18.9 -> 0.18.10
2018-04-17 18:16:23 +02:00
Michael Weiss
2dca1a6d6e
quiterss: 0.18.8 -> 0.18.9
2017-12-03 00:01:10 +01:00
Michael Weiss
501f55af87
quiterss: 0.18.7 -> 0.18.8
2017-08-25 02:44:47 +02:00
Michael Weiss
d6eb43eed4
quiterss: 0.18.6 -> 0.18.7
2017-08-24 13:07:54 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Michael Weiss
d04286be34
quiterss: 0.18.5 -> 0.18.6
2017-06-20 23:31:02 +02:00
Thomas Tuegel
c816bbc8a8
qt5: remove makeQtWrapper
2017-06-18 08:44:42 -05:00
Thomas Tuegel
210f688802
qt5: rename qmakeHook to qmake
2017-06-18 08:41:57 -05:00
Michael Weiss
a071a06c61
quiterss: 0.18.4 -> 0.18.5
2017-06-17 16:09:19 +02:00
Michael Weiss
101ca1f454
quiterss: init at 0.18.4
2016-11-08 14:06:05 +01:00