github-actions[bot]
72eab84191
Merge staging-next into staging
2024-09-09 18:07:47 +00:00
Weijia Wang
0193e5dd0d
beetsPackages.alternatives: 0.11.1 -> 0.13.0 ( #328811 )
2024-09-09 18:33:39 +02:00
Emily
61922738bb
treewide: optimistically unpin FFmpeg 7 dependencies
...
Per the adjusted FFmpeg pinning advice, packages that work on the
default version should use the unversioned variants to ease the
migration to future versions and reduce the number of packages that
end up referencing old versions.
I have left HandBrake pinned as it builds a custom patched FFmpeg.
2024-09-07 20:31:41 +01:00
R. Ryantm
9791555cd4
spotdl: 4.2.6 -> 4.2.7
2024-08-28 00:09:51 +00:00
Robert Schütz
935008fd75
spotdl: 4.2.5 -> 4.2.6
...
Diff: https://github.com/spotDL/spotify-downloader/compare/refs/tags/v4.2.5...v4.2.6
Changelog: https://github.com/spotDL/spotify-downloader/releases/tag/v4.2.6
2024-08-25 13:33:16 -07:00
Emily
2c993d5173
loudgain: add patches for FFmpeg 7 and GCC 14
2024-08-20 22:33:39 +01:00
R. Ryantm
ef14f41c38
beetsPackages.alternatives: 0.11.1 -> 0.13.0
2024-08-18 18:05:19 +00:00
Robert Schütz
fe02238662
abcmidi: move to pkgs/by-name
2024-08-12 07:25:25 -07:00
Robert Schütz
49ee3147cd
abcmidi: 2024.07.26 -> 2024.08.11
2024-08-12 07:23:21 -07:00
Erno Hopearuoho
eb8268e6cb
goxlr-utility: 1.1.1 -> 1.1.1-unstable-2024-08-06
...
fixes #331319 where user expects xdg desktop entry to continue work as a launcher
hopefully also helps with #332957
2024-08-08 14:20:38 +03:00
adisbladis
e0816431a2
treewide: Pass self when overriding Python
...
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
python' = python3.override {
packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337"; }); };
};
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.
And the same with `self`:
```
with import <nixpkgs> { };
let
python' = python3.override {
self = python';
packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337"; }); };
};
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.
This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
R. Ryantm
f4de0b978b
kaldi: 0-unstable-2024-06-03 -> 0-unstable-2024-07-25
2024-08-02 11:58:00 +00:00
Stanisław Pitucha
130e852f92
Merge pull request #320155 from viraptor/mpdcron-darwin
...
mpdcron: mark broken on darwin
2024-07-31 16:39:22 +10:00
Jörg Thalheim
5356420466
treewide: remove unused with statements from maintainer lists
...
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
K900
24076029d2
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-28 01:04:35 +03:00
R. Ryantm
7c884c80c6
abcmidi: 2024.06.18 -> 2024.07.26
2024-07-27 13:17:32 +00:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
K900
8e7a098243
speechd: introduce minimal variant, use it everywhere
2024-07-26 15:48:11 +03:00
Sigmanificient
6dd44107ac
treewide: remove unused lib (and other) arguments
2024-07-26 11:18:09 +02:00
Randy Eckenrode
f9b7f4ec09
tree-wide: use top-level cctools
2024-07-17 22:36:19 -04:00
github-actions[bot]
31817540ee
Merge staging-next into staging
2024-07-14 18:01:37 +00:00
Aleksana
3ea85ac338
Merge pull request #326827 from Aleksanaa/trivial-sha256-fix
...
treewide: sha256 -> hash attribute for gitlab.com,codeberg.org fetchers
2024-07-14 22:40:25 +08:00
github-actions[bot]
0d7af056e2
Merge staging-next into staging
2024-07-14 12:02:04 +00:00
Aleksana
e8f2aabb01
Merge pull request #324767 from Sigmanificient/remove-unused-stdenv-arguments
...
treewide: remove unused occurence of stdenv (and other) arguments
2024-07-14 19:42:52 +08:00
Vladimír Čunát
211398c03e
Merge branch 'staging-next' into staging
2024-07-14 08:35:35 +02:00
Sigmanificient
512e8afdb9
treewide: remove unused occurence of stdenv (and other) arguments
...
format (will squash)
2024-07-14 04:32:56 +02:00
aleksana
07c1bc2034
treewide: sha256 -> hash attribute for pypi fetchers
2024-07-14 01:25:22 +08:00
aleksana
1a89942243
treewide: sha256 -> hash attribute for gitlab.com fetchers
2024-07-13 22:28:37 +08:00
github-actions[bot]
e14242d985
Merge staging-next into staging
2024-07-04 12:01:37 +00:00
github-actions[bot]
9cede82051
Merge master into staging-next
2024-07-04 12:01:10 +00:00
Yt
d7aac2dfd6
Merge pull request #324511 from r-ryantm/auto-update/whisper-ctranslate2
...
whisper-ctranslate2: 0.4.4 -> 0.4.5
2024-07-04 09:12:02 +00:00
R. Ryantm
9336e16d76
whisper-ctranslate2: 0.4.4 -> 0.4.5
2024-07-04 08:28:30 +00:00
Vladimír Čunát
44b36397c2
Merge branch 'master' into staging-next
...
Conflicts - GitHub wouldn't auto-resolve them but my local git did:
pkgs/development/cuda-modules/cuda/overrides.nix
2024-07-04 10:10:22 +02:00
Someone
d5491008d9
Merge pull request #323056 from SomeoneSerge/fix/cudaPackages/outputSpecified
...
cudaPackages: make getOutput work again
2024-07-03 19:19:51 +00:00
aleksana
a9709c299b
treewide: change cargoSha256 with SRI hash to cargoHash
2024-07-03 21:53:11 +08:00
Weijia Wang
f5a7e092f3
Merge branch 'master' into staging-next
2024-07-02 22:22:02 +02:00
h7x4
ab9aaba951
Merge pull request #323880 from r-ryantm/auto-update/darkice
...
darkice: 1.4 -> 1.5
2024-07-02 20:23:55 +02:00
Martin Weinelt
7b8429bbc4
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02 12:08:49 +02:00
Jan Tojnar
0f56e32213
Merge pull request #319659 from jtojnar/gnome-extract
...
Move various packages out of gnome scope
2024-07-02 08:03:53 +02:00
Someone Serge
82018339bd
treewide: cuda: use propagatedBuildInputs, lib.getOutput
2024-07-02 01:47:19 +00:00
R. Ryantm
39997094a0
darkice: 1.4 -> 1.5
2024-07-01 20:19:51 +00:00
github-actions[bot]
1addc8dd4c
Merge master into staging-next
2024-07-01 18:01:14 +00:00
Artturin
dcffdd1040
Merge pull request #323322 from kashw2/spotdl
...
spotdl: added patch for `syncedlyrics.utils` build failure
2024-07-01 15:34:00 +03:00
Jan Tojnar
5c5c20919b
adwaita-icon-theme: Move from gnome scope to top-level
...
It is widely used outside gnome – although it probably should not be.
2024-07-01 08:26:46 +02:00
github-actions[bot]
0519df43f4
Merge master into staging-next
2024-07-01 06:01:15 +00:00
Meow
58d63778b0
wyoming-piper: fix changelog and homepage
2024-06-30 20:56:44 -04:00
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
kashw2
d9142feddd
spotdl: added patch for syncedlyrics.utils
build failure
2024-06-29 18:16:20 +10:00
R. Ryantm
55df7d8869
mpd-notification: 0.9.0 -> 0.9.1
2024-06-27 11:23:01 +00:00
github-actions[bot]
08b5c3c46a
Merge master into staging-next
2024-06-25 18:01:20 +00:00
Robert Schütz
3f82fdec43
Merge pull request #320515 from r-ryantm/auto-update/abcmidi
...
abcmidi: 2024.06.03 -> 2024.06.18
2024-06-25 08:20:06 -07:00
Martin Weinelt
de245ec4a5
Merge remote-tracking branch 'origin/master' into staging-next
2024-06-25 13:00:25 +02:00
R. Ryantm
1f21e870ef
abcmidi: 2024.06.03 -> 2024.06.18
2024-06-25 06:52:13 +00:00
Fabian Affolter
8f88b1a07a
spotdl: fix build
2024-06-24 23:34:17 +02:00
github-actions[bot]
88140ced6d
Merge master into staging-next
2024-06-24 12:01:17 +00:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
David Knaack
b12809df40
openai-whisper-cpp: 1.5.4 -> 1.6.2
2024-06-23 12:35:52 +02:00
Thiago Kenji Okada
f7fa159110
Merge pull request #321417 from r-ryantm/auto-update/mpd-notification
...
mpd-notification: 0.8.7 -> 0.9.0
2024-06-23 02:42:40 +01:00
éclairevoyant
e8d7ce1b47
treewide: move gobject-introspection from buildInputs to nativeBuildInputs ( #321411 )
...
* catnip-gtk4: parallelise
* seabird: parallelise
* treewide: move gobject-introspection from buildInputs to nativeBuildInputs
2024-06-22 03:39:00 +03:00
R. Ryantm
8034fbb2e7
mpd-notification: 0.8.7 -> 0.9.0
2024-06-21 04:07:17 +00:00
Stanisław Pitucha
69f9b44a7a
mpdcron: mark broken on darwin
...
Project uses old nokogiri which doesn't compile with new libxml.
2024-06-16 09:22:07 +10:00
github-actions[bot]
098fe8ee26
Merge staging-next into staging
2024-06-14 18:01:39 +00:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
...
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
R. Ryantm
45ce97ef35
mpd-discord-rpc: 1.7.2 -> 1.7.3
2024-06-14 01:42:55 +00:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Robert Schütz
f7031f7e5e
Merge pull request #318454 from r-ryantm/auto-update/abcmidi
...
abcmidi: 2024.04.30 -> 2024.06.03
2024-06-09 04:06:19 -07:00
R. Ryantm
3db5358e35
abcmidi: 2024.04.30 -> 2024.06.03
2024-06-09 06:38:52 +00:00
Doron Behar
3bfa4f50e3
beetsPackages.extrafiles: mark as broken
2024-06-08 22:54:00 +03:00
Doron Behar
10830cf99d
beetsPackages.copyartifacts: fix build
2024-06-08 22:52:10 +03:00
Doron Behar
2f947fa39a
beetsPackages.alternatives: unstable-2021-02-01 -> 0.11.1
2024-06-08 22:48:24 +03:00
Doron Behar
5fb83c75cc
beets-unstable: unstable-2024-03-16 -> 2.0.0-unstable-2024-05-25
...
Switch to the correct format specified by pkgs/README.md
2024-06-08 22:39:13 +03:00
Doron Behar
0c520d6ae7
beets: 1.6.0 -> 2.0.0
2024-06-08 22:39:13 +03:00
Martin Weinelt
9a882b2288
whisper-ctranslate2: support speaker diarization
...
Includes some drive-by cleanup:
- Use PEP517 build process
- Add missing pre/post hooks in checkPhase
2024-06-08 17:10:43 +02:00
Nick Cao
a2f9898b58
Merge pull request #317871 from r-ryantm/auto-update/dl-librescore
...
dl-librescore: 0.35.7 -> 0.35.17
2024-06-07 15:44:21 -04:00
Martin Weinelt
902b6e27ab
wyoming-openwakeword: relax wyoming constraint
2024-06-07 13:35:14 +02:00
R. Ryantm
1639dd8cb5
dl-librescore: 0.35.7 -> 0.35.17
2024-06-07 00:51:56 +00:00
Doron Behar
fdbd20d8f6
Merge pull request #316918 from doronbehar/pkg/acousticbrainz-remove
...
acousticbrainz-client: remove
2024-06-05 09:08:59 +03:00
Doron Behar
9ed5c8c88b
acousticbrainz-client: remove
...
Co-authored-by: aszlig <aszlig@nix.build>
2024-06-04 14:07:09 +03:00
Doron Behar
db10d610dd
beets: warn about deprecated plugins
...
Co-authored-by: aszlig <aszlig@nix.build>
2024-06-04 14:06:57 +03:00
Sigmanificient
d48a9bb622
treewide: remove unused fetchpatch arguments
2024-06-04 12:40:25 +02:00
R. Ryantm
6d83737c25
kaldi: 0-unstable-2024-04-30 -> 0-unstable-2024-06-03
2024-06-03 21:14:55 +00:00
Weijia Wang
0974dacc94
Merge pull request #308991 from r-ryantm/auto-update/kaldi
...
kaldi: 0-unstable-2024-01-31 -> 0-unstable-2024-04-30
2024-06-02 00:57:28 +02:00
Sigmanificient
8b473d1a27
treewide: remove unused fetch* (and other) arguments
2024-05-30 13:36:48 +02:00
R. Ryantm
fb09e23994
whisper-ctranslate2: 0.4.3 -> 0.4.4
2024-05-29 21:08:47 +00:00
Daniel Løvbrøtte Olsen
f88f273291
Update liquidsoap and its dependencies ( #310112 )
...
* ocamlPackages.duppy: 0.9.3 -> 0.9.4
* ocamlPackages.ffmpeg: 1.1.8 -> 1.1.11
* ocamlPackages.lastfm: 0.3.3 -> 0.3.4
* ocamlPackages.uri: 4.2.0 -> 4.4.0
Diff: https://github.com/mirage/ocaml-uri/compare/None...v4.4.0
* ocamlPackages.gd4o: remove, ocamlPackages.gd: init at 1.1
* ocamlPackages.mad: 0.5.2 -> 0.5.3
Diff: https://github.com/savonet/ocaml-mad/compare/v0.5.2...v0.5.3
* ocamlPackages.tsdl-image: 0.5 -> 0.6
Diff: https://github.com/sanette/tsdl-image/compare/0.5...0.6
* liquidsoap: small package fixups
Diff: https://github.com/savonet/liquidsoap/compare/refs/tags/v2.2.4...v2.2.5
2024-05-21 07:38:49 +02:00
Matthias Beyer
8affbe79bd
Merge pull request #310816 from r-ryantm/auto-update/video2midi
...
video2midi: 0.4.7.2 -> 0.4.8
2024-05-18 09:20:35 +02:00
Austin Horstman
0cf7ac70fd
pulsemixer: fix darwin
2024-05-14 20:20:52 -05:00
R. Ryantm
24da8cfa91
whisper-ctranslate2: 0.4.2 -> 0.4.3
2024-05-13 09:31:25 +00:00
R. Ryantm
ca58ea3c60
kaldi: 0-unstable-2024-01-31 -> 0-unstable-2024-04-30
2024-05-12 20:52:17 +02:00
R. Ryantm
cc7488ac8d
video2midi: 0.4.7.2 -> 0.4.8
2024-05-11 10:22:29 +00:00
Emery Hemingway
5caf4b9c39
liquidsoap: add meta.changelog
2024-05-09 08:15:18 +00:00
R. Ryantm
1a964af2b2
liquidsoap: 2.2.4 -> 2.2.5
2024-05-09 08:15:18 +00:00
Nick Cao
a99c300115
Merge pull request #309399 from r-ryantm/auto-update/mpris-scrobbler
...
mpris-scrobbler: 0.5.2 -> 0.5.3
2024-05-06 10:41:25 -04:00
Martin Weinelt
37a0883b37
wyoming-faster-whisper: relax faster-whisper constraint
2024-05-06 15:06:14 +02:00
R. Ryantm
82c83d7f57
mpris-scrobbler: 0.5.2 -> 0.5.3
2024-05-05 23:19:51 +00:00
OPNA2608
467371b4b3
vgmtools: unstable-2023-08-27 -> 0.1-unstable-2023-08-27
2024-05-04 19:31:43 +02:00
OPNA2608
e7d03c2441
kaldi: unstable-2024-01-31 -> 0-unstable-2024-01-31
2024-05-04 19:31:43 +02:00
github-actions[bot]
ae736c738d
Merge master into staging-next
2024-05-03 12:01:32 +00:00
Jussi Kuokkanen
ce3f586775
pkgs/tools: remove licenses.gpl2
2024-05-02 21:06:26 +02:00
github-actions[bot]
67f8ba4a30
Merge master into staging-next
2024-05-01 18:01:22 +00:00