3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

6558 commits

Author SHA1 Message Date
Silvan Mosberger d29bef5cc1
Merge pull request #152273 from yuuyins/audacity
audacity: 3.0.2 -> 3.1.3
2022-04-06 13:50:32 +02:00
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
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
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
github-actions[bot] fc17fe6417
Merge master into staging-next 2022-04-02 18:01:07 +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
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
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] 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 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
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
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] 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
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
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
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