Ben Siraphob
|
4f0cdb68d7
|
treewide: unzip buldInputs to nativeBuildInputs (2)
|
2021-03-06 15:18:05 +07: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 |
|
Fabian Möller
|
c3598cc7d3
|
thunderbird: use copyDesktopItems hook
|
2020-11-29 04:03:39 +01:00 |
|
Vladimír Čunát
|
230728216a
|
thunderbird*-68: mark as insecure
|
2020-10-11 11:16:27 +02:00 |
|
Vladimír Čunát
|
d33267c639
|
thunderbird.meta.maintainers: add myself
I've been keeping an eye on it anyway, and the current meta.maintainers
don't seem to be active around thunderbird.
|
2020-09-21 17:31:26 +02:00 |
|
Vladimír Čunát
|
f56bda0c0c
|
Merge #96360: thunderbird*: updates
|
2020-08-30 18:00:26 +02:00 |
|
taku0
|
813439071b
|
thunderbird: 68.11.0 -> 68.12.0
|
2020-08-27 19:52:06 +09:00 |
|
Florian Klink
|
40d2968ebf
|
Merge pull request #94354 from flokli/systemd-246
systemd: 245.6 -> 246
|
2020-08-24 12:42:24 +02:00 |
|
Vladimír Čunát
|
f77e427cf6
|
thunderbird: Enable official branding by default
Now we do have an explicit permission from Mozilla. /cc PR #94880
|
2020-08-19 19:49:16 +02:00 |
|
Vladimír Čunát
|
c8e727c783
|
Revert "Merge #94880: thunderbird: enable branding by default"
This reverts commit 4bf857a0f2 , reversing
changes made to 00c4808252 .
See the PR for discussion; apparently an explicit permission is missing.
|
2020-08-18 20:21:08 +02:00 |
|
Florian Klink
|
dbb5fbfb15
|
thunderbird: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
|
2020-08-13 20:51:40 +02:00 |
|
Louis Tim Larsen
|
1407bada02
|
thunderbird: Enable official branding by default
|
2020-08-13 19:47:54 +02:00 |
|
taku0
|
997e6315f2
|
thunderbird: 68.10.0 -> 68.11.0
|
2020-08-07 21:18:51 +09:00 |
|
taku0
|
a62d988aeb
|
thunderbird: copy thunderbird -> thunderbird-68
|
2020-07-27 23:48:26 +09:00 |
|