Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +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
7b52a0b946
musikcube: 0.96.1 -> 0.96.2
2020-12-10 21:21:16 +00:00
R. RyanTM
a85e96dd05
musikcube: 0.95.0 -> 0.96.1
2020-12-08 00:52:42 +00:00
R. RyanTM
3e6fdd843c
musikcube: 0.94.0 -> 0.95.0
2020-11-15 11:06:51 +00:00
R. RyanTM
0effabb377
musikcube: 0.93.1 -> 0.94.0
2020-11-11 17:13:30 +00:00
R. RyanTM
d455490529
musikcube: 0.92.1 -> 0.93.1
2020-08-06 17:26:43 +00:00
Doron Behar
01d4e2fe33
treewide: use ffmpeg_3 explicitly if not wanted otherwise
...
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Aaron Andersen
2e29f5f934
musikcube: 0.90.1 -> 0.92.1
2020-05-26 21:16:18 -04:00
Aaron Andersen
27d8b3ef40
musikcube: init at 0.90.1
2020-04-24 06:52:41 -04:00