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 |
|
Sandro Jäckel
|
80c78cc2e4
|
surf: 2.0 -> unstable-2019-02-08
|
2020-11-27 00:11:35 +01:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Jaakko Luttinen
|
8a0c8b3085
|
surf: add run-time dependencies to PATH
Fix #70410
|
2019-10-13 15:22:26 -04:00 |
|
Jan Tojnar
|
72e7d569a7
|
tree-wide: s/GTK+/GTK/g
GTK was renamed.
|
2019-09-06 02:54:53 +02: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 |
|
Jan Tojnar
|
4efe405311
|
surf: Do not abuse DESTDIR
|
2018-12-22 22:07:43 +01:00 |
|
Jan Tojnar
|
a31d98f312
|
tree-wide: autorename gnome packages to use dashes
|
2018-02-25 17:41:16 +01:00 |
|
Joachim Fasting
|
cd722e1678
|
surf: use https
|
2017-11-08 01:04:13 +01:00 |
|
Joachim Fasting
|
a77571399d
|
surf: 0.7 -> 2.0
This renders surf-webkit2 obsolete; it is now aliased to surf.
|
2017-04-02 20:11:44 +02:00 |
|
Joachim Fasting
|
101cb04b6a
|
surf-webkit2: 2017-03-06 -> 2017-03-22
Fixes a race condition
|
2017-03-25 11:58:30 +01:00 |
|
Joachim Fasting
|
69ce1ed526
|
surf-webkit2: init at 2017-03-06
|
2017-03-10 20:31:20 +01:00 |
|
Kirill Boltaev
|
bccd75094f
|
treewide: explicitly specify gtk and related package versions
|
2016-09-12 18:26:06 +03:00 |
|
Vladimír Čunát
|
716aac2519
|
Merge branch 'staging' into closure-size
|
2016-01-19 09:55:31 +01:00 |
|
Pascal Wittmann
|
f8da54d83d
|
surf: move to correct category
|
2016-01-03 15:49:55 +01:00 |
|