Commit Graph
139597 Commits
Author SHA1 Message Date
Yurii Rashkovskii 480d52ebed sit: better fix for aarch64 bug 2018-05-07 16:18:22 -07:00
Michael Raskin ec198337c4 love_11: init at 11.1 2018-05-07 23:58:24 +02:00
Roland Koeblerandxeji 810976e591 i3lock-color: fix manpage-name and manpage (#40095)
- rename manpage from i3lock.1 to i3lock-color.1
- change "i3lock" to "i3lock-color" in manpage-synopsis
2018-05-07 23:19:02 +02:00
xejiandGitHub 02fff4699c Merge pull request #40143 from yrashk/sit-0.3.2-aarch64
sit: fix tests on aarch64
2018-05-07 23:01:48 +02:00
xejiandGitHub 60a52761bf Merge pull request #40135 from fadenb/pythonPackages.phonenumbers_8.9.5
pythonPackages.phonenumbers: 8.9.3 -> 8.9.5
2018-05-07 22:39:03 +02:00
Yurii Rashkovskii 783d547bdd sit: fix tests on aarch64
As we found out in #40032, sit tests won't pass on
aarch64. The problem seems to be related to
`create_dir` not returning an error if the directory
already exists, happening specifically on aarch64+debug
(not aarch64+release)

This update injects a patch for tests that will also
be included in subsequent versions of SIT.
2018-05-07 13:33:51 -07:00
Michael RaskinandGitHub b1f064c9cb Merge pull request #40141 from timokau/iml-openblas
iml: use openblas instead of atlas
2018-05-07 20:29:06 +00:00
xejiandGitHub 17fe52a6c7 Merge pull request #40138 from helinko/libu2f-server-update
libu2f-server: 1.0.1 -> 1.1.0
2018-05-07 22:13:42 +02:00
Jan Tojnar fcfecf8c20 telepathy-logger: 0.8.0 → 0.8.2
The previous update attempt (76f9a4d711) did not change the hash 😞
2018-05-07 22:05:01 +02:00
Timo Kaufmann b0d70d336d iml: use openblas instead of atlas 2018-05-07 21:50:38 +02:00
Franz Pletz 1a7a886234 home-assistant: use new python modules for components 2018-05-07 21:37:46 +02:00
Franz Pletz 11ad518935 pythonPackages.pyowm: init at 2.8.0 2018-05-07 21:37:46 +02:00
Franz Pletz 509a340d90 pythonPackages.coinmarketcap: init at 4.2.1 2018-05-07 21:37:46 +02:00
Franz Pletz c7d735a27b pythonPackages.PyMVGLive: init at 1.1.4 2018-05-07 21:37:46 +02:00
Franz Pletz 95928538a5 pythonPackages.aiohue: init at 1.3.1 2018-05-07 21:37:46 +02:00
Matthew Justin BauerandGitHub 6bce8815de Merge pull request #40134 from Synthetica9/unixtools-refactor
unixtools: refactor for less redundancy
2018-05-07 19:15:19 +00:00
Michael Weiss 97947e680b pgpdump: 0.32 -> 0.33 2018-05-07 20:49:32 +02:00
Jörg ThalheimandGitHub 08db5514e3 Merge pull request #40137 from Mic92/mbedtls
mbedtls: remove darwin patch
2018-05-07 19:40:35 +01:00
Matthew Justin BauerandGitHub 248b050462 xidlehook: fix eavl 2018-05-07 13:38:23 -05:00
Jörg Thalheim c7577fa1c3 mbedtls: remove darwin patch 2018-05-07 19:36:34 +01:00
Robert Helgesson 08e8701673 lib.types: fix loaOf behavior for long lists
Assigning a list of 10 or more elements to an option having the type
`loaOf a` produces a configuration value that is not honoring the
order of the original list. This commit fixes this and a related issue
arising when 10 or more lists are merged into this type of option.
2018-05-07 20:23:52 +02:00
Patrick Hilhorst ab0d4f26ff unixtools: use 2-space indent 2018-05-07 20:16:58 +02:00
Patrick Hilhorst 4b93f21ced unixtools: refactor for less redundancy 2018-05-07 20:13:55 +02:00
Tristan Helmich a554844692 pythonPackages.phonenumbers: 8.9.3 -> 8.9.5 2018-05-07 19:53:08 +02:00
Matthew Justin BauerandGitHub 0b04ed6177 xidlehook: only fixup on linux 2018-05-07 12:53:03 -05:00
Risto Helinko 1bcd9c48fc libu2f-server: 1.0.1 -> 1.1.0 2018-05-07 20:46:39 +03:00
Florian KlinkandTuomas Tynkkynen 7499e4a5b9 modules/virtualisation/qemu-vm: set console baudrate to 115200 2018-05-07 19:23:47 +03:00
Florian KlinkandTuomas Tynkkynen d4468bedb5 modules/virtualisation/qemu-vm: always enable serial console
Always enable both tty and serial console, but set preferred console
depending on cfg.graphical.
Even in qemu graphical mode, you can switch to the serial console via
Ctrl+Alt+3.

With that being done, you also don't need to specify
`systemd.services."serial-getty@ttyS0".enable = true;` either as described in
https://nixos.wiki/wiki/Cheatsheet#Building_a_service_as_a_VM_.28for_testing.29,
as systemd automatically spawns a getty on consoles passwd via cmdline.

This also means, vms built by 'nixos-rebuild build-vm' can simply be run
properly in nographic mode by appending `-nographic` to `result/bin/run-*-vm`,
without the need to explicitly add platform-specific QEMU_KERNEL_PARAMS.
2018-05-07 19:23:47 +03:00
Florian KlinkandTuomas Tynkkynen 70c57fe363 qemu: fix spaces in postInstall 2018-05-07 19:23:47 +03:00
Florian KlinkandTuomas Tynkkynen 36f4b7f6ba virtualisation/qemu-vm.nix: remove ttys
unused.
2018-05-07 19:23:47 +03:00
Florian KlinkandTuomas Tynkkynen 046e374c99 virtualisation/qemu-vm.nix: use lib.optionalString 2018-05-07 19:23:47 +03:00
Austin Seipp 04002e2b71 tamarin-prover: 1.3.1 -> 1.4.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-05-07 11:17:49 -05:00
xejiandGitHub 7fedc7e46b Merge pull request #40129 from MasseGuillaume/sublime3-bump
sublime3: 3162(dev), 3143(stable) -> 3170(stable, dev)
2018-05-07 18:17:29 +02:00
xejiandGitHub ce9c8beeca Merge pull request #40032 from yrashk/sit-0.3.2
sit: 0.3.0 -> 0.3.2
2018-05-07 18:06:08 +02:00
Yurii Rashkovskii 9f1017c679 sit: 0.3.0 -> 0.3.2 2018-05-07 08:46:15 -07:00
Jörg ThalheimandGitHub 5eb8ba576e Merge pull request #40126 from r-ryantm/auto-update/bzflag
bzflag: 2.4.12 -> 2.4.14
2018-05-07 16:37:25 +01:00
xejiandGitHub e755986079 Merge pull request #40045 from Ekleog/todiff-0.5.0
todiff: 0.4.0 -> 0.5.0
2018-05-07 17:27:52 +02:00
Jörg ThalheimandGitHub 2326fd2d53 Merge pull request #39404 from dwe11er/wine-vulkan
wine: add vulkanSupport option
2018-05-07 16:25:50 +01:00
xejiandGitHub 66b2c898f0 Merge pull request #40086 from r-ryantm/auto-update/miniupnpd
miniupnpd: 2.0.20180422 -> 2.0.20180503
2018-05-07 17:11:33 +02:00
Guillaume Massé 8be7bb656f sublime3: 3162(dev), 3143(stable) -> 3170(stable, dev) 2018-05-07 17:10:19 +02:00
xejiandGitHub 8d4f50a73e Merge pull request #40094 from r-ryantm/auto-update/libraw
libraw: 0.18.9 -> 0.18.10
2018-05-07 17:09:14 +02:00
xejiandGitHub 09f7c18a17 Merge pull request #40120 from r-ryantm/auto-update/avr-gcc
avrgcc: 7.3.0 -> 8.1.0
2018-05-07 16:42:30 +02:00
xejiandGitHub 933b4524f5 Merge pull request #40125 from r-ryantm/auto-update/cfr
cfr: 0_125 -> 0.128
2018-05-07 16:38:49 +02:00
WilliButzandRobin Gloster f5249fa042 grafana: 5.1.0 -> 5.1.1 2018-05-07 16:35:46 +02:00
Joachim FandGitHub 4893356bb3 Merge pull request #40033 from jD91mZM2/powerline-rs
powerline-rs: fix stuff
2018-05-07 14:21:18 +00:00
Jörg ThalheimandGitHub 015ee2aced Merge pull request #40076 from r-ryantm/auto-update/mbedtls
mbedtls: 2.8.0 -> 2.9.0
2018-05-07 15:07:02 +01:00
Jörg ThalheimandGitHub ff13b78133 Merge pull request #40097 from r-ryantm/auto-update/libx86emu
libx86emu: 1.12 -> 1.14
2018-05-07 15:00:55 +01:00
Jörg ThalheimandGitHub 87daa2c7cc Merge pull request #40069 from r-ryantm/auto-update/qbittorrent
qbittorrent: 4.0.4 -> 4.1.0
2018-05-07 14:59:44 +01:00
Jörg ThalheimandGitHub d43f1dda3d Merge pull request #40070 from r-ryantm/auto-update/pspg
pspg: 1.1.0 -> 1.1.1
2018-05-07 14:48:19 +01:00
Jörg ThalheimandGitHub d17617bfad Merge pull request #40088 from r-ryantm/auto-update/libcouchbase
libcouchbase: 2.8.6 -> 2.8.7
2018-05-07 14:47:11 +01:00