Commit Graph

1237 Commits

Author SHA1 Message Date
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
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
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