yuu
747d2ec39c
audacity: mark darwin as broken
2022-04-06 01:29:56 -03:00
yuu
7acbb8398e
audacity: 3.0.2 -> 3.1.3
...
Co-authored-by: Dmitry Kalinkin <veprbl@gmail.com>
Co-authored-by: Martin Weinelt <hexa@darmstadt.ccc.de>
Co-authored-by: Silvan Mosberger <contact@infinisil.com>
Co-authored-by: Jack <hello+nixpkgs@j-k.io>
2022-04-05 23:53:37 +02:00
R. Ryantm
4b5380f30d
pianobar: 2020.11.28 -> 2022.04.01
2022-04-05 17:20:50 +00:00
R. Ryantm
06d1798a8f
ocenaudio: 3.11.7 -> 3.11.10
2022-04-05 08:42:33 +00:00
Martin Weinelt
bf1914e12a
Merge remote-tracking branch 'origin/staging-next' into staging
2022-04-05 04:05:02 +02:00
github-actions[bot]
120925b5cb
Merge master into staging-next
2022-04-05 00:02:06 +00:00
Lassulus
07764ae040
Merge pull request #164815 from r-ryantm/auto-update/praat
...
praat: 6.2.09 -> 6.2.10
2022-04-04 21:34:00 +01:00
Martin Weinelt
c6476294e1
Merge remote-tracking branch 'origin/master' into staging-next
2022-04-04 18:40:34 +02:00
Iwan
149f31a857
jacktrip: init at 1.5.3 ( #166137 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-04-04 16:39:37 +02:00
Martin Weinelt
f95a3d1140
Merge remote-tracking branch 'origin/staging-next' into staging
2022-04-04 00:46:25 +02:00
github-actions[bot]
c46200d454
Merge master into staging-next
2022-04-03 18:01:07 +00:00
ajs124
121d886113
foo-yc20: remove after being marked broken for over two years
...
It was marked in commit f63c179b0b
by Bart Brouns on 2016-11-07 (commited on 2016-11-07)
2022-04-03 16:14:13 +01:00
Ryan Burns
0d90bcf1ef
pulseaudio-modules-bt: drop
...
This module has been abandoned by its upstream developer, and no longer
works with pulseaudio 15.0. It has been superseded by pulseaudio's
native bluetooth support.
2022-04-02 22:15:45 +02:00
github-actions[bot]
ffa96ab0c0
Merge staging-next into staging
2022-04-02 18:01:37 +00:00
github-actions[bot]
fc17fe6417
Merge master into staging-next
2022-04-02 18:01:07 +00:00
Alyssa Ross
8ba23e138d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
pkgs/development/libraries/zlib/default.nix
pkgs/development/lua-modules/overrides.nix
2022-04-02 16:45:48 +00:00
Ryan Mulligan
9a2b46203e
Merge pull request #165460 from r-ryantm/auto-update/bitwig-studio
...
bitwig-studio: 4.2 -> 4.2.1
2022-04-02 07:55:43 -07:00
7c6f434c
8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
...
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
github-actions[bot]
be4f006d3c
Merge master into staging-next
2022-03-31 18:01:13 +00:00
Ben Siraphob
4c38fcb192
treewide: move cmake into nativeBuildInputs
2022-03-31 12:35:21 -05:00
github-actions[bot]
9aa014c46a
Merge staging-next into staging
2022-03-31 12:02:10 +00:00
Alyssa Ross
ac5a927919
Merge remote-tracking branch 'nixpkgs/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/einops/default.nix
pkgs/development/python-modules/elegy/default.nix
2022-03-31 11:46:46 +00:00
Alyssa Ross
22c23dbb8d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
pkgs/development/python-modules/google-auth-oauthlib/default.nix
2022-03-31 11:42:24 +00:00
Ben Siraphob
5187709ff7
Merge pull request #166508 from siraben/automake-buildinputs
2022-03-31 03:15:41 -05:00
Martin Weinelt
d0bfb3ccbb
Merge remote-tracking branch 'origin/master' into staging-next
2022-03-31 03:49:37 +02:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs
2022-03-30 20:17:24 -05:00
Sandro
10f0e95b0e
Merge pull request #165949 from SuperSandro2000/libgpod
2022-03-30 17:25:03 +02:00
Alyssa Ross
fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
...
At some point, I'd like to make another attempt at
71f1f4884b
("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d
. One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries. This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.
This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching. The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.
I started by making the following global replacements:
${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
${openssl.out}/lib -> ${lib.getLib openssl}/lib
Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.
Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.
Then I manually investigated and fixed the following packages:
- pycurl
- citrix-workspace
- ppp
- wraith
- unbound
- gambit
- acl2
I'm reasonably confindent in my fixes for all of them.
For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all. Removing it doesn't make a difference to the output size, the
file list, or the closure.
I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Alex Chalk
dd697d4148
strawberry: add libgpod
...
Add libgpod to the build for working ipod sync.
2022-03-30 17:49:14 +08:00
Frederik Rietdijk
25c014324b
Merge master into staging-next
2022-03-29 13:25:16 +02:00
Sandro
6d630c2dbc
Merge pull request #165207 from dan4ik605743/tonelib-metal
2022-03-29 12:37:39 +02:00
github-actions[bot]
f0248f968f
Merge staging-next into staging
2022-03-29 06:01:53 +00:00
github-actions[bot]
df0f3ba49a
Merge master into staging-next
2022-03-29 06:01:16 +00:00
R. Ryantm
0e671e2b2b
strawberry: 1.0.2 -> 1.0.3
2022-03-29 13:54:03 +08:00
Jan Tojnar
c8a5db3854
Merge branch 'staging-next' into staging
...
; Conflicts:
; pkgs/tools/archivers/rar/default.nix
2022-03-28 17:56:38 +02:00
Jan Tojnar
997bb5e42c
Merge branch 'master' into staging-next
...
; Conflicts:
; pkgs/development/python-modules/dnspython/default.nix
; pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-03-28 17:55:31 +02:00
Jan Tojnar
1548b29685
Merge pull request #162976 from Abdillah/bugfix/rhythmbox-plugin
...
rhythmbox: fix python plugin PYTHONPATH
2022-03-27 21:22:34 +02:00
Philippe Hürlimann
836171e89a
cmusfm: use versiont tags, add compile options ( #142135 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 20:16:48 +02:00
github-actions[bot]
36198fe197
Merge staging-next into staging
2022-03-27 18:01:40 +00:00
Hernawan Faiz Abdillah
e5132de7db
rhythmbox: fix python plugin PYTHONPATH
2022-03-27 23:51:48 +07:00
Sandro Jäckel
a9ab92ee12
gtkpod: fix build
2022-03-27 17:54:57 +02:00
Martin Weinelt
d68657af92
Merge remote-tracking branch 'origin/master' into staging-next
2022-03-27 15:54:05 +02:00
Sandro
ced99c0248
Merge pull request #165137 from armeenm/bump-patchage
2022-03-27 11:42:23 +02:00
Sandro
c2bc9e6c56
Merge pull request #165009 from fgaz/sfxr-qt/1.5.0
2022-03-27 11:39:40 +02:00
Ben Siraphob
ed863440b8
Merge pull request #163924 from OPNA2608/fix/autoPatchelfHook_isLinux
2022-03-26 16:01:56 -05:00
github-actions[bot]
b2fc63a844
Merge staging-next into staging
2022-03-26 12:02:50 +00:00
R. Ryantm
a46b49291d
callaudiod: 0.1.3 -> 0.1.4
2022-03-26 09:39:42 +00:00
Vladimír Čunát
a42ca0678b
Merge branch 'master' into staging-next
2022-03-26 09:20:38 +01:00
R. Ryantm
08903014a5
snd: 22.1 -> 22.2
2022-03-25 21:56:55 +00:00
github-actions[bot]
84962daf66
Merge staging-next into staging
2022-03-25 18:01:48 +00:00
github-actions[bot]
c6dd9fd65d
Merge master into staging-next
2022-03-25 18:01:14 +00:00
Silvan Mosberger
d96a67d156
Merge pull request #161545 from Infinisil/synaesthesia
...
synaesthesia: init at 2.4
2022-03-25 17:42:24 +01:00
github-actions[bot]
8357b101a5
Merge staging-next into staging
2022-03-25 12:02:05 +00:00
Vladimír Čunát
0a8b4eddd2
Merge branch 'master' into staging-next
2022-03-25 10:16:56 +01:00
Artturi
816fb933df
Merge pull request #165734 from Artturin/removemetarep
2022-03-25 06:02:23 +02:00
Ben Siraphob
1cf5591a99
Merge pull request #165303 from Stunkymonkey/treewide-pname-version-18
2022-03-24 22:55:34 -05:00
Artturin
62883c1a5f
qmmp: remove meta.repositories
...
missed this
2022-03-25 05:40:29 +02:00
Artturin
33cce15e42
treewide: remove meta.repositories
...
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
Fabian Affolter
dc718bc2e7
Merge pull request #159320 from tylerjl/update/mopidy-youtube-3-5
...
python3Packages.mopidy-youtube: 3.4 -> 3.5
2022-03-24 21:18:16 +01:00
Fabian Affolter
9f84ed0b43
mopidy-youtube: re-enable tests
2022-03-24 20:55:32 +01:00
davidak
6ea8d5ee71
Merge pull request #165297 from Stunkymonkey/treewide-pname-version-17
...
treewide: rename name to pname&version
2022-03-24 16:38:33 +01:00
Doron Behar
4a02c56a7d
Merge pull request #164746 from ncfavier/makeWrapper-chdir
2022-03-24 13:51:27 +02:00
Bobby Rong
a13c1e2763
sound-juicer: fix build with meson 0.61
2022-03-24 16:11:38 +08:00
Felix Buehler
3bc5196252
treewide: rename name to pname&version
2022-03-23 22:55:50 +01:00
Felix Buehler
e0476d93fe
treewide: rename name to pname&version
2022-03-23 22:34:54 +01:00
OPNA2608
d2f268745a
treewide: autoPatchelfHook only on Linux
2022-03-23 21:37:39 +01:00
Jörg Thalheim
68f2f2cc23
Merge pull request #165447 from bobby285271/gnome-podcasts
...
gnome-podcasts: fix build with meson 0.61
2022-03-23 13:52:57 +00:00
Bobby Rong
adc5c392f4
gnome-podcasts: fix build with meson 0.61
2022-03-23 19:10:59 +08:00
Armeen Mahdian
4b048b1f14
patchage: 1.0.1 -> 1.0.4
...
https://gitlab.com/drobilla/patchage/-/releases
2022-03-23 05:43:39 -05:00
Francesco Gazzetta
b9bc59d832
sfxr-qt: add nixos test
2022-03-23 10:59:09 +01:00
Francesco Gazzetta
de3c63390d
sfxr-qt: add export test
2022-03-23 10:59:09 +01:00
R. Ryantm
336602768a
bitwig-studio: 4.2 -> 4.2.1
2022-03-23 07:57:46 +00:00
dan4ik
12200d7457
tonelib-metal: init at 1.1.0
2022-03-23 14:01:14 +07:00
github-actions[bot]
c80dabe3b1
Merge staging-next into staging
2022-03-23 06:01:55 +00:00
Sandro
916acdbcf6
Merge pull request #165203 from dan4ik605743/tonelib_jam_bump
2022-03-23 05:02:19 +01:00
Sandro
fdf869c75c
Merge pull request #165202 from dan4ik605743/tonelib_gfx_bump
2022-03-23 05:01:35 +01:00
zowoq
be98149597
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/servers/isso/default.nix
2022-03-23 10:04:17 +10:00
Lassulus
9e5d59a17a
Merge pull request #163935 from Sohalt/sonic-pi-3.3.1
...
sonic-pi: 3.2.2 -> 3.3.1
2022-03-23 00:11:53 +01:00
github-actions[bot]
9d35f2cd19
Merge staging-next into staging
2022-03-22 18:10:54 +00:00
Patrick Hilhorst
b529196597
Merge pull request #165039 from samuela/upkeep-bot/plexamp-4.1.0-1647821469
2022-03-22 16:17:30 +01:00
R. Ryantm
216b4f1813
ocenaudio: 3.11.5 -> 3.11.7
2022-03-22 09:23:53 -04:00
dan4ik
ca835c58ed
tonelib-jam: 4.7.0 -> 4.7.5
2022-03-22 10:41:09 +07:00
dan4ik
ce32401ea1
tonelib-gfx: 4.7.0 -> 4.7.5
2022-03-22 10:35:42 +07:00
github-actions[bot]
03c279d7ea
Merge staging-next into staging
2022-03-22 00:02:58 +00:00
Fabian Affolter
d624c300b4
Merge pull request #165134 from r-ryantm/auto-update/pyradio
...
pyradio: 0.8.9.15 -> 0.8.9.16
2022-03-21 22:12:59 +01:00
Alexandra
c2789917a6
friture: 0.48 -> 0.49 ( #164475 )
2022-03-21 22:01:47 +01:00
Maximilian Bosch
cfc6f1cea8
Merge pull request #162759 from samuela/upkeep-bot/spotify-unwrapped-1.1.80.699.gc3dac750-1646395814
...
spotify-unwrapped: 1.1.77.643.g3c4c6fc6 -> 1.1.80.699.gc3dac750
2022-03-21 21:05:11 +01:00
R. Ryantm
fd1b7310ab
pyradio: 0.8.9.15 -> 0.8.9.16
2022-03-21 16:49:11 +00:00
Vladimír Čunát
a519740b4c
Merge branch 'staging-next' into staging
2022-03-21 11:57:43 +01:00
Bobby Rong
bb17fb8040
Merge pull request #164434 from OPNA2608/update/furnace
...
furnace: 0.5.6 -> 0.5.8
2022-03-21 11:39:27 +08:00
nixpkgs-upkeep-bot
3518ed19a5
plexamp: 4.0.3 -> 4.1.0
2022-03-21 00:11:09 +00:00
Sandro
e3e79b1010
Merge pull request #164066 from cigrainger/master
2022-03-20 20:01:09 +01:00
Sandro
855c203ee7
Merge pull request #106822 from magnetophon/OMK
2022-03-20 19:55:11 +01:00
Sandro
1282a971eb
Update pkgs/applications/audio/open-music-kontrollers/synthpod.nix
2022-03-20 19:55:01 +01:00
Francesco Gazzetta
0cf8a8155b
sfxr-qt: 1.4.0 -> 1.5.0
2022-03-20 19:30:49 +01:00
Ryan Mulligan
7a7ca7f258
Merge pull request #164819 from r-ryantm/auto-update/pt2-clone
...
pt2-clone: 1.42 -> 1.43
2022-03-20 11:07:53 -07:00
Ryan Mulligan
10c122eae6
Merge pull request #164714 from r-ryantm/auto-update/pyradio
...
pyradio: 0.8.9.14 -> 0.8.9.15
2022-03-20 07:28:35 -07:00
Bobby Rong
b3549ba290
Merge pull request #164837 from bobby285271/pantheon-eco
...
various: remove elementary-icon-theme from buildInputs & vala 0.56 fixes
2022-03-20 13:34:08 +08:00
Martin Weinelt
f4f3622cb1
Merge remote-tracking branch 'origin/staging-next' into staging
2022-03-20 00:00:32 +01:00
Bart Brouns
3de1c0516f
open-music-kontrollers: init
2022-03-19 11:12:08 +01:00