Samuel Dionne-Riel
53bfb47e1d
mruby: Removes a test that fails in the sandbox.
2018-08-10 19:07:20 -04:00
Samuel Dionne-Riel
f847155014
mruby: Fixes build on Linux
...
I'm not sure of the semantics of `gcc` vs. `ld` for linking, but it
makes the difference between working and:
```
/nix/store/gpc2wld1s0c6qzx9326cwn1wcx29xzsj-binutils-2.30/bin/ld: warning: cannot find entry symbol _start; defaulting to 0000000000401100
```
2018-08-10 19:07:17 -04:00
Nick Novitski
c26a6db0f8
mruby: init at 1.4.1
2018-08-10 18:59:38 -04:00
aszlig
f51dc2a94b
nixos/tests/luksroot: Fix OCR of passphrase prompt
...
Since a9d69a74d6edb6bcca29b1189d4bc3b203ecaf25, the passphrase prompt
now no longer starts with "Enter passphrase for" but now it's just
"Passphrase for", which causes the luksroot installer test to fail.
I've tested this on a x86_64-linux machine and the test now succeeds.
Signed-off-by: aszlig <aszlig@nix.build>
Cc: @oxij, @samueldr
Issue: #29441
2018-08-11 00:07:10 +02:00
xeji
2cf2ea1c03
Merge pull request #44818 from thefloweringash/jetbrains-update-2018.2.1
...
Jetbrains editors: 2018.2 -> 2018.2.1
2018-08-10 22:38:48 +02:00
Matthew Bauer
14d689fe5f
c-ares: fix android build
...
https://hydra.nixos.org/build/79244764
2018-08-10 16:06:15 -04:00
Eelco Dolstra
490ca6aa8a
nix-repl: Remove
...
This package is obsolete.
2018-08-10 21:48:47 +02:00
Eelco Dolstra
f1c978aca0
Revert "aliases: add nixos-rebuild"
...
This reverts commit 0b124c1e9152959cd9de9de46c4a4d9146a818e6. We
should really stop adding things that are not packages to
all-packages.nix. For example, having nixos-rebuild.nix in
all-packages.nix causes 'nix-env -qa' to evaluate a NixOS
configuration, which obviously is not good for performance. (We should
probably also remove the 'nixos' attribute from all-packages.nix, but
at least that's a function so nix-env will ignore it.)
2018-08-10 21:45:07 +02:00
Eelco Dolstra
4d1332e507
nixos/modules/misc/version.nix: Don't spam the user with vague warnings
2018-08-10 21:39:36 +02:00
Andrew Childs
3513c5dc49
jetbrains.ruby-mine: 2018.2 -> 2018.2.1
2018-08-11 04:05:21 +09:00
Andrew Childs
c08067b74d
jetbrains.goland: 2018.2 -> 2018.2.1
2018-08-11 04:03:49 +09:00
Matthew Bauer
68b5f51d6f
brightnessctl: also install udev rules
...
Fixes #44877
2018-08-10 13:44:58 -04:00
Alexey Shmalko
6b1a04d788
alarm-clock-applet: fix build ( #44872 )
...
The build has been failing because sourceforge-served release include
-Werror=format=2 flag, which enabled -Werror=format-y2k, which in turn
stopped the build because of a debug log message formatting.
Building release from GitHub works fine.
2018-08-10 19:37:48 +02:00
Francois-Rene Rideau
0dd9403a34
gambit-unstable: 2018-05-30 -> 2018-08-06
2018-08-10 13:11:11 -04:00
xeji
12eb1e96ce
Merge pull request #44870 from symphorien/tests-eval
...
Fix evaluation of two tests
2018-08-10 19:06:20 +02:00
xeji
a102b900be
Merge pull request #37281 from xeji/qemu-nonroot
...
nixos/libvirtd: add option to run qemu as non-root
2018-08-10 18:54:10 +02:00
xeji
b9c8d68452
Merge pull request #40826 from bhipple/u/texlive-2017-final
...
texlive: 2017 -> 2017-final
2018-08-10 18:52:29 +02:00
Jörg Thalheim
20378cbf1c
Merge pull request #44855 from ljli/keeagent-update
...
keepass-keeagent: 0.8.1 -> 0.10.1
2018-08-10 17:50:28 +01:00
Vladimír Čunát
1cec3d8aaa
Merge branch 'staging-next' into staging
...
A couple fixes were pushed directly to staging-next.
2018-08-10 18:45:53 +02:00
Edmund Wu
ced374cf98
display-managers: rely on socket to activate pulseaudio
2018-08-10 12:43:47 -04:00
Matthew Bauer
fca6cdc362
Merge pull request #44632 from matthewbauer/putty
...
Support building putty for windows
2018-08-10 12:41:36 -04:00
Vladimír Čunát
7b3036a4a2
gdbm: avoid a warning on Darwin
...
This is just to minimize rebuilds. The actual bugfix doesn't seem to
hurry, as the function has been returning void until now, so if the int
returned isn't a meaningful value in some cases, nothing should happen
yet.
2018-08-10 18:41:07 +02:00
Matthew Bauer
0b124c1e91
aliases: add nixos-rebuild
...
Fixes #44135
2018-08-10 12:25:42 -04:00
Matthew Bauer
e575275de7
windows: Cleanups
2018-08-10 12:05:04 -04:00
Matthew Bauer
f32e9a34c8
windows: add more meta
...
‘platforms.windows’ includes all windows platforms. Should prefer this
to using assertions.
2018-08-10 11:51:18 -04:00
Will Fancher
08b766921d
callCabal2nix: Passthru deriver
2018-08-10 11:38:09 -04:00
Silvan Mosberger
b05fb31476
Merge pull request #44871 from Infinisil/fix/namecoin
...
namecoin: fix build
2018-08-10 16:45:36 +02:00
Greg Hale
24fa3c20c5
aws-okta: init at 0.19.0
2018-08-10 10:42:39 -04:00
Symphorien Gibol
0d13dc3654
nixos/tests/hocker-fetchdocker: fix evaluation
...
it still does not build
2018-08-10 15:22:47 +02:00
Symphorien Gibol
9375312ab9
nixos/tests/yabar: fix evaluation
2018-08-10 15:22:34 +02:00
Jörg Thalheim
2dc24c1057
Merge pull request #44868 from dywedir/gutenberg
...
gutenberg: 0.4.0 -> 0.4.1
2018-08-10 14:19:31 +01:00
Silvan Mosberger
1a3b9e1bd2
Merge pull request #44556 from johanot/certmgr-module-init
...
nixos/certmgr: init
2018-08-10 15:11:26 +02:00
Silvan Mosberger
82804e5f78
namecoin: fix build
2018-08-10 14:57:43 +02:00
Jan Malakhovski
9808244aae
harfbuzz: fix tests, also cleanup
2018-08-10 12:56:35 +00:00
Jan Malakhovski
7ea0904347
openssl: fix tests, also cleanup
2018-08-10 12:56:34 +00:00
Jan Malakhovski
86999f6883
libminc: cleanup tests
2018-08-10 12:56:34 +00:00
Jan Malakhovski
f01ff6545d
libtoxcore: cleanup tests
2018-08-10 12:56:34 +00:00
Jan Malakhovski
0317cc0525
nlohmann_json: cleanup tests
2018-08-10 12:56:34 +00:00
Jan Malakhovski
ee90a2d893
libpng: cleanup tests
2018-08-10 12:56:34 +00:00
Jan Malakhovski
2781c7d312
fossil: cleanup tests
2018-08-10 12:56:33 +00:00
Jan Malakhovski
6969f37233
libsoup: cleanup
2018-08-10 12:56:33 +00:00
Jan Malakhovski
b135329dc5
treewide: random cleanups
2018-08-10 12:56:31 +00:00
Jörg Thalheim
cf627887f2
Merge pull request #44865 from Tomahna/mopidy-iris
...
Mopidy-Iris: 3.23.0 -> 3.23.2
2018-08-10 13:54:57 +01:00
Jörg Thalheim
e140489e90
Merge pull request #44869 from Mic92/pyls-black
...
python.pkgs.pyls-black: init at 0.2.1
2018-08-10 13:54:04 +01:00
Jörg Thalheim
285580c026
Merge pull request #44861 from jfrankenau/update-polybar
...
polybar: update and add libnl support
2018-08-10 13:31:41 +01:00
Jörg Thalheim
c260a4d001
python.pkgs.pyls-isort: fix url/description
2018-08-10 14:28:01 +02:00
Vladimír Čunát
46e5257670
Merge #44719 : utillinux: fix build w/ncurses
...
This fixes a regression from f83b5e4.
2018-08-10 14:23:31 +02:00
Jörg Thalheim
0165572217
python3.pkgs.pyls-mypy: 0.1.2 -> 0.1.3
2018-08-10 14:22:59 +02:00
Jörg Thalheim
3ea430ca2a
python.pkgs.pyls-black: init at 0.2.1
2018-08-10 14:15:16 +02:00
Vladyslav Mykhailichenko
d39d2fa09f
gutenberg: 0.4.0 -> 0.4.1
2018-08-10 15:08:27 +03:00