Commit graph

425 commits

Author SHA1 Message Date
Ben Siraphob e79822050c midicsv: fix darwin build 2021-03-14 11:40:50 +07:00
Robert Schütz 354a880a3e abcmidi: 2021.02.21 -> 2021.03.10 2021-03-11 14:52:46 +01:00
Bernardo Meurer 2a43b93fee
beets: fix lyrics dependency 2021-03-11 03:19:18 -08:00
Kira Bruneau 556d4172ba yabridge, yabridgectl: 3.0.1 -> 3.0.2 2021-03-10 13:08:25 -05:00
Bernardo Meurer a2492b0831
beetsExternalPlugins.check: remove (broken) 2021-03-08 12:42:29 -08:00
Bernardo Meurer 6beb35e344
beets: unstable-2021-01-29 -> unstable-2021-03-08 2021-03-08 11:29:30 -08:00
Robert Schütz 3c51c0f39a beetsExternalPlugins.check: mark as broken 2021-03-07 16:02:33 +01:00
Robert Schütz 00210fcf0d beetsExternalPlugins.alternatives: 0.9.0 -> 0.10.2 2021-03-07 16:02:33 +01:00
Robert Schütz 46aeb3a48d beets: remove Google Play Music support 2021-03-07 16:02:31 +01:00
Robert Schütz 9fc36e1b7f google-music-scripts: drop 2021-03-07 16:00:27 +01:00
Sandro Jäckel 3353bf7a16
beets: remove `? null; remove with lib` 2021-03-06 21:02:55 +01:00
Sandro 15e5958c21
Merge pull request #114476 from MetaDark/yabridge
yabridge, yabridgectl: 3.0.0 -> 3.0.1
2021-03-04 03:34:47 +01:00
sternenseemann bce37e7542 beets: refactor external plugins into top-level package set
Instead of managing external plugins in the beets derivation, we
introduce a new top-level package set beetsExternalPlugins which the
beets derivation receives as an input. This change doesn't affect how
the beets derivation is built or overridden, so the change won't be
noticed by users, but it makes hydra evaluate and build external plugins
which should benefit users of those plugins and prevent future
regressions as we have experienced (currently on master
beets-alternatives fails to evaluate, but this wasn't picked up by
ofborg nor hydra).
2021-03-03 15:16:31 +01:00
sternenseemann 979a6b2590 beets-check: fix patch path
The path to the used patch was broken, making the derivation fail
evaluation. However the patch needs to be updated as some new test
failure has cropped up.
2021-03-03 15:09:38 +01:00
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
Domen Kožar 52041b5d02
remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
Kira Bruneau fd96e5ae46 yabridge, yabridgectl: 3.0.0 -> 3.0.1
Also replaces hashes with SRI hashes
2021-02-26 12:25:06 -05:00
Sandro 7b9922ecdd
Merge pull request #113996 from dotlambda/abcmidi-2021.02.21
abcmidi: 2021.01.25 -> 2021.02.21
2021-02-23 08:47:37 +01:00
Robert Schütz a4bee4eee6 abcmidi: 2021.01.25 -> 2021.02.21 2021-02-22 12:46:31 +01:00
Sandro Jäckel 3484b32ae2
beets: remove unused input 2021-02-22 01:16:22 +01:00
Kira Bruneau ebbb927bee yabridgectl: 2.2.1 -> 3.0.0 2021-02-14 19:45:06 -05:00
Kira Bruneau 26a970df50 yabridge: 2.2.1 -> 3.0.0 2021-02-14 19:44:57 -05:00
Kira Bruneau e3d0774d0b yabridgectl: init at 2.2.1 2021-02-14 19:44:17 -05:00
Kira Bruneau 9fce96e160 yabridge: init at 2.2.1 2021-02-14 19:43:49 -05:00
AndersonTorres f14da185ef mpdcron: mpd_clientlib -> libmpdclient 2021-02-12 08:35:29 -03:00
AndersonTorres f8104b8fa6 mpdas: mpd_clientlib -> libmpdclient 2021-02-12 08:35:11 -03:00
Jan Tojnar 54f4529aec
Merge pull request #111519 from siraben/xdg-utils-naming 2021-02-01 17:18:57 +01:00
Ben Siraphob a6ac3eedbd treewide: xdg_utils -> xdg-utils 2021-02-01 15:05:09 +07:00
Bernardo Meurer 642fd85cb6
beets: unstable-2020-12-22 -> unstable-2021-01-29 2021-01-31 18:27:56 -08:00
Bernardo Meurer 8094392757
beets: use unstableGitUpdater 2021-01-31 18:27:37 -08:00
Sandro c7cfce17b7
Merge pull request #110926 from dotlambda/abcmidi-2021.01.25
abcmidi: 2021.01.21 -> 2021.01.25
2021-01-27 16:48:17 +01:00
Robert Schütz 63bc85029a abcmidi: 2021.01.21 -> 2021.01.25 2021-01-27 11:41:06 +01:00
Jörg Thalheim 5fc4e480f2
tts: unstable-2020-06-17 -> 0.0.9 2021-01-27 11:02:30 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
volth bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Sandro 705f26563b
Merge pull request #110600 from dotlambda/abcmidi-2021.01.21
abcmidi: 2020.12.10 -> 2021.01.21
2021-01-23 21:14:50 +01:00
Robert Schütz 4070fb501b abcmidi: 2020.12.10 -> 2021.01.21 2021-01-23 15:35:19 +01:00
Doron Behar f9c6e07c67 treewide: Remove usages of stdenv.lib by @doronbehar
Per: https://github.com/NixOS/nixpkgs/issues/108938
2021-01-23 10:52:19 +02:00
zowoq 59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Austin Butler 1e72aa1feb beats: fix missing lib in extrafiles plugin 2021-01-16 19:15:03 -08:00
R. RyanTM bcdca92787
abcmidi: 2020.11.07 -> 2020.12.10 (#106639) 2021-01-16 09:52:53 +01:00
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
github-actions[bot] 36bab113bf
Merge master into staging-next 2021-01-11 01:02:21 +00:00
Fabian Affolter 93f7742d61 google-music-scripts: fix build 2021-01-10 15:56:55 +01:00
Jan Tojnar e6c0c98940
Merge branch 'master' into staging-next
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-08 02:07:34 +01:00
Rouven Czerwinski cf2c95a19f mpris-scrobbler: init at 0.4.0.1
Minimalistic scrobbler using the the MPRIS specification to scrobble to
libre.fm and last.fm.
2021-01-07 16:45:53 +01:00
github-actions[bot] 581059aed4
Merge staging-next into staging 2021-01-04 00:57:38 +00:00
Bernardo Meurer cea2b9eff4 beets: add doronbehar to maintainers 2021-01-03 14:36:54 +02:00