Commit Graph

7990 Commits

Author SHA1 Message Date
github-actions[bot]
25ac66a272
Merge staging-next into staging 2023-01-26 00:03:07 +00:00
github-actions[bot]
e91d2acb23
Merge master into staging-next 2023-01-26 00:02:34 +00:00
Fabian Affolter
83c940e439
Merge pull request #212425 from fabaff/sublime-music-fix
sublime-music: remove python-Levenshtein
2023-01-26 00:43:18 +01:00
Artturi
5e0e716865
Merge pull request #212115 from Artturin/splitthings1 2023-01-25 21:45:02 +02:00
github-actions[bot]
0a0068baab
Merge staging-next into staging 2023-01-25 18:01:57 +00:00
github-actions[bot]
a1c257a1c6
Merge master into staging-next 2023-01-25 18:01:20 +00:00
Weijia Wang
3391ee339b cmus: remove clangGCC hack
The compiler is overridable using the HOSTCC flag, so no hacks such as creating a fake gcc is needed.
2023-01-25 13:47:48 +01:00
Fabian Affolter
83f2d1f1e9 sublime-music: rename python-Levenshtein 2023-01-24 17:41:24 +01:00
Fabian Affolter
6324c54251 sublime-music: add changelog to meta 2023-01-24 17:30:36 +01:00
Mario Rodas
22e731bdf2
Merge pull request #184379 from r-ryantm/auto-update/mpg123
mpg123: 1.29.3 -> 1.31.1
2023-01-24 00:02:37 -05:00
github-actions[bot]
cd6a5f6c46
Merge staging-next into staging 2023-01-24 00:02:42 +00:00
github-actions[bot]
727e365f02
Merge master into staging-next 2023-01-24 00:02:11 +00:00
Sandro
7115ead0f2
Merge pull request #196982 from lorenz/dolby-swdecode 2023-01-24 00:14:19 +01:00
Sandro
e0c1c6a689
Merge pull request #206218 from r-ryantm/auto-update/MIDIVisualizer 2023-01-23 23:53:38 +01:00
Sandro
a73ac48aff
Merge pull request #190378 from adamcstephens/squeezelite_gpio 2023-01-23 23:40:16 +01:00
John Ericson
8240bc77e8
Merge pull request #212275 from alyssais/libdl
treewide: remove -ldl linker flags
2023-01-23 16:28:21 -05:00
Weijia Wang
c1d466f13b
Merge pull request #210835 from r-ryantm/auto-update/dragonfly-reverb
dragonfly-reverb: 3.2.7 -> 3.2.8
2023-01-23 21:31:42 +01:00
github-actions[bot]
112ac51b78
Merge master into staging-next 2023-01-23 18:01:16 +00:00
Weijia Wang
fbf1189f9d
Merge pull request #210815 from r-ryantm/auto-update/pyradio
pyradio: 0.8.9.32 -> 0.8.9.36
2023-01-23 17:01:50 +01:00
Alyssa Ross
12d2821bf5
treewide: remove -ldl linker flags
With all libcs I'm aware of, libdl is now either empty (Glibc, musl,
uclibc, illumos), a symlink to libc or equivalent (Apple), or does not
exist (FreeBSD, NetBSD).  So explicitly linking libdl now does nothing
for the former platforms, and breaks the build for the latter
platforms.

