3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

377733 commits

Author SHA1 Message Date
Sandro 3595d11fda
Merge pull request #172775 from amarshall/netperf-update
netperf: 20180613 -> 20210121
2022-05-13 21:28:04 +02:00
Sandro 3e229d87b5
Merge pull request #172300 from SomeoneSerge/plightning 2022-05-13 21:27:35 +02:00
Sandro da20988217
Merge pull request #172563 from pimeys/prisma-tests 2022-05-13 21:22:52 +02:00
Berk D. Demir 5205b3a91f restic-rest-server: remove vars from patch url
addresses feedback from #172817.
style only. no functional changes.
2022-05-13 12:22:46 -07:00
Sergei Trofimovich 4054681f96 dirmngr: remove
dirmngr was merged into gnupg long ago. nixpkgs does not use it as a
dependency anywhere. On top of that it fails to build on upstream
gcc-10 as:

    ld: validate.o:/build/dirmngr-1.1.1/src/dirmngr.h:123:
      multiple definition of `opt'; dirmngr.o:/build/dirmngr-1.1.1/src/dirmngr.h:123: first defined here

Let's remove the package.
2022-05-13 20:17:58 +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
Sandro 53232aec11
Merge pull request #172865 from drewrisinger/dr-pr-fix-fastjsonschema-darwin
python3Packages.fastjsonschema: fix Darwin build
2022-05-13 21:07:44 +02:00
Armeen Mahdian d304bc8612 btcdeb: 200806 -> unstable-2022-04-03 2022-05-13 14:03:56 -05:00
adisbladis fb222e0086
Merge pull request #172820 from alyssais/compressed-firmware
Compressed firmware
2022-05-14 02:38:48 +08:00
Michael Weiss e1fb27152d
chromiumDev: 103.0.5042.0 -> 103.0.5056.0 2022-05-13 20:33:36 +02:00
Michael Weiss 46a14c6a37
chromiumBeta: 102.0.5005.40 -> 102.0.5005.49 2022-05-13 20:33:12 +02:00
Armeen Mahdian ed0c3a7497 boolstuff: 0.1.16 -> 0.1.17 2022-05-13 13:30:00 -05:00
Armeen Mahdian dbe426b7a9 bonnie: fix 2022-05-13 13:23:56 -05:00
Ben Siraphob 75101b2d5b
Merge pull request #172900 from siraben/twtxt-test 2022-05-13 13:21:17 -05:00
midchildan ea9188a989
trafficserver: 9.1.1 -> 9.1.2 2022-05-14 03:20:23 +09:00
Ben Siraphob b999c1f8a0
twtxt: disable test_tweet_relative_datetime 2022-05-13 13:13:44 -05:00
Karl Hallsby 8399907be3 octave: add patch for octave incorrectly failing on package builds
Patch comes from https://savannah.gnu.org/bugs/?func=detailitem&item_id=62436
2022-05-13 12:50:35 -05:00
Artturi 197681059f
Merge pull request #172271 from Artturin/crystalbuildstrict 2022-05-13 20:50:11 +03:00
Artturi 22f6a17b22
Merge pull request #172570 from Artturin/epbbydefault 2022-05-13 20:46:33 +03:00
Armeen Mahdian c8644338cf blackmagic: unstable-2020-08-05 -> unstable-2022-04-16 2022-05-13 12:39:58 -05:00
Michele Guerini Rocco ab25fc68a2
Merge pull request #172826 from rnhmjoj/pr-scc
sc-controller: 0.4.8.6 -> 0.4.8.7
2022-05-13 19:22:21 +02:00
Armeen Mahdian c83cee0d4d bibletime: fix 2022-05-13 12:18:06 -05:00
Yuriy Taraday 7db78758fa xorg: Mark several drivers as broken on Darwin
Several drivers are built for Darwin on Hydra even though they never
worked and probably never will work there. Mark them as broken to avoid
wasted cycles.
2022-05-13 20:07:10 +03:00
Léo Gaspard d4cc1632dd
cargo-bolero: init at 0.6.2 (#172344) 2022-05-13 19:06:17 +02:00
Ben Siraphob 64870a95c1
Merge pull request #172817 from bdd/zhf-restic-rest-server 2022-05-13 11:57:55 -05:00
Andrew Marshall 13d40c02cf netperf: 20180613 -> 20210121
Upstream diff is just the license change.
2022-05-13 12:53:57 -04:00
Rick van Schijndel dc91515841
Merge pull request #172689 from boogewooge/patch-1
clementine: add gst-plugins-bad to buildInputs
2022-05-13 18:49:32 +02:00
Gabriel Ebner d04ae3049e
Merge pull request #172885 from armeenm/fix-aspino
aspino: 2017-03-09 -> 2018-03-24
2022-05-13 18:39:20 +02:00
Luke Granger-Brown a5c042b0de
Merge pull request #170951 from cab404/qFlipper102
qFlipper: 1.0.1 -> 1.0.2
2022-05-13 17:37:56 +01:00
Artturi 44b28f34a0
Merge pull request #172740 from andrevmatos/kernel/zen
linux_zen: 5.17.5-zen1 -> 5.17.7-zen1
2022-05-13 19:35:07 +03:00
Armeen Mahdian b7a15b8885 axoloti: remove 2022-05-13 11:33:20 -05:00
Martin Weinelt 3607d087ec
Merge pull request #112682 from hax404/upterm 2022-05-13 18:24:54 +02:00
Drew Risinger 28fe7ec76c python3Packages.fastjsonschema: fix Darwin build
Test was failing on hydra build, with this error:
```
ModuleNotFoundError: No module named 'temp.schema_3'

