Ben Siraphob
|
8c5d37129f
|
pkgs/tools: stdenv.lib -> lib
|
2021-01-15 17:12:36 +07: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 |
|
R. RyanTM
|
1311343c40
|
fx_cast_bridge: 0.0.6 -> 0.0.7
|
2020-09-06 18:51:17 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Will Dietz
|
a88fa07daf
|
fx_cast_bridge: 0.0.5 -> 0.0.6
|
2020-02-27 23:59:14 -06:00 |
|
Will Dietz
|
9a80ee245c
|
fx_cast_bridge: 0.0.4 -> 0.0.5
|
2020-02-14 01:51:52 -06:00 |
|
Will Dietz
|
b232587833
|
fx_cast: use pname a bit more
(cherry picked from commit a01a80a52c952bfa70a474cb062e508d3947ca6b)
|
2019-11-16 01:37:43 -06:00 |
|
Will Dietz
|
a21665252d
|
fx_cast: libc
(cherry picked from commit c6d6f636e186b68ae7626dcf611d10a3a50c30a3)
|
2019-11-16 01:37:39 -06:00 |
|
Will Dietz
|
b7c783cfc9
|
fx_cast_bridge: fix double-slash
(cherry picked from commit 61576be9df9f3120dd69f3f5862242212ecc536a)
|
2019-11-16 01:37:33 -06:00 |
|
Will Dietz
|
2488f6a4a5
|
fx_cast_bridge: 0.0.3 -> 0.0.4
https://github.com/hensm/fx_cast/releases/tag/v0.0.4
(cherry picked from commit c8e255962e89795f50268e1e370fdba31f759994)
|
2019-11-16 01:37:27 -06:00 |
|
Will Dietz
|
fd38a119df
|
fx_cast_bridge: init at 0.0.3!
|
2019-11-16 01:36:42 -06:00 |
|