Commit Graph

6657 Commits

Author SHA1 Message Date
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
Bobby Rong
8523b08ea6
vocal: fix build with vala 0.56 2022-03-19 17:16:33 +08:00
Bobby Rong
88aee703c2
various: remove elementary-icon-theme from buildInputs
These apps don't hardcode their icon themes and the icon theme
is no longer picked up by wrapGAppsHook by default. User may
also able to choose to use icon themes of their choice so pulling
them to XDG_DATA_DIRS is mostly no use.
2022-03-19 17:16:30 +08:00
Naïm Favier
9160044f5f
treewide/makeWrapper: replace --run cd with --chdir
Lay the groundwork for switching to binary wrappers by reducing uses
of `--run` (which is not supported by `makeBinaryWrapper`).
2022-03-19 09:46:31 +01:00
Christopher Grainger
557c643ee6
cider: init at 1.3.1308
remove unnecessary newlines

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

add version information to bin

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

remove name
2022-03-19 15:59:00 +11:00
R. Ryantm
09e5428563 pt2-clone: 1.42 -> 1.43 2022-03-19 04:39:59 +00:00
R. Ryantm
013afb52c7 praat: 6.2.09 -> 6.2.10 2022-03-19 03:48:29 +00:00
P
ecf8742c82
sunvox: 2.0c -> 2.0e (#163000)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-18 19:36:58 +01:00
OPNA2608
4d3b9839a4 libopenmpt: 0.5.11 -> 0.6.2, refactor
- Post-rename cleanup to better match its library status:
  - Moved files to library directory
  - Changed outputs
- Some formatting improvements
- Added update script
2022-03-18 18:02:53 +01:00
R. Ryantm
a4c989b64f pyradio: 0.8.9.14 -> 0.8.9.15 2022-03-18 14:25:44 +00:00
github-actions[bot]
2eac3106df
Merge staging-next into staging 2022-03-17 00:02:45 +00:00
Bela Stoyan
3a649076c5
mopidy-ytmusic: 0.3.2 -> 0.3.5 (#155508)
Co-authored-by: be7a <git@be7a.de>
2022-03-16 20:47:55 +01:00
OPNA2608
de62c2c1f4 furnace: 0.5.6 -> 0.5.8 2022-03-16 14:47:04 +01:00
zowoq
6431086967 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/symengine/default.nix
2022-03-16 16:03:43 +10:00
Vladimír Čunát
f48c1fda6b
Merge branch 'master' into staging-next
Conflict in pkgs/development/libraries/libvirt/default.nix
required manual adjustments.  The fetched patch is already in src.
I checked that libvirt builds.
2022-03-15 09:52:04 +01:00
Alyssa Ross
d7e181ff83
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/compilers/ocaml/4.12.nix
	pkgs/development/python-modules/oci/default.nix
	pkgs/tools/admin/bubblewrap/default.nix
2022-03-14 12:33:16 +00:00
Francesco Gazzetta
5979627e32 pt2-clone: 1.41 -> 1.42 2022-03-14 11:21:36 +01:00
github-actions[bot]
38910351b7
Merge master into staging-next 2022-03-13 18:01:01 +00:00
Peter Hoeg
158211b6a1 squeezelite: 1.9.6.1196 -> 1.9.9.1401
Regular update as well as adding support for pulseaudio in addition to
the regular ALSA backend.
2022-03-13 21:08:52 +08:00
sohalt
8dc6d0d0ac sonic-pi: 3.2.2 -> 3.3.1 2022-03-13 01:33:15 +01:00
Lorenz Brun
102eabd1df jamesdsp: backport fix for PipeWire 0.3.44+
Using jamesdsp with PipeWire 0.3.44 and later causes frequent crashes
in jamesdsp. This backports the upstream fix.
2022-03-13 01:24:16 +01:00
github-actions[bot]
6f7d104254
Merge master into staging-next 2022-03-13 00:02:14 +00:00
Ryan Mulligan
e8230966de
Merge pull request #163751 from r-ryantm/auto-update/bitwig-studio
bitwig-studio: 4.1.6 -> 4.2
2022-03-12 14:39:02 -06:00
github-actions[bot]
295cda2612
Merge master into staging-next 2022-03-12 18:00:58 +00:00
markuskowa
d701e77a12
Merge pull request #163273 from r-ryantm/auto-update/easyeffects
easyeffects: 6.2.3 -> 6.2.4
2022-03-12 15:24:41 +01:00
github-actions[bot]
80180c339e
Merge master into staging-next 2022-03-12 12:01:10 +00:00
R. Ryantm
d311ca1984 bitwig-studio: 4.1.6 -> 4.2 2022-03-12 05:02:06 +00:00
Alvar Penning
1d55219923 jellycli: init at 0.9.1 2022-03-11 20:02:22 +01:00
github-actions[bot]
a9a2d9475d
Merge staging-next into staging 2022-03-11 18:01:59 +00:00
github-actions[bot]
7573d7fe79
Merge master into staging-next 2022-03-11 18:01:20 +00:00
Ryan Mulligan
29c1c47df3
Merge pull request #163599 from r-ryantm/auto-update/roomeqwizard
roomeqwizard: 5.20.4 -> 5.20.5
2022-03-11 05:56:25 -08:00
github-actions[bot]
7a0501594d
Merge staging-next into staging 2022-03-11 06:02:02 +00:00
github-actions[bot]
cb2a59dda7
Merge master into staging-next 2022-03-11 06:01:28 +00:00
Peter Hoeg
bbd64cbe3c puddletag: 2.0.1 -> 2.1.1 2022-03-11 11:33:40 +08:00
github-actions[bot]
eaea048b2a
Merge staging-next into staging 2022-03-11 00:02:48 +00:00
github-actions[bot]
a4c1084dad
Merge master into staging-next 2022-03-11 00:02:10 +00:00
R. Ryantm
4bfac6be3d roomeqwizard: 5.20.4 -> 5.20.5 2022-03-10 20:00:38 +00:00
Renaud
b1df2f4796
Merge pull request #163148 from r-ryantm/auto-update/qpwgraph
qpwgraph: 0.2.0 -> 0.2.2
2022-03-10 19:38:30 +01:00
github-actions[bot]
d41fcfc34e
Merge staging-next into staging 2022-03-10 12:01:50 +00:00
github-actions[bot]
cac809141e
Merge master into staging-next 2022-03-10 12:01:13 +00:00
Sandro
635b5afceb
Merge pull request #152733 from jakubgs/init/soundconverter 2022-03-10 11:49:45 +01:00
github-actions[bot]
ded44e80ff
Merge staging-next into staging 2022-03-10 00:02:45 +00:00
github-actions[bot]
b9e72faa79
Merge master into staging-next 2022-03-10 00:02:01 +00:00
Sandro
2ed8bc2a43
Merge pull request #151479 from vbrandl/psst-package 2022-03-09 22:50:08 +01:00
github-actions[bot]
b4fed0cbba
Merge staging-next into staging 2022-03-09 18:05:08 +00:00
github-actions[bot]
d30e2aa8f5
Merge master into staging-next 2022-03-09 18:01:14 +00:00
Valentin Brandl
8547a003aa psst: init at unstable-2022-01-25 2022-03-09 18:51:12 +01:00
Markus S. Wamser
ffa6a11a5a gPodder: 3.10.17 -> 3.10.21 2022-03-09 15:09:11 +01:00
Alyssa Ross
43aa75b313
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
	nixos/doc/manual/release-notes/rl-2205.section.md
2022-03-09 11:20:38 +00:00
github-actions[bot]
4a35c77022
Merge master into staging-next 2022-03-08 12:01:21 +00:00
Bobby Rong
6c55746c6f
Merge pull request #161699 from r-ryantm/auto-update/praat
praat: 6.2.07 -> 6.2.09
2022-03-08 14:56:01 +08:00
R. Ryantm
ce0a5ac531 easyeffects: 6.2.3 -> 6.2.4 2022-03-08 06:47:07 +00:00
R. Ryantm
872c33b3c1 qpwgraph: 0.2.0 -> 0.2.2 2022-03-07 13:13:11 +00:00
github-actions[bot]
c15f51235d
Merge staging-next into staging 2022-03-07 12:02:15 +00:00
github-actions[bot]
8e01330277
Merge master into staging-next 2022-03-07 12:01:33 +00:00
Sandro
bea64c8d59
Merge pull request #163027 from Stunkymonkey/ssr-refactor 2022-03-07 12:53:09 +01:00
Jakub Sokołowski
073e7d59f4
soundconverter: init at 4.0.3
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-03-07 12:00:28 +01:00
Сухарик
9f30caf8b9 helio-workstation: 3.8 -> 3.9 2022-03-07 13:52:39 +03:00
github-actions[bot]
137a689db1
Merge staging-next into staging 2022-03-07 00:02:59 +00:00
github-actions[bot]
b4b1ce4d4f
Merge master into staging-next 2022-03-07 00:02:12 +00:00
Martin Weinelt
818d0fa306
Merge pull request #162555 from r-ryantm/auto-update/cantata 2022-03-06 22:34:05 +01:00
Felix Buehler
410b386d15 ssr: refactor 2022-03-06 17:04:44 +01:00
zowoq
c46399881b Merge staging-next into staging
Conflicts:
	pkgs/tools/security/cosign/default.nix
2022-03-06 22:06:04 +10:00
github-actions[bot]
c8add09e8f
Merge master into staging-next 2022-03-06 12:01:22 +00:00
R. RyanTM
047ac8cca2
csound: 6.16.2 -> 6.17.0
* csound: 6.16.2 -> 6.17.0 (#159181)

* csound: update meta attributes
Homepage is https://csound.com/
License is LGPL-2.1-or-later

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-03-06 11:34:58 +01:00
github-actions[bot]
a072933f52
Merge staging-next into staging 2022-03-05 00:02:27 +00:00
github-actions[bot]
d4bfb57f40
Merge master into staging-next 2022-03-05 00:01:54 +00:00
Renaud
3effa9c7db
Merge pull request #161904 from r-ryantm/auto-update/vmpk
vmpk: 0.8.5 -> 0.8.6
2022-03-04 23:29:09 +01:00
Bart Brouns
aaf7d5b437 Cardinal: init at 22.02 2022-03-04 14:21:46 -06:00
nixpkgs-upkeep-bot
cbb5ddf991 spotify-unwrapped: 1.1.77.643.g3c4c6fc6 -> 1.1.80.699.gc3dac750 2022-03-04 12:10:15 +00:00
github-actions[bot]
465d584100
Merge staging-next into staging 2022-03-03 12:11:56 +00:00
github-actions[bot]
c29f27003c
Merge master into staging-next 2022-03-03 12:06:44 +00:00
Bobby Rong
2e689b1be8
Merge pull request #161862 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.40 -> 1.41
2022-03-03 19:25:01 +08:00
Renaud
b064de23d5
Merge pull request #161717 from c0bw3b/pkg/yoshimi
yoshimi: unstable-2020-05-10 -> 2.1.2.2
2022-03-03 11:32:33 +01:00
R. Ryantm
6898870357 cantata: 2.4.2 -> 2.5.0 2022-03-03 02:09:51 +00:00