Vladimír Čunát
8e3e3bfb55
Merge #91932 : thunderbird*: 68.9.0 -> 68.10.0
2020-07-04 20:09:38 +02:00
Vladimír Čunát
ab35379cdb
evince: remove myself from meta.maintainers
...
That reflects reality of the past couple of years. I used to spend
really large fraction of my time reading PDFs but not anymore.
Fortunately there seem to be enough other maintainers...
2020-07-04 20:08:45 +02:00
Mario Rodas
c70f0c6548
Merge pull request #92257 from r-ryantm/auto-update/tebreak
...
tebreak: 1.0 -> 1.1
2020-07-04 12:45:00 -05:00
Mario Rodas
b3aa101728
Merge pull request #92259 from r-ryantm/auto-update/terragrunt
...
terragrunt: 0.23.23 -> 0.23.31
2020-07-04 12:42:21 -05:00
Benjamin Hipple
4dbd1d54c1
Merge pull request #92278 from jonringer/fix-soil
...
soil: fix build
2020-07-04 13:39:17 -04:00
Maximilian Bosch
248c9ef9bb
Merge pull request #92287 from dasj19/evince-update
...
evince: 3.36.6 -> 3.36.7
2020-07-04 19:39:02 +02:00
Mario Rodas
d0d53fb34e
Merge pull request #92262 from r-ryantm/auto-update/watchexec
...
watchexec: 1.13.1 -> 1.14.0
2020-07-04 12:30:27 -05:00
Maximilian Bosch
3897eb5836
Merge pull request #92234 from samuelgrf/update/nixos-wallpapers
...
nixos-artwork: add missing wallpapers
2020-07-04 19:27:15 +02:00
Daniel Șerbănescu
1c98b0781d
evince: 3.36.6 -> 3.36.7
2020-07-04 18:55:52 +02:00
Maximilian Bosch
eb7113f2c0
Merge pull request #92279 from jonringer/prawcore-disable-py2
...
python2Packages.prawcore: disable on python2
2020-07-04 18:48:44 +02:00
Benjamin Hipple
ad5f34afa2
Merge pull request #92280 from jonringer/fix-zope-contenttype
...
python3Packages.zope_contenttype: fix build
2020-07-04 12:35:33 -04:00
Benjamin Hipple
68a0a9b433
Merge pull request #92281 from jonringer/detox-remove
...
pythonPackages.detox: remove
2020-07-04 12:35:00 -04:00
Maximilian Bosch
8842a387ef
mautrix-whatsapp: 0.1.1 -> 0.1.2
...
https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.2
2020-07-04 18:33:35 +02:00
Benjamin Hipple
0eabb1b779
Merge pull request #92277 from jonringer/fix-pipdate
...
python3Packages.pipdate: fix dependency management
2020-07-04 12:33:11 -04:00
betaboon
e747fc91fa
python3.pkgs.pyls-black: 0.4.4 -> 0.4.6
2020-07-04 09:27:54 -07:00
Jonathan Ringer
ba5559fd7a
pythonPackages.detox: remove
2020-07-04 08:53:59 -07:00
Jonathan Ringer
93e7581c9a
python3Packages.zope_contenttype: fix build
2020-07-04 08:39:36 -07:00
Jonathan Ringer
01f1f3d5d0
python2Packages.prawcore: disable on python2
...
no longer compatible with python2's urllib
```
prawcore/exceptions.py:2: in <module>
from urllib.parse import urlparse
E ImportError: No module named parse
builder for '/nix/store/3l1rqygq58hbwyzn6fqx8x4djbmzgggh-python2.7-prawcore-1.4.0.drv' failed with exit code
```
2020-07-04 08:32:46 -07:00
Sirio Balmelli
f0c7019005
python3Packages.testfixtures: fix build (ignore failing tests)
...
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-authored-by: Joh <jonringer@users.noreply.github.com>
2020-07-04 08:27:07 -07:00
Jonathan Ringer
ee63ff7d4e
soil: fix build
2020-07-04 08:13:22 -07:00
Jonathan Ringer
7e6e87e7eb
python3Packages.pipdate: fix dependency management
2020-07-04 08:05:53 -07:00
Jonathan Ringer
ff5aaa33e9
python3Packages.aiorun: fix build
2020-07-04 07:43:58 -07:00
Jonathan Ringer
2e050546b8
google-music-scripts: fix build
2020-07-04 07:42:19 -07:00
oxalica
c886cb026c
typora: 0.9.73 -> 0.9.89
2020-07-04 22:25:22 +08:00
worldofpeace
d3a40e7cfc
Merge pull request #92270 from samuelgrf/fix/whether-typo
...
nixos/*: fix misspellings of whether
2020-07-04 09:34:28 -04:00
Robert Scott
f499144c32
Merge pull request #91987 from r-ryantm/auto-update/afl
...
afl: 2.56b -> 2.57b
2020-07-04 14:25:10 +01:00
Samuel Gräfenstein
5bb0b72720
nixos/*: wheter -> whether
2020-07-04 15:20:41 +02:00
Samuel Gräfenstein
850d7d1790
nixos/*: wether -> whether
2020-07-04 15:17:03 +02:00
Niklas Hambüchen
7c903ca1d2
Merge pull request #92205 from chkno/qemu-vm-cleanup
...
qemu-vm device name cleanup
2020-07-04 15:08:52 +02:00
Peter Hoeg
770faa044a
Merge pull request #92118 from NixOS/f/calibre
...
calibre: use webengine i/o webkit
2020-07-04 20:50:56 +08:00
Niklas Hambüchen
5b16d4c9ce
qemu-vm.nix: Fix device name hardcodes on useBootLoader
.
...
boot.loader.grub.device` was hardcoded to `bootDevice`, which is
wrong, because that's the device for `/`, and with `useBootLoader`
the boot loader is not on that device.
This bug probably came into existence because of bad naming;
`virtualisation.bootDevice` has description
"The disk to be used for the root filesystem", which is very confusing;
it should be `.rootDevice` then!
Unfortunately, the description is right and the attribute name is wrong,
so it is not easy to change this without deprecation.
This commit ensures that even if you use `useBootLoader` and
`diskInterface == "scsi"`, the created VM can boot through, and can run
`nixos-rebuild afterwards.
It also adds extra commentary to explain what's going on in this module
in general in relation to `useBootLoader`.
2020-07-04 14:47:36 +02:00
Niklas Hambüchen
2fa351b6a5
qemu-vm.nix: Do not mount /boot
read-only.
...
There does not seem to be a good reason to do this, and it breaks running
`nixos-rebuild boot --install-bootloader` inside the VM.
2020-07-04 14:44:33 +02:00
Chuck
e74755c422
nixos/qemu-vm: Don't assume boot drive is always vdb
2020-07-04 14:40:42 +02:00
Frederik Rietdijk
a9ed5b7729
Merge pull request #91808 from danieldk/pytorch-1.5.1
...
python3Packages.pytorch: 1.5.0 -> 1.5.1
2020-07-04 14:38:48 +02:00
Frederik Rietdijk
3bdebb0a82
Merge pull request #90584 from endgame/update-aws-sam-cli
...
aws-lambda-builders: 0.8.0 -> 0.9.0; aws-sam-cli: 0.44.0 -> 1.0.0rc1
2020-07-04 14:37:31 +02:00
R. RyanTM
26913cebb0
xits-math: 1.301 -> 1.302
2020-07-04 12:19:30 +00:00
R. RyanTM
0b159862c9
watchexec: 1.13.1 -> 1.14.0
2020-07-04 11:56:16 +00:00
Mario Rodas
0c9df94772
Merge pull request #92187 from r-ryantm/auto-update/grml-zsh-config
...
grml-zsh-config: 0.17.2 -> 0.17.3
2020-07-04 06:20:32 -05:00
Mario Rodas
d95bcae974
Merge pull request #92245 from r-ryantm/auto-update/libgen-cli
...
libgen-cli: 1.0.6 -> 1.0.7
2020-07-04 06:17:53 -05:00
Jack Kelly
c0e9bc1cf8
aws-sam-cli: 0.44.0 -> 1.0.0rc1
2020-07-04 21:01:32 +10:00
Jack Kelly
2fea6a2a64
aws-lambda-builders: 0.8.0 -> 0.9.0
2020-07-04 21:01:32 +10:00
R. RyanTM
87accbfb90
terragrunt: 0.23.23 -> 0.23.31
2020-07-04 11:01:18 +00:00
R. RyanTM
d8956ba50e
tebreak: 1.0 -> 1.1
2020-07-04 10:45:49 +00:00
Illia Shestakov
cd31f0d503
utahfs: init at 1.0
2020-07-04 13:18:56 +03:00
Utku Demir
cc46362929
dockerTools: Support files directly under /nix/store
...
Also makes sure that the files inside a layer added in a sorted order
to make the results more deterministic.
2020-07-04 22:00:57 +12:00
Jörg Thalheim
b2aa673d5a
nixos: fix manual build
...
https://github.com/NixOS/nixpkgs/pull/92240#issuecomment-653740926
2020-07-04 10:23:25 +01:00
Mario Rodas
951a5bcc7a
facter: enable on darwin
2020-07-04 04:23:00 -05:00
Mario Rodas
2380e153a3
cpp-hocon: enable on darwin
2020-07-04 04:22:00 -05:00
Mario Rodas
3d88d16458
leatherman: enable on darwin
2020-07-04 04:21:00 -05:00
Mario Rodas
82106e0c3b
tendermint: use subPackages
2020-07-04 04:20:00 -05:00