tests/test_compile_to_code.py:95: ModuleNotFoundError
```
2022-05-13 12:22:23 -04:00
Martin Weinelt 99926bcb97
Merge pull request #172857 from mweinelt/home-assistant 2022-05-13 18:10:57 +02:00
markuskowa 78075c4443
Merge pull request #172868 from markuskowa/upd-molcas
openmolcas: 21.10 -> 22.02
2022-05-13 18:07:39 +02:00
Berk D. Demir fdb1595ffb restic-rest-server: Fix tests on Darwin
Backport unit test changes from project's master branch to replace
hardcoded /tmp with os.TempDir() calls in Go.

It can now handle /private/tmp/nix-build-{pname}-{version}.drv-0 paths
on Darwin.
2022-05-13 09:06:03 -07:00
Someone Serge 4c54121353
python3Packages.pytorch-lightning: 1.5.10 -> 1.6.3 2022-05-13 19:05:04 +03:00
Someone Serge 291a12d9a7
python3Packages.pytorch-lightning: unbreak
...torchmetrics dependency was missing
2022-05-13 19:05:04 +03:00
Someone Serge defebc5bb9
python3Packages.torchmetrics: init at 0.8.1
...needed for pytorch-lightning
2022-05-13 19:05:03 +03:00
Someone Serge f6abbe3b32
python3Packages.py-deprecate: init at 0.3.2
...needed for pytorch-lightning
2022-05-13 19:05:03 +03:00
Moritz Böhme cb1ae7f1c4
sptlrx: add updateScript 2022-05-13 18:01:13 +02:00
Armeen Mahdian f779b60d20 aspino: 2017-03-09 -> 2018-03-24 2022-05-13 10:53:37 -05:00
Ben Siraphob 518cffd23d
Merge pull request #172631 from siraben/scipy-x86-64-darwin 2022-05-13 10:48:46 -05:00
midchildan 834477e4d4
epgstation: move node-pre-gyp and node-gyp-build to buildInputs 2022-05-14 00:48:28 +09:00
fleaz cd7e4a1b32
nixos/tests/uptermd: init 2022-05-13 17:45:02 +02:00
Georg Haas 18ffb9690c
nixos/uptermd: init 2022-05-13 17:44:44 +02:00
Martin Weinelt a179998a06
buildMozillaMach: Update native python env var
With Firefox 100.0 the following deprecation warning comes up:

> The "MACH_USE_SYSTEM_PYTHON" environment variable is deprecated,
> please unset it or replace it with either
> "MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system" or
> "MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none"

And since we want to continue using our own python we're going for the
system value when the version is at least 100.0.
2022-05-13 17:31:40 +02:00
Martin Weinelt a373324120
buildMozillaMach: create symbols output
Thie zip bundle in this output is used in the dumps sent by the
crashreporter. For this to happen we need to upload this zip file to
https://symbols.mozilla.org, which is a separate effort.
2022-05-13 17:31:39 +02:00
Martin Weinelt 354b731b63
dump_syms: init at unstable-2022-05-05 2022-05-13 17:31:39 +02:00