Astro
2c8a4001d2
virtiofsd: 1.4.0 -> 1.5.0
2022-12-21 23:53:05 +01:00
Rick van Schijndel
9833d56c24
treewide: mark packages broken that never built on PLATFORM
...
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.
I manually audited the results and removed some results that were not valid.
Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.
Some observations:
- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
- gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
R. Ryantm
c82e96df6f
oven-media-engine: 0.14.16 -> 0.14.17
2022-12-10 18:59:11 +00:00
Martin Weinelt
fe8eef1ae4
Merge remote-tracking branch 'origin/master' into staging-next
2022-12-04 22:06:42 +01:00
R. Ryantm
3bea6e3a93
gobgpd: 3.8.0 -> 3.9.0
2022-12-04 22:40:58 +08:00
github-actions[bot]
86adbaf70c
Merge staging-next into staging
2022-11-27 12:01:45 +00:00
R. Ryantm
b8ed02ec49
oven-media-engine: 0.14.14 -> 0.14.16
2022-11-27 00:15:21 +00:00
Zane van Iperen
c100d63136
navidrome: depend on ffmpeg-headless explicitly
2022-11-08 00:12:35 +10:00
R. Ryantm
389bb67e7a
gobgpd: 3.7.0 -> 3.8.0
2022-11-04 09:18:43 +08:00
R. Ryantm
bfd4dde691
oven-media-engine: 0.14.10 -> 0.14.14
2022-11-04 00:10:54 +01:00
squalus
1d54d38e41
navidrome: 0.47.5 -> 0.48.0
...
- update navidrome
2022-10-24 17:33:49 -07:00
Artturin
f4ea1208ec
treewide: *Flags convert to list from str
...
*Flags implies a list
slightly relevant:
> stdenv: start deprecating non-list configureFlags https://github.com/NixOS/nixpkgs/pull/173172
the makeInstalledTests function in `nixos/tests/installed-tests/default.nix` isn't available outside of nixpkgs so
it's not a breaking change
2022-10-10 15:30:59 +03:00
R. Ryantm
8a6c48da51
gobgpd: 3.6.0 -> 3.7.0
2022-10-06 11:56:29 +08:00
Luke Granger-Brown
4df912235a
Merge pull request #192314 from lukegb/ovenmediaengine
...
oven-media-engine: 0.13.2 -> 0.14.10
2022-09-25 18:49:52 +01:00
Luke Granger-Brown
2d582d641b
oven-media-engine: 0.13.2 -> 0.14.10
...
Fixes #162446
2022-09-21 22:11:50 +00:00
Jörg Thalheim
c0cd90470b
navidrome: adhoc hack to fix the build
...
This is very hacky, but I currently see any other way that does not
involve changing node2nix in a non trivial way to allow these type of patches.
2022-09-16 11:32:46 +02:00
github-actions[bot]
e0f3de2dc6
Merge master into staging-next
2022-09-03 12:01:12 +00:00
R. Ryantm
d966dd7de5
gobgpd: 3.5.0 -> 3.6.0
2022-09-02 14:42:00 +00:00
ajs124
ac6e552a30
oven-media-engine: openssl_3_0 -> openssl
2022-08-17 20:16:18 +02:00
R. Ryantm
186f6748ba
gobgpd: 3.4.0 -> 3.5.0
2022-08-10 17:34:58 +00:00
Zane van Iperen
0889899f04
navidrome: fix darwin build, version numbering, enable tests
2022-08-05 12:26:45 +10:00
Ryan Mulligan
6b411a2333
Merge pull request #183313 from r-ryantm/auto-update/gobgpd
...
gobgpd: 3.0.0 -> 3.4.0
2022-07-31 09:48:59 -07:00
R. Ryantm
708ffc82e8
gobgpd: 3.0.0 -> 3.4.0
2022-07-28 13:14:11 +00:00
Astro
082dd22447
virtiofsd: 1.3.0 -> 1.4.0
2022-07-26 21:58:48 +02:00
Francesco Gazzetta
a102efba92
qremotecontrol-server: 2.4.2 -> unstable-2014-11-05, use Qt5
...
Qt4 is going to be removed: #174634
2022-07-24 09:29:10 +02:00
Francesco Gazzetta
969f525683
qremotecontrol-server: 2.4.1 -> 2.4.2
2022-07-24 09:26:33 +02:00
squalus
baed548bcf
navidrome: build from source
2022-07-10 13:16:23 -07:00
Nick Cao
ae555af60a
virtiofsd: 1.2.0 -> 1.3.0
2022-07-06 16:40:03 +00:00
Alyssa Ross
fd6a8fb894
openssl_3: rename from openssl_3_0
...
With their new versioning scheme, OpenSSL have committed[1] to API and
ABI compatibility for the whole 3.x.x release series, so we shouldn't
be overly specific in our attribute name.
[1]: https://www.openssl.org/blog/blog/2018/11/28/version/
2022-06-27 13:35:16 +00:00
Robert Scott
61c35da607
treewide/servers,tools: add sourceType binaryNativeCode for many packages
2022-06-16 20:21:42 +01:00
Robert Scott
3b6bc4b69c
treewide: set sourceProvenance for packages containing downloaded jars
...
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Alyssa Ross
3ab458c39a
virtiofsd: fix static
2022-05-13 19:10:25 +00:00
Alyssa Ross
4b28e6bcbc
virtiofsd: 1.1.0 -> 1.2.0
2022-05-13 19:10:25 +00:00
Naïm Favier
407a02d056
navidrome: fix wrapper arguments escaping
2022-05-12 20:32:53 +02:00
Luke Granger-Brown
f93eb25c17
Merge pull request #166871 from greaka/master
...
oven-media-engine: 0.13.1 -> 0.13.2
2022-04-11 01:25:21 +01:00
Luke Granger-Brown
d026c57cfe
oven-media-engine: correct meta.licenses
...
Since a20b5ff7399ebc6d05b6de88d0e97f4cb38a8c6f, OME has been licensed
under AGPLv3.
2022-04-04 13:51:41 +00:00
Greaka
21e312d0f7
oven-media-engine: 0.13.1 -> 0.13.2
2022-04-01 22:22:05 +02:00
R. Ryantm
25e7331ebf
virtiofsd: 1.0.0 -> 1.1.0
2022-03-19 16:55:20 -04:00
R. Ryantm
80bc3b63cb
gobgpd: 2.34.0 -> 3.0.0
2022-03-02 06:10:30 +00:00
R. Ryantm
98b8385e20
oven-media-engine: 0.13.0 -> 0.13.1
2022-02-27 14:41:01 +00:00
R. Ryantm
1808423ff2
oven-media-engine: 0.12.11 -> 0.13.0
2022-02-25 11:49:41 -08:00
R. Ryantm
95dc15b3a1
oven-media-engine: 0.12.9 -> 0.12.11
2022-02-12 21:50:42 +00:00
Renaud
ad45db081d
Merge pull request #157253 from LeSuisse/navidrome-0.47.5
...
navidrome: 0.47.0 -> 0.47.5
2022-02-01 20:53:28 +01:00
Alyssa Ross
243e268fa2
virtiofsd: init at 1.0.0
2022-01-31 17:16:11 +00:00
Thomas Gerbet
24bed7aa03
navidrome: 0.47.0 -> 0.47.5
...
Fixes CVE-2022-23857
https://github.com/navidrome/navidrome/releases/tag/v0.47.5
2022-01-29 10:13:40 +01:00
Zane van Iperen
b7452fee4d
oven-media-engine: remove unused ffmpeg_3_4 import
2022-01-19 08:39:18 +10:00
Greaka
740a0891df
oven-media-engine: 0.10.9-hotfix -> 0.12.9
2021-12-18 02:57:06 +01:00
R. Ryantm
baadf48ef8
gobgpd: 2.32.0 -> 2.34.0
2021-12-07 01:36:19 +00:00
Johannes Schleifenbaum
bd600302cd
navidrome: 0.45.1 -> 0.47.0
2021-11-19 08:44:02 +01:00
R. Ryantm
e684909068
gobgpd: 2.31.0 -> 2.32.0
2021-10-29 20:13:55 +00:00
Ryan Burns
2be1c9eae1
navidrome: remove toplevel system attr
2021-10-22 14:02:26 -07:00
R. RyanTM
fbbf173376
gobgpd: 2.30.0 -> 2.31.0
2021-09-14 09:40:28 +00:00
aciceri
11e662a2fe
navidrome: 0.44.1 -> 0.45.1 and added aarch64 support
2021-09-14 01:07:47 +02:00
zowoq
13ea123c74
treewide: buildFlagsArray -> ldflags
2021-08-26 21:35:06 +10:00
Ben Siraphob
ea1f7fa9fc
Merge pull request #134180 from r-ryantm/auto-update/navidrome
...
navidrome: 0.43.0 -> 0.44.1
2021-08-17 18:06:46 -05:00
nyanloutre
c9fc751673
nixos/navidrome: init module and test
...
Co-authored-by: aciceri <andrea.ciceri@autistici.org>
Co-authored-by: nyanloutre <paul@nyanlout.re>
2021-08-17 10:32:25 -07:00
R. RyanTM
29a70b6b4e
navidrome: 0.43.0 -> 0.44.1
2021-08-15 12:19:55 +00:00
R. RyanTM
10f574757c
gobgpd: 2.29.0 -> 2.30.0
2021-08-02 04:49:08 +00:00
Felix Buehler
15b29ec38c
subsonic: remove phases
2021-07-24 23:13:58 +02:00
R. RyanTM
f50ffddc91
gobgpd: 2.28.0 -> 2.29.0
2021-07-04 05:37:39 +00:00
R. RyanTM
7e6ec758ab
gobgpd: 2.27.0 -> 2.28.0
2021-06-08 04:11:29 +00:00
Zane van Iperen
88305beb43
navidrome: 0.42.1 -> 0.43.0
2021-05-25 20:56:48 +10:00
Zane van Iperen
4083cd9046
navidrome: 0.40.0 -> 0.42.1
2021-05-08 19:14:29 +10:00
R. RyanTM
7b4c1db393
gobgpd: 2.26.0 -> 2.27.0
2021-05-04 04:39:31 +00:00
Sumner Evans
1ce3067c42
airsonic: add test for module
2021-05-03 13:27:23 -06:00
Bruno BELANYI
1144486f3a
nixos/tests/podgrab: init
2021-04-15 20:57:22 +00:00
Bruno BELANYI
ccb1b4710d
podgrab: init at 2021-04-14
...
Closes #117284 .
2021-04-14 18:11:22 +00:00
Yuya Kusakabe
9a2af3baf2
gobpgd: init at 2.26.0
2021-04-09 14:56:31 +00:00
R. RyanTM
1d6e977fc6
navidrome: 0.39.0 -> 0.40.0
2021-02-09 13:17:12 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
872973d7d1
pkgs/servers: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Jan Tojnar
e6c0c98940
Merge branch 'master' into staging-next
...
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-08 02:07:34 +01:00
Luke Granger-Brown
c5f8948665
oven-media-engine: 0.10.8 -> 0.10.9-hotfix
2021-01-07 15:50:53 +00:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
R. RyanTM
577e615d60
navidrome: 0.38.0 -> 0.39.0
2020-12-04 17:49:17 +00:00
Sandro
232f4e0cb4
Merge pull request #102930 from freezeboy/update-ome
...
oven-media-engine: 0.10.4 -> 0.10.8
2020-11-25 00:24:31 +01:00
Pierre Bourdon
221f8ae3a3
navidrome: 0.29.0 -> 0.38.0
2020-11-22 23:45:57 +01:00
freezeboy
c12f249b45
oven-media-engine: 0.10.4 -> 0.10.8
2020-11-05 15:17:10 +01:00
R. RyanTM
423561ddbd
navidrome: 0.27.0 -> 0.29.0
2020-08-11 08:16:58 +00:00
R. RyanTM
2211496c51
navidrome: 0.24.0 -> 0.27.0
2020-08-02 07:30:50 +00:00
Luke Granger-Brown
5ecf942c11
oven-media-engine: init at 0.10.4
2020-07-17 20:07:11 +02:00
R. RyanTM
c442dfe243
navidrome: 0.23.1 -> 0.24.0
2020-06-30 08:54:57 +00:00
aciceri
70fa933bf1
navidrome: init at 0.23.1
2020-06-20 15:10:27 +02:00
R. RyanTM
77554bb0ff
airsonic: 10.6.1 -> 10.6.2
2020-05-12 22:09:11 -07:00
R. RyanTM
0cf8e5feeb
airsonic: 10.5.0 -> 10.6.1
2020-05-04 01:24:39 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Matt McHenry
38b77ca72f
client-ip-echo: 0.1.0.4 -> 0.1.0.5
2020-03-14 03:27:54 +00:00
R. RyanTM
626c4a26ff
airsonic: 10.4.2 -> 10.5.0
2019-12-07 21:56:45 +01:00
R. RyanTM
5860007f18
subsonic: 6.1.5 -> 6.1.6
2019-11-29 08:42:22 -08:00
R. RyanTM
6469c612cd
airsonic: 10.4.1 -> 10.4.2
...
(#72460 )
2019-11-13 13:25:51 +01:00
Matthew Bauer
67f4a0735f
Merge pull request #70198 from fgaz/qremotecontrol-server/init
...
qremotecontrol-server: init at 2.4.1
2019-11-07 17:14:04 -05:00
R. RyanTM
5f994b9330
airsonic: 10.4.0 -> 10.4.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/airsonic/versions
2019-10-21 09:14:54 +02:00
Francesco Gazzetta
f107623c13
qremotecontrol-server: init at 2.4.1
2019-10-01 20:08:45 +02:00
Frederik Rietdijk
f65aa21bb2
Merge master into staging-next
2019-08-18 12:53:44 +02:00
R. RyanTM
c0e6667adc
airsonic: 10.3.1 -> 10.4.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/airsonic/versions
2019-08-17 11:54:53 -07:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
5999cac4c9
airsonic: 10.2.1 -> 10.3.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/airsonic/versions
2019-05-31 20:32:22 -07:00
R. RyanTM
b6c40f16da
airsonic: 10.1.2 -> 10.2.1 ( #57702 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/airsonic/versions
2019-03-31 00:42:38 +01:00