R. RyanTM
aefb947051
codeql: 2.5.0 -> 2.5.2
2021-04-25 23:09:35 -04:00
Mario Rodas
e1bc639fd4
Merge pull request #120639 from r-ryantm/auto-update/bazelisk
...
bazelisk: 1.7.5 -> 1.8.0
2021-04-25 20:59:07 -05:00
Mario Rodas
8dd7a0d327
Merge pull request #117771 from r-ryantm/auto-update/gcsfuse
...
gcsfuse: 0.33.2 -> 0.34.0
2021-04-25 20:54:39 -05:00
Martin Weinelt
e8dc8adab6
Merge pull request #120682 from r-ryantm/auto-update/handlr
...
handlr: 0.6.1 -> 0.6.3
2021-04-26 03:28:50 +02:00
Graham Christensen
040523e378
Merge pull request #120679 from lukegb/big-parallel
...
treewide: require big-parallel on large, slow builds
2021-04-25 21:22:57 -04:00
R. RyanTM
5907b8151f
handlr: 0.6.1 -> 0.6.3
2021-04-26 01:12:13 +00:00
R. RyanTM
1f53e83fa0
grype: 0.10.2 -> 0.11.0
2021-04-26 00:51:58 +00:00
Luke Granger-Brown
3429633af3
qemu: require big-parallel
...
Compiles in about 2h50m on a 2-core builder, and 20m on a big-parallel
machine.
2021-04-26 00:50:07 +00:00
Luke Granger-Brown
0d4abe5d4b
python3Packages.pytorch: require big-parallel
...
This compiles in usually about 2h15m with a 2-core build, but about 10m
on a big-parallel machine.
2021-04-26 00:50:07 +00:00
Luke Granger-Brown
300d303d25
aws-sdk-cpp: require big-parallel
...
This compiles in ~2h on a 2-core builder, and 10m on a big-parallel
machine.
2021-04-26 00:50:07 +00:00
Luke Granger-Brown
b1173688a8
clickhouse: require big-parallel
...
It takes 7h+ on a "normal" 2-core-allocated Packet builder, and 20m on a
big-parallel machine.
2021-04-26 00:50:07 +00:00
Luke Granger-Brown
eeeaa150a8
ceph: require big-parallel
...
It takes 3h+ for a 2 core build, and 24m for a big-parallel build for
x86_64. For aarch64-linux, it times out with 2 cores.
2021-04-26 00:50:05 +00:00
Martin Weinelt
caba0b6a23
Merge pull request #120670 from samueldr/grub/add-maintainer
...
grub2: Add samueldr as maintainer
2021-04-26 02:47:42 +02:00
gfrascadorio
a54bc9b671
docker: fix systemd unit files ( #120019 )
...
* docker: fix systemd unit files
Add missing docker.socket file and patch ExecStart in docker.service
so these units are useful on non-nixos systems using systemd.
(issue #70407 )
* moved systemd units under: optionalString (stdenv.isLinux)
2021-04-26 02:43:09 +02:00
Sandro
1f0fb586c3
Merge pull request #120579 from jojosch/jellyfin-media-player-1.5.0
...
jellyfin-media-player: 1.4.1 -> 1.5.0
2021-04-26 02:29:11 +02:00
Sandro
33a3376b24
Merge pull request #120480 from ShamrockLee/libchewing
...
libchewing: 0.5.1 -> unstable-2020-06-27
2021-04-26 02:24:58 +02:00
ajs124
927ede4a9a
Merge pull request #120598 from beardhatcode/bump/language-tool
...
languagetool: 5.2 -> 5.3
2021-04-26 02:21:43 +02:00
Sandro
7d7fb31624
Merge pull request #120531 from teto/qhull-update
...
qhull: 2016.1 -> 2020.2
2021-04-26 02:18:06 +02:00
Aiken Cairncross
ff6eef6cf1
python3Packages.onnx: Patch out pytest-runner
2021-04-25 17:15:14 -07:00
Aiken Cairncross
789398cfa3
python3Packages.onnx: 1.8.1 -> 1.9.0
2021-04-25 17:15:14 -07:00
Samuel Dionne-Riel
6be41a3545
grub2: Add samueldr as maintainer
2021-04-25 20:07:35 -04:00
Michael Raskin
8931b66733
Merge pull request #120614 from eduardosm/mpfi
...
mpfi: fix download URL
2021-04-26 00:06:48 +00:00
Michael Raskin
dda86e6d7e
Merge pull request #120648 from collares/cypari-override
...
sage: remove cypari2 override
2021-04-26 00:06:17 +00:00
therealansh
f1df273a67
zellij: init at 0.5.1
2021-04-26 09:01:17 +09:00
therealansh
2164917479
maintiners: add therealansh
2021-04-26 09:01:17 +09:00
Morgan Jones
f2744c6b80
wsjtx: 2.2.2 -> 2.3.1
2021-04-25 18:01:10 -06:00
Cole Helbling
bef6991899
python3.pkgs.cve-bin-tool: init at unstable-2021-04-15
2021-04-25 16:58:21 -07:00
Cole Helbling
1a5230e4a9
python3.pkgs.rpmfile: init at 1.0.8
2021-04-25 16:58:21 -07:00
Mario Rodas
ddea0864b6
Merge pull request #120553 from raboof/grpc-go-init-at-1.37.0
...
protoc-gen-go-grpc: init at 1.1.0
2021-04-25 18:15:14 -05:00
Martin Schwaighofer
f20ae954d5
make-disk-image: fix broken EFI image builds
...
Work around missing /dev files inside runInLinuxVM by creating a
symlink before calling nixos-enter.
This fixes https://github.com/NixOS/nixpkgs/issues/93381 .
I ran into this issue when trying to create a VMware image that boots from EFI.
Thanks @colemickens for reporting this and @danielfullmer for fixing the same thing in in qemu-vm.nix (37676e77cb
) and explaining what the issue was.
2021-04-26 01:12:10 +02:00
zowoq
fbf8ee0a70
Revert "docutils: 0.16 -> 0.17.1"
...
This reverts commit 7845989118
.
Causes mass rebuild on master.
2021-04-26 08:59:39 +10:00
R. RyanTM
486825e7c8
flacon: 6.1.0 -> 7.0.1
2021-04-25 22:55:25 +00:00
R. RyanTM
0080a58690
vips: 8.10.5 -> 8.10.6
2021-04-26 00:37:49 +02:00
Evils
e49b28b77c
btrfs-heatmap: 8 -> 9
2021-04-26 00:20:47 +02:00
Evils
0e431818ca
python.pkgs.btrfs: 11 -> 12
...
and switch to fetchFromGithub as it's not published on pypi
2021-04-26 00:20:47 +02:00
Luflosi
fe8de6564d
linuxPackages.usbip: clarify license
2021-04-26 00:15:44 +02:00
Anderson Torres
b1c9917f71
Merge pull request #120625 from AndersonTorres/quick-modifications
...
Updates
ftgl: 2.1.3-rc5 -> 2.4.0;
cimg: 2.9.6 -> 2.9.7;
dialog: 1.3-2210306 -> 1.3-2210324;
docutils: 0.16 -> 0.17.1;
fme: refactor
2021-04-25 18:43:59 -03:00
zowoq
11c7219d4d
youtube-dl: 2021.04.07 -> 2021.04.26
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.04.26
2021-04-26 07:34:53 +10:00
Mauricio Collares
e1ad2f5aa4
sage: remove cypari2 override
...
This reverts commit c12ef05bda
.
2021-04-25 18:21:58 -03:00
Michael Raskin
14f65f0dc5
Merge pull request #116365 from omasanori/sage-9.3
...
sage: 9.2 -> 9.3
2021-04-25 21:17:32 +00:00
AndersonTorres
9066cb97fe
fme: refactor
2021-04-25 17:54:09 -03:00
AndersonTorres
7845989118
docutils: 0.16 -> 0.17.1
2021-04-25 17:54:09 -03:00
Maximilian Bosch
e6b6b82d79
Merge pull request #120592 from TredwellGit/wireshark
...
wireshark: 3.4.4 -> 3.4.5
2021-04-25 22:30:55 +02:00
Mario Rodas
c3a6fc6f02
Merge pull request #120624 from marsam/update-avfs
...
avfs: 1.1.3 -> 1.1.4
2021-04-25 15:30:41 -05:00
R. RyanTM
bc66efc5db
bazelisk: 1.7.5 -> 1.8.0
2021-04-25 20:22:31 +00:00
Maximilian Bosch
d3d3a94e76
Merge pull request #120546 from woffs/nncp-6.4.0
...
nntp: 6.3.0 -> 6.4.0
2021-04-25 22:14:27 +02:00
Maximilian Bosch
21cdae5524
Merge pull request #120623 from dotlambda/simplescreenrecorder-0.4.3
...
simplescreenrecorder: 0.3.11 -> 0.4.3
2021-04-25 22:10:47 +02:00
Ryan Mulligan
1e4cba2908
Merge pull request #120630 from r-ryantm/auto-update/agi
...
agi: 1.1.0-dev-20210421 -> 1.1.0-dev-20210423
2021-04-25 13:01:15 -07:00
R. RyanTM
4b0bde3b42
agi: 1.1.0-dev-20210421 -> 1.1.0-dev-20210423
2021-04-25 19:44:22 +00:00
Samuel Dionne-Riel
7b8b3fab6d
make-disk-image: Round image size to the next mebibyte
...
This ensures the following gptfdisk warning won't happen:
```
Warning: File size is not a multiple of 512 bytes! Misbehavior is likely!
```
Additionally, helps towards aligning the partition to be more optimal
for the underlying storage.
It is actually impossible to align for the actual underlying storage
optimally because we don't know what the block device will be!
But aligning on 1MiB should help.
2021-04-25 15:24:45 -04:00