1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 02:51:18 +00:00
nixpkgs/pkgs/tools/audio/beets
sternenseemann 6f2fbf5f0b treewide: add missing lib inputs
This fixes hopefully all remaining missing lib inputs, likely introduced
as a regression by our recent treewide switch from stdenv.lib to lib.
These instances are all I could find using nix-instantiate --parse using
the following command:

    find "$NIXPKGS" -name '*.nix' \
      -and ! -path "$NIXPKGS/pkgs/development/interpreters/python/cpython/docs/template.nix" \
      -and ! -path '$NIXPKGS/.git/**' \
      -print0 | xargs -0 nix-instantiate --parse >/dev/null
2021-03-03 13:40:45 +01:00
..
plugins treewide: add missing lib inputs 2021-03-03 13:40:45 +01:00
badfiles-plugin-nix-paths.patch beets: 1.4.9 -> unstable-2020-12-22 2021-01-03 14:36:53 +02:00
bash-completion-always-print.patch beets: 1.4.9 -> unstable-2020-12-22 2021-01-03 14:36:53 +02:00
convert-plugin-ffmpeg-path.patch beets: 1.4.9 -> unstable-2020-12-22 2021-01-03 14:36:53 +02:00
default.nix remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
keyfinder-default-bin.patch beets: 1.4.9 -> unstable-2020-12-22 2021-01-03 14:36:53 +02:00
replaygain-default-ffmpeg.patch beets: 1.4.9 -> unstable-2020-12-22 2021-01-03 14:36:53 +02:00