Commit Graph

8083 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Mauricio Scheffer
f867378f08 pianoteq.{stage-trial,standard-trial}: 7.5.4 -> 8.0.5 2023-01-19 22:48:12 +00:00
Mauricio Scheffer
596d123cbb pianoteq: fix fetchers 2023-01-19 22:48:12 +00: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
Erik Rodriguez
500f3b94c3
mopidy-tidal: init at 0.3.2 2023-01-17 14:47:52 -03:00
ChaosAttractor
b48c6ab66b yesplaymusic: init at 0.4.5 2023-01-17 16:56:27 +08:00
R. Ryantm
f9743eebe2 pyradio: 0.8.9.32 -> 0.8.9.36 2023-01-16 14:53:50 +00:00
github-actions[bot]
55b5b71fba
Merge staging-next into staging 2023-01-16 12:02:01 +00:00
Nick Cao
c85d086929
Merge pull request #210885 from LeSuisse/fdk-aac-encoder-CVE-2022-37781
fdk-aac-encoder: apply patch for CVE-2022-37781
2023-01-16 15:54:09 +08:00
github-actions[bot]
76839f69b4
Merge staging-next into staging 2023-01-16 06:01:40 +00:00
R. Ryantm
75e72251ad deadbeef: 1.9.3 -> 1.9.4 2023-01-16 06:53:26 +01:00
Thomas Gerbet
7766691094 fdk-aac-encoder: apply patch for CVE-2022-37781 2023-01-15 13:47:45 +01:00
R. Ryantm
42b3ad82cc callaudiod: 0.1.4 -> 0.1.7 2023-01-15 10:15:07 +00:00
R. Ryantm
489d76624c strawberry: 1.0.12 -> 1.0.13 2023-01-15 08:58:06 +00:00
R. Ryantm
6984331709 dragonfly-reverb: 3.2.7 -> 3.2.8 2023-01-15 06:54:19 +00:00
github-actions[bot]
5ad514cb7e
Merge staging-next into staging 2023-01-14 18:01:41 +00:00
Martin Weinelt
b974cf6522
Merge pull request #209180 from NixOS/staging-next 2023-01-14 16:26:39 +00:00
Anderson Torres
5c2347a3e9
Merge pull request #210581 from r-ryantm/auto-update/kid3
kid3: 3.9.2 -> 3.9.3
2023-01-14 12:44:01 -03:00
Sergei Trofimovich
ca4da963f8 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
    pkgs/development/libraries/audio/roc-toolkit/default.nix
2023-01-14 11:07:42 +00:00
github-actions[bot]
f656c3e849
Merge master into staging-next 2023-01-14 06:01:02 +00:00
Nick Cao
f223477a9c
Merge pull request #208460 from r-ryantm/auto-update/wolf-shaper
wolf-shaper: 0.1.8 -> 1.0.0
2023-01-14 11:58:56 +08:00
Nick Cao
03d8c24653
Merge pull request #206202 from r-ryantm/auto-update/zam-plugins
zam-plugins: 3.14 -> 4.1
2023-01-14 11:58:23 +08:00
R. Ryantm
83a93014f1 kid3: 3.9.2 -> 3.9.3 2023-01-13 20:58:24 +00:00
Weijia Wang
18fd604cf0 sooperlooper: 1.7.4 -> 1.7.8 2023-01-13 02:38:52 +01:00
github-actions[bot]
9e72ff5c31
Merge staging-next into staging 2023-01-13 00:02:48 +00:00
github-actions[bot]
d51e8ce349
Merge master into staging-next 2023-01-13 00:02:15 +00:00
Sandro
bbde45ac42
Merge pull request #204878 from LoveIsGrief/quodlibet-wma
Closes https://github.com/NixOS/nixpkgs/issues/204695
2023-01-13 00:33:10 +01:00
github-actions[bot]
db669efe0d
Merge staging-next into staging 2023-01-11 06:02:05 +00:00
Colin Arnott
3cff1da834
aaxtomp3: use resholve not PATH
Instead of wrapping out binary, we can patch the script to point
directly into /nix/store/. While doing this, we added a few dependencies
we missed and found an osh parsing bug that has been reported upstream.