With this patch I've removed -ldl from all overridden linker flags for
all free packages in Nixpkgs.  Everything still seems to build.
2023-01-23 15:34:53 +00:00
github-actions[bot]
eadaaa7d20
Merge master into staging-next 2023-01-23 12:01:24 +00:00
Weijia Wang
5ef52057e1
Merge pull request #210468 from wegank/sooperlooper-bump
sooperlooper: 1.7.4 -> 1.7.8
2023-01-23 11:16:33 +01:00
Weijia Wang
7ae2e46fd6
Merge pull request #203441 from r-ryantm/auto-update/cider
cider: 1.5.7 -> 1.6.0
2023-01-23 08:08:20 +01:00
Weijia Wang
bbb7ae5c82
Merge pull request #201275 from r-ryantm/auto-update/grandorgue
grandorgue: 3.9.0-1 -> 3.9.4-1
2023-01-23 07:12:26 +01:00
github-actions[bot]
44319c878e
Merge master into staging-next 2023-01-23 00:02:15 +00:00
Weijia Wang
c07c68580c
Merge pull request #196714 from r-ryantm/auto-update/csound-manual
csound-manual: 6.17.0 -> 6.18.0
2023-01-22 23:28:30 +01:00
Weijia Wang
935e92c2af
Merge pull request #191297 from r-ryantm/auto-update/drumgizmo
drumgizmo: 0.9.19 -> 0.9.20
2023-01-22 22:25:05 +01:00
github-actions[bot]
feb2240b37
Merge master into staging-next 2023-01-22 18:01:03 +00:00
Weijia Wang
e19aef0a5c
Merge pull request #192719 from r-ryantm/auto-update/flacon
flacon: 9.2.0 -> 9.5.1
2023-01-22 15:57:51 +01:00
Weijia Wang
26c3b86f7a
Merge pull request #174352 from r-ryantm/auto-update/aeolus
aeolus: 0.9.9 -> 0.10.4
2023-01-22 15:33:06 +01:00
Artturin
270625cd92 calf: split outputs
out is 16M
doc is 4.9M
2023-01-22 16:12:43 +02:00
Artturin
22c7e51491 lsp-plugins: split outputs and fix indendation
out is 56M
dev is 6.7K
doc is 23M
2023-01-22 15:59:53 +02:00
Artturi
fe7dd8eed0
Merge pull request #212006 from Shawn8901/remove_with_lib_1 2023-01-22 15:03:02 +02:00
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
Many packages have some kind of flag indicating whether or not to build with
systemd support.  Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`.  Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.

This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.

This provides three benefits:

1. The default values are set correctly (i.e. including `&& isStatic`)

2. The default values are set consistently

3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
   reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
figsoda
ef479383e1
Merge pull request #212025 from r-ryantm/auto-update/goodvibes
goodvibes: 0.7.5 -> 0.7.6
2023-01-21 23:32:11 -05:00
Mario Rodas
12d77fc4b6 mpg123: 1.31.1 -> 1.31.2 2023-01-22 04:20:00 +00:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
R. Ryantm
3773f56f7f goodvibes: 0.7.5 -> 0.7.6 2023-01-22 01:34:01 +00:00
Weijia Wang
2e60096666
Merge pull request #187028 from r-ryantm/auto-update/snd
snd: 22.5 -> 23.0
2023-01-22 02:16:40 +01:00
Shawn8901
3866fa44a7 treewide: remove global with lib; in pkgs/{audio,blockchain,editors} 2023-01-21 23:11:12 +01:00
Jonas Heinrich
9e0e711dee
Merge pull request #211903 from r-ryantm/auto-update/youtube-music
youtube-music: 1.18.0 -> 1.19.0
2023-01-21 20:11:32 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Guillaume Girol
90c78aee6c Merge branch 'nativeCheckInputs' into staging-nativeCheckInputs 2023-01-21 12:00:00 +00:00
R. Ryantm
d6f5a817db youtube-music: 1.18.0 -> 1.19.0 2023-01-21 11:00:09 +00:00
linsui
c58270a3c9 helvum: fix build 2023-01-21 12:03:19 +08:00
R. Ryantm
d949e69824 strawberry: 1.0.13 -> 1.0.14 2023-01-20 14:26:07 +08:00
Nick Cao
cdf1ea55a9
Merge pull request #211284 from rodrgz/mopidy-tidal
mopidy-tidal: init at 0.3.2
2023-01-19 09:19:47 +08:00
Sandro
ba38d8bd37
Merge pull request #207775 from lilyinstarlight/pkg/mopidy-notify 2023-01-18 23:10:48 +01:00
R. Ryantm
776e0f600a termusic: 0.7.7 -> 0.7.8 2023-01-18 01:45:40 +00:00