summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/audio
AgeCommit message (Collapse)Author
13 daysspotdl: 4.2.6 -> 4.2.7R. Ryantm
2024-08-25spotdl: 4.2.5 -> 4.2.6Robert Schütz
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-20loudgain: add patches for FFmpeg 7 and GCC 14Emily
2024-08-12abcmidi: move to pkgs/by-nameRobert Schütz
2024-08-12abcmidi: 2024.07.26 -> 2024.08.11Robert Schütz
2024-08-08goxlr-utility: 1.1.1 -> 1.1.1-unstable-2024-08-06Erno Hopearuoho
fixes #331319 where user expects xdg desktop entry to continue work as a launcher hopefully also helps with #332957
2024-08-03treewide: Pass self when overriding Pythonadisbladis
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-07-31Merge pull request #320155 from viraptor/mpdcron-darwinStanisław Pitucha
mpdcron: mark broken on darwin
2024-07-29treewide: remove unused with statements from maintainer listsJörg Thalheim
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!'
2024-07-28Merge remote-tracking branch 'origin/master' into staging-nextK900
2024-07-27abcmidi: 2024.06.18 -> 2024.07.26R. Ryantm
2024-07-26Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt
Conflicts: - pkgs/applications/graphics/seamly2d/default.nix
2024-07-26speechd: introduce minimal variant, use it everywhereK900
2024-07-26treewide: remove unused lib (and other) argumentsSigmanificient
2024-07-17tree-wide: use top-level cctoolsRandy Eckenrode
2024-07-14Merge staging-next into staginggithub-actions[bot]
2024-07-14Merge pull request #326827 from Aleksanaa/trivial-sha256-fixAleksana
treewide: sha256 -> hash attribute for gitlab.com,codeberg.org fetchers
2024-07-14Merge staging-next into staginggithub-actions[bot]
2024-07-14Merge pull request #324767 from Sigmanificient/remove-unused-stdenv-argumentsAleksana
treewide: remove unused occurence of stdenv (and other) arguments
2024-07-14Merge branch 'staging-next' into stagingVladimír Čunát
2024-07-14treewide: remove unused occurence of stdenv (and other) argumentsSigmanificient
format (will squash)
2024-07-14treewide: sha256 -> hash attribute for pypi fetchersaleksana
2024-07-13treewide: sha256 -> hash attribute for gitlab.com fetchersaleksana
2024-07-04Merge staging-next into staginggithub-actions[bot]
2024-07-04Merge master into staging-nextgithub-actions[bot]
2024-07-04Merge pull request #324511 from r-ryantm/auto-update/whisper-ctranslate2Yt
whisper-ctranslate2: 0.4.4 -> 0.4.5
2024-07-04whisper-ctranslate2: 0.4.4 -> 0.4.5R. Ryantm
2024-07-04Merge branch 'master' into staging-nextVladimír Čunát
Conflicts - GitHub wouldn't auto-resolve them but my local git did: pkgs/development/cuda-modules/cuda/overrides.nix
2024-07-03Merge pull request #323056 from SomeoneSerge/fix/cudaPackages/outputSpecifiedSomeone
cudaPackages: make getOutput work again
2024-07-03treewide: change cargoSha256 with SRI hash to cargoHashaleksana
2024-07-02Merge branch 'master' into staging-nextWeijia Wang
2024-07-02Merge pull request #323880 from r-ryantm/auto-update/darkiceh7x4
darkice: 1.4 -> 1.5
2024-07-02Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt
Conflicts: - pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02Merge pull request #319659 from jtojnar/gnome-extractJan Tojnar
Move various packages out of gnome scope
2024-07-02treewide: cuda: use propagatedBuildInputs, lib.getOutputSomeone Serge
2024-07-01darkice: 1.4 -> 1.5R. Ryantm
2024-07-01Merge master into staging-nextgithub-actions[bot]
2024-07-01Merge pull request #323322 from kashw2/spotdlArtturin
spotdl: added patch for `syncedlyrics.utils` build failure
2024-07-01adwaita-icon-theme: Move from gnome scope to top-levelJan Tojnar
It is widely used outside gnome – although it probably should not be.
2024-07-01Merge master into staging-nextgithub-actions[bot]
2024-06-30wyoming-piper: fix changelog and homepageMeow
2024-07-01Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt
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-06-29spotdl: added patch for `syncedlyrics.utils` build failurekashw2
2024-06-27mpd-notification: 0.9.0 -> 0.9.1R. Ryantm
2024-06-25Merge master into staging-nextgithub-actions[bot]
2024-06-25Merge pull request #320515 from r-ryantm/auto-update/abcmidiRobert Schütz
abcmidi: 2024.06.03 -> 2024.06.18
2024-06-25Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt
2024-06-25abcmidi: 2024.06.03 -> 2024.06.18R. Ryantm
2024-06-24spotdl: fix buildFabian Affolter
2024-06-24Merge master into staging-nextgithub-actions[bot]