Commit Graph

127 Commits

Author SHA1 Message Date
github-actions[bot]
b42890bf68
Merge master into staging-next 2024-09-27 06:04:49 +00:00
Aleksana
f994bc90ac
musicpod: 1.11.0 -> 1.12.0 (#344101) 2024-09-27 10:38:26 +08:00
Fabián Heredia Montiel
2a115bbd1e Merge remote-tracking branch 'origin/master' into staging-next 2024-09-26 18:03:59 -06:00
Pol Dellaiera
e1d3d513c1
multiplex: 0.1.4 -> 0.1.5 (#344099) 2024-09-27 01:19:57 +02:00
Jörg Thalheim
91ea06cb60 Merge remote-tracking branch 'upstream/master' into HEAD 2024-09-26 21:04:22 +02:00
Martin Weinelt
a54ff013d6
music-assistant: 2.2.3 -> 2.2.6
https://github.com/music-assistant/server/releases/tag/2.2.4
https://github.com/music-assistant/server/releases/tag/2.2.5
https://github.com/music-assistant/server/releases/tag/2.2.6
2024-09-26 20:40:26 +02:00
Martin Weinelt
2c3a10ebbd
music-assistant: fix evaluation of provider packages
When provider packages have no dependencies we still need to make them a
function, as to have a generic interface to transform these attributes
into python packages of the passed package set.
2024-09-26 20:22:09 +02:00
github-actions[bot]
a3340e0fbf
Merge master into staging-next 2024-09-26 06:04:51 +00:00
Artturin
4cb379f4d7 treewide: use nativeBuildInputs in appimage builder derivations 2024-09-25 23:01:28 +03:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
aleksana
bf7c4f41da musicpod: 1.11.0 -> 1.12.0
Diff:
https://github.com/ubuntu-flutter-community/musicpod/compare/v1.11.0...v1.12.0
2024-09-24 10:28:00 +08:00
aleksana
7e6d6cffed multiplex: 0.1.4 -> 0.1.5
Diff: https://github.com/pojntfx/multiplex/compare/v0.1.4...v0.1.5
2024-09-24 09:56:29 +08:00
K900
d8a54461fc Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-20 07:27:56 +03:00
h7x4
9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
Vladimír Čunát
75da841952
Merge branch 'master' into staging 2024-09-17 16:38:37 +02:00
K900
b24e9a53ca Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-17 09:07:34 +03:00
Gaetan Lepage
60aef2987a mujoco: format with nixpkgs 2024-09-17 07:38:58 +02:00
Gaetan Lepage
ced977924c mujoco: move to pkgs/by-name 2024-09-17 07:37:59 +02:00
Aleksana
a2cad4db0b
treewide: migrate packages to by-name (#341412) 2024-09-17 11:17:16 +08:00
github-actions[bot]
1eb2a0e2d5
Merge staging-next into staging 2024-09-16 18:04:57 +00:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
Doron Behar
107b787d20
muse-sounds-manager: init at 1.1.0.587 (#341856) 2024-09-16 16:02:08 +03:00
Orivej Desh
026662eb8e muse-sounds-manager: init at 1.1.0.587
Closes #216432
2024-09-16 10:32:11 +00:00
github-actions[bot]
84a5c54b60
Merge staging-next into staging 2024-09-15 12:05:26 +00:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
github-actions[bot]
5c9c7359c3
Merge staging-next into staging 2024-09-14 00:13:49 +00:00
Maciej Krüger
e50aafe633
musicpod: init at 1.11.0 (#341359) 2024-09-14 00:32:22 +02:00
github-actions[bot]
faf7f6fa64
Merge staging-next into staging 2024-09-13 06:05:28 +00:00
Peder Bergebakken Sundt
1d28f484f4
scotch: 7.0.4 -> 7.0.5 (#337565) 2024-09-13 02:47:32 +02:00
aleksana
decd4489bc musicpod: init at 1.11.0 2024-09-12 18:41:40 +08:00
K900
4e803e9656 Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-12 07:00:07 +03:00
Martin Weinelt
d699dd0f07
music-assistant: 2.2.2 -> 2.2.3
https://github.com/music-assistant/server/releases/tag/2.2.3
2024-09-11 01:20:25 +02:00
github-actions[bot]
bc08a73275
Merge staging-next into staging 2024-09-09 00:15:03 +00:00
Adam C. Stephens
c98fdb89bf
museum: photos-v0.9.30 -> photos-v0.9.35 (#340195) 2024-09-08 18:23:31 -04: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
Robert Schütz
55d27ddb65 music-assistant: support hass provider 2024-09-06 16:41:58 -07:00
R. Ryantm
d71269b6e9 museum: photos-v0.9.30 -> photos-v0.9.35 2024-09-06 20:44:13 +00:00
ocfox
6350c71d9b
music-player: format 2024-09-06 21:34:55 +08:00
ocfox
1af6eaf93c
music-player: 0.2.0-alpha.14 -> unstable-2024-08-24
update to 0.2.0-alpha.14-unstable-2024-08-24 to fix build
2024-09-06 21:34:18 +08:00
ocfox
1d5377fffd
music-player: migrate to by-name 2024-09-06 13:04:25 +08:00
Felix Schröter
83fd501d7b
mullvad-browser: 13.5.2 -> 13.5.3
https://github.com/mullvad/mullvad-browser/releases/tag/13.5.3
2024-09-04 19:13:39 +02:00
Jan Tojnar
7f387d6bf9 mutter{,43}: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Vladimír Čunát
ff065c28ba
muffin: fixup build, missing wayland-scanner
https://hydra.nixos.org/build/270768939/nixlog/2/tail
2024-08-30 13:43:30 +02:00
R. Ryantm
4f34e56602 museum: photos-v0.9.16 -> photos-v0.9.30 2024-08-29 10:48:41 +00:00
Guilhem Saurel
981629a05b mumps: update scotch include dir 2024-08-27 11:15:25 +02:00
Emily
0c7aafc7f5
musly: add patches for FFmpeg 7, C++17, and external deps; kissfft: build with CMake; libresample: 0.1.3 -> 0.1.4-unstable-2024-08-23 (#332035) 2024-08-27 01:12:57 +01:00
Emily
7245ee2b5d musly: add patches for FFmpeg 7, C++17, and external deps 2024-08-26 22:37:33 +01:00
Emily
c3c5af2c4b musly: unstable-2017-04-26 -> 0.1-unstable-2019-09-05 2024-08-26 22:37:33 +01:00
Emily
cbb58be8c2 musly: format with nixfmt-rfc-style 2024-08-26 22:37:33 +01:00
Emily
9561c35c47 musly: move to pkgs/by-name 2024-08-26 22:37:33 +01:00
Martin Weinelt
5b914f70e9
music-assistant: 2.2.0 -> 2.2.2
https://github.com/music-assistant/server/releases/tag/2.2.1
https://github.com/music-assistant/server/releases/tag/2.2.2
2024-08-24 03:02:19 +02:00
Martin Weinelt
ca94e8528c
music-assistant: 2.1.1 -> 2.2.0
https://github.com/music-assistant/server/releases/tag/2.2.0
2024-08-22 01:58:20 +02:00
Guilhem Saurel
4ef2027dca mumps: build on darwin 2024-08-12 15:25:42 +02:00
Guilhem Saurel
05fb9b070f mumps: init at 5.7.3 2024-08-08 01:08:10 +02:00
Felix Schröter
4c2cd716f6
mullvad-browser: 13.5.1 -> 13.5.2
https://github.com/mullvad/mullvad-browser/releases/tag/13.5.2
2024-08-06 23:27:28 +02:00
Martin Weinelt
bd155530d3
Merge pull request #332336 from mweinelt/music-assistant-2.1.1
music-assistant: 2.0.7 -> 2.1.1
2024-08-05 13:33:37 +02:00
Martin Weinelt
37baefd47a
music-assistant: 2.0.7 -> 2.1.1
https://github.com/music-assistant/server/releases/tag/2.1.0
https://github.com/music-assistant/server/releases/tag/2.1.1
2024-08-04 23:17:24 +02:00
R. Ryantm
21df56fb42 museum: photos-v0.9.5 -> photos-v0.9.16 2024-08-03 17:20:47 +00: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
Bobby Rong
07afe74768
muffin: Move from cinnamon scope to top-level 2024-07-23 22:12:40 +08:00
Martin Weinelt
0abdf47358
nixos/tests/music-assistant: init 2024-07-17 22:29:38 +02:00
Martin Weinelt
241fe52147
music-assistant: init at 2.0.7 2024-07-17 22:29:38 +02:00
Alexis Hildebrandt
e053dd43a8 musikcube: 3.0.3 -> 3.0.4 2024-07-16 08:39:21 +02:00
Felix Schröter
ff1dc27711 {tor,mullvad}-browser: migrate to pkgs/by-name 2024-07-12 10:20:37 +02:00
Aaron Andersen
240a44d233
Merge pull request #325482 from afh/update-modernize-musikcube
musikcube: 3.0.2 -> 3.0.3, move to pkgs/by-name, format using nixfmt, modernize
2024-07-09 12:27:03 -04:00
Pablo Ovelleiro Corral
dd148685d0
museum: init at photos-v0.9.5 2024-07-09 00:16:00 +02:00
Alexis Hildebrandt
d801915b52 musikcube: modernize 2024-07-08 11:22:38 +02:00
Alexis Hildebrandt
bf091dbb5f musikcube: reformat using nixfmt 2024-07-08 11:17:32 +02:00
Alexis Hildebrandt
ad5271f745 musikcube: move to pkgs/by-name 2024-07-08 11:16:58 +02:00
aleksana
1ee81ae941 multiplex: init at 0.1.4 2024-06-17 03:13:41 +08: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
octodi
ae94be2720 muffon: init at 2.0.3 2024-06-03 20:21:44 +00:00
Weijia Wang
fde79b3209 muparser: 2.2.3 -> 2.3.4, refactor 2024-01-22 03:34:06 +01:00
Nick Cao
c704e30609
multirun: init at 1.1.3 2023-12-25 10:23:30 -05:00
aoife cassidy
7071bf24d4
mus: change upstream src; migrate to by-name
~sfr -> ~nbsp; author (me) changed usernames
2023-11-28 23:27:35 +02:00