Commit Graph

11557 Commits

Author SHA1 Message Date
Aleksana
402a74f19a
waylyrics: 0.3.15 -> 0.3.16 (#346412) 2024-10-06 13:04:56 +08:00
Doron Behar
583bec1a76
mympd: 17.0.4 -> 18.0.0 (#346144) 2024-10-05 21:50:51 +03:00
Peder Bergebakken Sundt
1c52242827
treewide: fix desktopItems (#345778) 2024-10-05 15:51:58 +02:00
R. Ryantm
0379dd7c4f waylyrics: 0.3.15 -> 0.3.16 2024-10-04 11:42:09 +00:00
R. Ryantm
4e16196055 songrec: 0.4.2 -> 0.4.3 2024-10-03 17:39:19 +00:00
R. Ryantm
52cf4e5716 mympd: 17.0.4 -> 18.0.0 2024-10-03 11:24:19 +00:00
h7x4
2d3f38c6a4
galaxy-buds-client: fix desktopItems 2024-10-01 23:06:10 +02:00
h7x4
5f9af4dcd5
plexamp: 4.11.1 -> 4.11.2 (#344712) 2024-10-01 19:57:40 +02:00
Florian Klink
b586ee1271
brasero: rename brasero-original to brasero-unwrapped; rhythmbox: use brasero-unwrapped instead of brasero (#345381) 2024-10-01 19:00:35 +03:00
Fabián Heredia Montiel
67a452c218 rhythmbox: use brasero-unwrapped instead of brasero 2024-10-01 09:49:18 -06:00
h7x4
700ac7fb50
ncmpcpp: fix visualizer configure flag (#344520) 2024-09-30 23:33:18 +02:00
Weijia Wang
939a71cf40
eflite: fix build (#344991) 2024-09-29 15:58:29 +02:00
Masum Reza
c693083d1e
soundsource: 5.6.3 -> 5.7.1 (#344186) 2024-09-29 18:17:34 +05:30
Franz Pletz
23fc14f02c
spotify: 1.2.42.290.g242057a2 -> 1.2.45.454.gc16ec9f6 (#344663) 2024-09-28 14:59:20 +02:00
wxt
fbb0836d26
eflite: move to by-name; nixfmt 2024-09-28 10:31:11 +08:00
Thiago Kenji Okada
0bdcca9a95
audacious-plugins: 4.4 -> 4.4.1 (#344771) 2024-09-27 08:54:53 +01:00
Thiago Kenji Okada
70064b4263
audacious: 4.4 -> 4.4.1 (#344772) 2024-09-27 08:54:00 +01:00
R. Ryantm
c1ae2e26ce audacious: 4.4 -> 4.4.1 2024-09-27 01:44:31 +00:00
R. Ryantm
0ea8d995b7 audacious-plugins: 4.4 -> 4.4.1 2024-09-27 01:34:28 +00:00
Weijia Wang
f7c77a26e3
touchosc: 1.3.4.209 -> 1.3.5.212 (#342497) 2024-09-26 23:40:58 +02:00
R. Ryantm
1c72f09b07 plexamp: 4.11.1 -> 4.11.2 2024-09-26 18:39:50 +00:00
Martin Joerg
f173d5d087 spotify: 1.2.42.290.g242057a2 -> 1.2.45.454.gc16ec9f6 2024-09-26 14:01:30 +00:00
K900
b964291466
{buildFHSEnvBubblewrap,buildFHSEnvChroot}: add nativeBuildInputs (#344516) 2024-09-26 08:38:07 +03:00
Gaute Ravndal
49fd638a47 ncmpcpp: fix visualizer configure flag 2024-09-25 22:17:01 +02:00
Artturin
4cb379f4d7 treewide: use nativeBuildInputs in appimage builder derivations 2024-09-25 23:01:28 +03:00
h7x4
a3ebef2aea
ncmpcpp: 0.9.2 -> 0.10 (#343282) 2024-09-25 14:39:01 +02:00
lassulus
87ce0d469b
cardinal: 24.05 -> 24.09 (#344357) 2024-09-25 11:16:30 +02:00
Peder Bergebakken Sundt
9d274bbed8
amberol: 0.10.3 -> 2024.1 (#344195) 2024-09-25 10:37:12 +02:00
R. Ryantm
74df07e148 cardinal: 24.05 -> 24.09 2024-09-25 06:26:18 +00:00
David McFarland
505bcb2595 tagger: update lockfile after VMR package improvements 2024-09-24 20:43:24 -03:00
Nick Cao
6d3190dc29
praat: 6.4.19 -> 6.4.20 (#343259) 2024-09-24 18:21:36 -04: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
linsui
b9c9235842 amberol: migrate to by-name 2024-09-24 19:35:52 +08:00
DontEatOreo
9dfd48b9ab
soundsource: add maintainer donteatoreo 2024-09-24 13:47:53 +03:00
DontEatOreo
7e385c2835
soundsource: 5.6.3 -> 5.7.1 2024-09-24 13:46:21 +03:00
DontEatOreo
07b7037d68
soundsource: format with nixfmt-rfc-style 2024-09-24 13:45:29 +03:00
R. Ryantm
b050d14946 noson: 5.6.7 -> 5.6.8 2024-09-23 01:41:25 +00:00
qwqawawow
b0b4b0e15f ncmpcpp: 0.9.2 -> 0.10 2024-09-23 06:55:44 +08:00
R. Ryantm
b86d5e9135 carla: 2.5.8 -> 2.5.9 2024-09-22 12:29:36 +00:00
Bernard Fortz
ed42fa3891 bitwig-studio: 5.2 -> 5.2.4 2024-09-21 18:08:53 +02:00
Nick Cao
6d18649664
faustPhysicalModeling: 2.74.6 -> 2.75.7 (#343289) 2024-09-21 09:10:52 -04:00
OTABI Tomoya
4d06c63a55
jacktrip: 2.3.1 -> 2.4.0 (#341707) 2024-09-21 15:36:09 +09:00
R. Ryantm
811016f570 faustPhysicalModeling: 2.74.6 -> 2.75.7 2024-09-20 15:15:53 +00:00
R. Ryantm
b4b96bec9d praat: 6.4.19 -> 6.4.20 2024-09-20 12:32:51 +00:00
Weijia Wang
929b85a3a1
audacity: 3.6.3 -> 3.6.4 (#343018) 2024-09-19 23:19:37 +02:00
h7x4
9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
R. Ryantm
753db0283c audacity: 3.6.3 -> 3.6.4 2024-09-19 12:31:00 +00:00
Aleksana
6a4de5f83d
waylyrics: 0.3.13 -> 0.3.15 (#342638) 2024-09-18 11:18:28 +08:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
R. Ryantm
fb7e6450f9 waylyrics: 0.3.13 -> 0.3.15 2024-09-17 20:52:04 +00:00