See oilshell/oil#1446
2023-01-11 04:09:35 +00:00
Martin Weinelt
c1e6c6af69 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-11 03:51:33 +01:00
R. Ryantm
bc9dd4279a strawberry: 1.0.11 -> 1.0.12 2023-01-11 09:00:16 +08:00
R. Ryantm
d05abd44c7 snd: 22.5 -> 23.0 2023-01-09 19:35:52 +00:00
github-actions[bot]
05972e9778
Merge staging-next into staging 2023-01-09 18:01:58 +00:00
Robert Schütz
b3241be75d python310Packages.levenshtein: don't use alias 2023-01-09 06:09:31 -08:00
github-actions[bot]
ba0dad1c94
Merge staging-next into staging 2023-01-09 00:02:51 +00:00
github-actions[bot]
fce67420c4
Merge master into staging-next 2023-01-09 00:02:14 +00:00
Sandro
bc9a00ed26
Merge pull request #206003 from azuwis/MIDIVisualizer 2023-01-09 01:00:24 +01:00
github-actions[bot]
e551f4f380
Merge staging-next into staging 2023-01-08 18:01:40 +00:00
Martin Weinelt
4d65509504 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-08 16:34:30 +01:00
Thiago Kenji Okada
0aefadec65
Merge pull request #207296 from wegank/chuck-darwin
chuck: 1.4.1.0 -> 1.4.1.1, unbreak on aarch64-darwin
2023-01-08 14:54:04 +00:00
Mario Rodas
7fd76794ae
Merge pull request #209682 from r-ryantm/auto-update/termusic
termusic: 0.7.5 -> 0.7.7
2023-01-08 08:09:08 -05:00
R. Ryantm
06690fd5ad termusic: 0.7.5 -> 0.7.7 2023-01-08 12:05:18 +00:00
Thiago Kenji Okada
10eb929d08
Merge pull request #209575 from wegank/python-qt-bump
python-qt, csound-qt: python2 -> python3
2023-01-08 11:58:53 +00:00
R. Ryantm
08d2994fe2 tageditor: 3.7.5 -> 3.7.7 2023-01-08 17:50:19 +08:00
Adam Stephens
029c0a9288
squeezelite: add gpio support 2023-01-07 20:23:41 -05:00
Weijia Wang
dd3cc02d7d csound-qt: 0.9.6-beta3 -> 1.1.1 2023-01-07 23:38:46 +01:00
github-actions[bot]
32a4ccb1d5
Merge staging-next into staging 2023-01-07 18:01:47 +00:00
github-actions[bot]
3b3114f45d
Merge master into staging-next 2023-01-07 18:01:08 +00:00
Bobby Rong
4436284c27
Merge pull request #209482 from OPNA2608/update/sc68
sc68: unstable-2021-08-23 -> unstable-2022-11-24
2023-01-07 23:35:19 +08:00
OPNA2608
7b13deb5c1 sc68: unstable-2021-08-23 -> unstable-2022-11-24 2023-01-07 14:33:37 +01:00
Thiago Kenji Okada
f6ab472c7d pamixer: 1.5 -> 1.6 2023-01-07 13:32:00 +00:00
Weijia Wang
6bab6fb6f9 nova-filters: migrate to scons_latest 2023-01-06 22:04:01 +01:00
sternenseemann
83666885de fluidsynth: 2.3.0 -> 2.3.1
https://github.com/FluidSynth/fluidsynth/releases/tag/v2.3.1
2023-01-06 16:12:08 +01:00
github-actions[bot]
4acd5a978b
Merge staging-next into staging 2023-01-05 12:01:57 +00:00
Ryan Mulligan
17b0cf40e3
Merge pull request #166372 from r-ryantm/auto-update/cmt
cmt: 1.17 -> 1.18
2023-01-04 22:28:50 -08:00
github-actions[bot]
e076f677a1
Merge staging-next into staging 2023-01-03 18:01:45 +00:00
Weijia Wang
d5fc6aaca6 chuck: 1.4.1.0 -> 1.4.1.1 2023-01-03 18:23:33 +01:00
Mario Rodas
98c3aea77a
Merge pull request #206633 from r-ryantm/auto-update/spotifyd
spotifyd: 0.3.3 -> 0.3.4
2023-01-03 08:58:57 -05:00
github-actions[bot]
e2839320bb
Merge staging-next into staging 2023-01-03 12:01:44 +00:00
Jonas Heinrich
c4b015f25c
Merge pull request #208576 from r-ryantm/auto-update/ocenaudio
ocenaudio: 3.11.20 -> 3.11.21
2023-01-03 10:30:06 +01:00
Weijia Wang
4df597f427 spek: unstable-2018-12-29 -> 0.8.4 2023-01-03 08:38:40 +01:00
R. Ryantm
f78178fcc6 rosegarden: 20.12 -> 22.12.1 2023-01-03 14:27:25 +08:00
github-actions[bot]
03e830eb69
Merge staging-next into staging 2023-01-03 00:02:53 +00:00
figsoda
244d1ad6c9
Merge pull request #208763 from peterhoeg/u/strawberry
strawberry: 1.0.10 -> 1.0.11
2023-01-02 13:33:17 -05:00
github-actions[bot]
d8b859a780
Merge staging-next into staging 2023-01-02 18:01:43 +00:00
R. Ryantm
fbe696daec famistudio: 4.0.4 -> 4.0.6 2023-01-02 22:06:29 +08:00
Peter Hoeg
43889bbedb strawberry: 1.0.10 -> 1.0.11 2023-01-02 21:54:04 +08:00
Bobby Rong
e1dd69cc20
Merge pull request #208488 from onny/mousai-fix
mousai: Fix 'Namespace Gtk not available'
2023-01-02 20:21:41 +08:00
github-actions[bot]
ccef3ab7d8
Merge staging-next into staging 2023-01-02 12:02:01 +00:00
R. Ryantm
f3736db70d qpwgraph: 0.3.6 -> 0.3.9 2023-01-02 19:59:03 +08:00
github-actions[bot]
051d49badb
Merge staging-next into staging 2023-01-02 06:02:21 +00:00
figsoda
7ab926e57b
Merge pull request #208491 from r-ryantm/auto-update/ncspot
ncspot: 0.11.2 -> 0.12.0
2023-01-01 21:42:23 -05:00
Jan Tojnar
5810109b42 Merge branch 'staging-next' into staging
- readline6 attribute removed from all-packages.nix in d879125d61
- readline attribute was bumped to readline82 in 50adabdd60
2023-01-02 03:04:32 +01:00
Andrew Morgan
47fd756154
bitwig-studio: fix crash when creating user color palette via importing a JPEG image (#201847) 2023-01-02 02:11:56 +01:00
Felix Bühler
625004907b
Merge pull request #208128 from r-ryantm/auto-update/eartag
eartag: 0.2.1 -> 0.3.1
2023-01-01 15:33:13 +01:00
R. Ryantm
19227df93a ocenaudio: 3.11.20 -> 3.11.21 2023-01-01 02:13:36 +00:00
OPNA2608
b75e781579 furnace: 0.6pre2 -> 0.6pre3 2022-12-31 23:40:37 +01:00
Francesco Gazzetta
580ea0066f
Merge pull request #208502 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.55 -> 1.56
2022-12-31 14:53:39 +00:00
R. Ryantm
b2dd805235 pt2-clone: 1.55 -> 1.56 2022-12-31 14:10:10 +00:00
R. Ryantm
6fdbfe5abe eartag: 0.2.1 -> 0.3.1 2022-12-31 13:56:10 +00:00
Zhong Jianxin
dba05fbc27 MIDIVisualizer: Add Darwin support 2022-12-31 20:31:29 +08:00
R. Ryantm
5f8ab64a9f ncspot: 0.11.2 -> 0.12.0 2022-12-31 12:18:45 +00:00
Jonas Heinrich
548539679c mousai: Fix 'Namespace Gtk not available' 2022-12-31 13:11:53 +01:00
R. Ryantm
049e3877c6 wolf-shaper: 0.1.8 -> 1.0.0 2022-12-31 07:41:07 +00:00
David Houston
eb32539c96
mopidy-musicbox-webclient: Slightly refactor (#207749) 2022-12-30 15:26:28 +02:00
Ryan Orendorff
5941a71318 reaper: 6.71 -> 6.73 2022-12-29 01:08:57 -07:00
github-actions[bot]
df1fb5ef89
Merge staging-next into staging 2022-12-29 06:01:46 +00:00
Weijia Wang
826bc3f074
audacity: 3.2.2 -> 3.2.3 (#208066) 2022-12-28 19:39:47 -05:00
github-actions[bot]
d41eafcfb0
Merge staging-next into staging 2022-12-28 12:02:12 +00:00
Jonas Heinrich
abf33cf8f2
Merge pull request #208056 from r-ryantm/auto-update/ocenaudio
ocenaudio: 3.11.15 -> 3.11.20
2022-12-28 11:37:40 +01:00
Sergei Trofimovich
092d57c076 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
    pkgs/development/tools/language-servers/ansible-language-server/default.nix
2022-12-28 09:35:37 +00:00
R. Ryantm
eede9fe3b6 ocenaudio: 3.11.15 -> 3.11.20 2022-12-28 04:31:23 +00:00
Franz Pletz
27b782ee57
Merge pull request #207298 from wegank/snapcast 2022-12-27 08:31:28 +01:00
Stanisław Pitucha
e611279022
Merge pull request #207739 from r-ryantm/auto-update/qjackctl
qjackctl: 0.9.7 -> 0.9.8
2022-12-27 15:05:44 +11:00
Stanisław Pitucha
e09e6d6f62
Merge pull request #207787 from r-ryantm/auto-update/pipecontrol
pipecontrol: 0.2.4 -> 0.2.8
2022-12-27 14:27:04 +11:00
figsoda
c78ad3c4fa
Merge pull request #207744 from figsoda/nix-update-script
treewide: remove attrPath from nix-update-script calls
2022-12-26 19:00:46 -05:00
Lorenz Brun
d5d3e334ad dolbybcsoftwaredecode: init at april-2018 2022-12-26 23:27:10 +01:00
figsoda
a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
R. Ryantm
cd66de888c furnace: 0.6pre1.5 -> 0.6pre2 2022-12-26 22:01:32 +08:00
R. Ryantm
9c503f7254 pipecontrol: 0.2.4 -> 0.2.8 2022-12-26 03:01:13 +00:00
Lily Foster
8177caca2c
mopidy-notify: init at 0.2.0 2022-12-25 20:24:27 -05:00
R. Ryantm
dfccd69bfb qjackctl: 0.9.7 -> 0.9.8 2022-12-25 21:44:39 +00:00
Sandro
6321501c43
Merge pull request #205632 from hmenke/gtkcord4 2022-12-25 21:55:16 +01:00
github-actions[bot]
583c7499e5
Merge staging-next into staging 2022-12-25 18:01:38 +00:00
markuskowa
1041c9f5c2
Merge pull request #207341 from r-ryantm/auto-update/faustPhysicalModeling
faustPhysicalModeling: 2.50.6 -> 2.54.9
2022-12-25 16:59:26 +01:00
markuskowa
8e5068af64
Merge pull request #207196 from r-ryantm/auto-update/x42-plugins
x42-plugins: 20220923 -> 20221119
2022-12-25 16:58:35 +01:00
markuskowa
e4acd00c2f
Merge pull request #194580 from r-ryantm/auto-update/faust2
faust2: 2.41.1 -> 2.54.9
2022-12-25 16:57:57 +01:00
markuskowa
9edc8037f3
Merge pull request #207365 from r-ryantm/auto-update/lsp-plugins
lsp-plugins: 1.2.3 -> 1.2.4
2022-12-25 16:55:12 +01:00
markuskowa
cb7e9f5a01
Merge pull request #207383 from r-ryantm/auto-update/faustlive
faustlive: 2.5.12 -> 2.5.13
2022-12-25 16:54:54 +01:00
R. Ryantm
1e8999d1ff zam-plugins: 3.14 -> 4.1 2022-12-25 15:16:37 +00:00
github-actions[bot]
b48679133a
Merge staging-next into staging 2022-12-25 12:01:40 +00:00
R. Ryantm
8cf13ddc64 picard: 2.8.4 -> 2.8.5 2022-12-25 12:04:13 +01:00
R. Ryantm
f976a446e6 bitwig-studio: 4.4.3 -> 4.4.6 2022-12-25 11:57:27 +01:00
Jan Tojnar
72c37eddec Merge branch 'staging-next' into staging 2022-12-25 01:30:47 +01:00
Weijia Wang
f5a98fef5f snapcast: unbreak on x86_64-darwin 2022-12-24 20:26:55 +01:00