Commit Graph

156673 Commits

Author SHA1 Message Date
Jörg Thalheim
74a1b92d96
Merge pull request #48682 from Mic92/tincd
nixos/tinc: remove unnecessary networking.interfaces
2018-10-19 08:33:24 +01:00
Matthieu Coudron
3902b3f4e7 python3Packages.gpgme: enable python3 version
when calling python3Packages.gpgme, it was still picking python2.
Changed withPython into pythonSupport since it's the convention.

I had to enable ncurses too because of this error when configuring:

configure:19978: checking python extra libraries
configure:19985: result: -lpthread -ldl -lcrypt -lncurses -lutil -lm
configure:19992: checking python extra linking flags
configure:19999: result: -Xlinker -export-dynamic
configure:20006: checking consistency of all components of python development environment
configure:20032: gcc -o conftest -g -O2  -I/nix/store/hy65mn4wjswqih75gfr6g4q3xgqdm325-python3-3.6.6/include/python3.6m  conftest.c  -L/nix/store/hy65mn4wjswqih75gfr6g4q3xgqdm325-python3-3.6.6/lib -lpython3.6m -Xlinker -export-dynamic -lpthread -ldl -lcrypt -lncurses -lutil -lm >&5
/nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/ld: cannot find -lncurses
collect2: error: ld returned 1 exit status
configure:20032: $? = 1
2018-10-19 14:20:08 +09:00
Will Dietz
889a654a88
Merge pull request #48685 from dtzWill/update/range-v3
range-v3: 0.3.7 -> 0.4.0
2018-10-18 21:59:10 -05:00
Edmund Wu
8861eca096
vscode: 1.28.0 -> 1.28.2 2018-10-18 22:35:07 -04:00
Will Dietz
ca67b33a28
Merge pull request #47612 from dtzWill/fix/use-regular-patchelf-with-chrome
google-chrome: use default patchelf, "fixes" nacl_helper crashing.
2018-10-18 21:20:42 -05:00
Samuel Dionne-Riel
87407bc7e8 ruby: 2.5.2 -> 2.5.3
https://www.ruby-lang.org/en/news/2018/10/18/ruby-2-5-3-released/

This release is just for fixing the packaging issue. This release doesn’t
contain any additional bug fixes from 2.5.2.
2018-10-18 21:28:57 -04:00
Ryan Mulligan
9ebba0fa6c
Merge pull request #48690 from ElvishJerricco/dont-check-cabal-macosx
haskellPackages.cabal-macosx: Tests don't build with Cabal >= 2.2
2018-10-18 17:53:39 -07:00
Jeff Slight
321b3a224f mattermost: 5.3.0 -> 5.4.0 2018-10-18 17:34:43 -07:00
Peter Hoeg
8e7dda36a4
Merge pull request #48630 from dotlambda/home-assistant-0.80.1
home-assistant: 0.77.3 -> 0.80.2
2018-10-19 08:00:54 +08:00
Will Fancher
a93c777c63 haskellPackages.cabal-macosx: Tests don't build with Cabal >= 2.2 2018-10-18 19:12:25 -04:00
Tmplt
df41d53f9d nixos/compton: fix corrupt colours with Mesa 18 on AMD
On AMD hardware with Mesa 18, compton renders some colours incorrectly
when using the glx backend. This patch sets an environmental variable
for compton so colours are rendered correctly.

Topical bug: <https://bugs.freedesktop.org/show_bug.cgi?id=104597>
2018-10-19 01:10:11 +02:00
Will Fancher
0ee01e6c2e haskellPackages.shellFor: Add nativeBuildInputs [Fixes #48435] 2018-10-18 18:32:53 -04:00
markuskowa
ff17dd2e11
Merge pull request #48513 from r-ryantm/auto-update/gpxsee
gpxsee: 5.18 -> 6.2
2018-10-18 23:44:02 +02:00
xeji
856243e346
Merge pull request #48680 from markuskowa/licenses-22
Add licenses
2018-10-18 23:40:02 +02:00
Will Dietz
168ccb3b05 range-v3: 0.3.7 -> 0.4.0
https://github.com/ericniebler/range-v3/releases/tag/0.4.0
2018-10-18 16:14:53 -05:00
Will Dietz
f3de52d25c radiotray-ng: 0.2.3 -> 0.2.4 (#48670) 2018-10-18 23:11:58 +02:00
volth
337d140953 chromium: propagate stdenv for "chromium.override{ stdenv=gcc8Stdenv; }" (#48615) 2018-10-18 23:09:12 +02:00
Jörg Thalheim
f9e0dd7225
Merge pull request #48667 from dtzWill/update/linux-firmware-2018-10-17
linux-firmware: 2018-08-25 -> 2018-10-17
2018-10-18 22:08:13 +01:00
xeji
db664dfa53
Merge pull request #48576 from romildo/upd.dde-polkit-agent
dde-polkit-agent: init at 0.2.1; dpa-ext-gnomekeyring: init at 0.1.0
2018-10-18 23:01:12 +02:00
Jörg Thalheim
02405cfe83
Merge pull request #48565 from rprospero/sasview-4.2.0
Sasview: unstable -> 4.2.0
2018-10-18 21:44:25 +01:00
Milan Svoboda
43fc3bbb62 wings: fix runtime failure. (#48681)
Erlang/OTP 18 [erts-7.3.1.4] [source] [64-bit] [async-threads:10] [hipe] [kernel-poll:false]

Eshell V7.3.1.4  (abort with ^G)
1>
=ERROR REPORT==== 18-Oct-2018::21:29:53 ===
beam/beam_load.c(1189): Error loading module sdl:
  mandatory chunk of type 'Atom' not found

=ERROR REPORT==== 18-Oct-2018::21:29:53 ===
Loading of /nix/store/qalvdrzjqqm3a8nsavjbhfiv1pzhw82k-esdl-1.3.1/lib/erlang/lib/esdl-1.3.1/ebin/sdl.beam failed: badfile

=ERROR REPORT==== 18-Oct-2018::21:29:53 ===
Error in process <0.35.0> with exit value:
{undef,[{sdl,init,[1048608],[]},
        {wings_init,init,0,[{file,"wings_init.erl"},{line,28}]},
        {wings,init,1,[{file,"wings.erl"},{line,105}]}]}

Fatal internal error - log written to /home/milan/wings_crash.dump
2018-10-18 21:42:17 +01:00
Jörg Thalheim
5a1f0f9aa3
tinc: remove unnecessary networking.interfaces
This breaks with networking backends enabled and
also creates large delays on boot when some services depends
on the network target. It is also not really required
because tinc does create those interfaces itself.

fixes #27070
2018-10-18 21:37:56 +01:00
Markus Kowalewski
96b77d8d4d
libite: fix license 2018-10-18 22:36:22 +02:00
Markus Kowalewski
4e6d2f8ec9
libgnome-keyring: fix license 2018-10-18 22:36:22 +02:00
Markus Kowalewski
3bd7ada099
libdbusmenu-qt: fix license 2018-10-18 22:36:22 +02:00
Markus Kowalewski
0d12ce52e4
redland: add license + description 2018-10-18 22:36:22 +02:00
Markus Kowalewski
a504cfa190
libpcap: add license 2018-10-18 22:36:21 +02:00
Markus Kowalewski
4009fa08d1
liboggz: add license 2018-10-18 22:36:21 +02:00
Markus Kowalewski
4d291d5a77
libofa: add license 2018-10-18 22:36:21 +02:00
Markus Kowalewski
4520ced68f
liboauth: add license 2018-10-18 22:36:21 +02:00
Markus Kowalewski
cee94fd5f2
libnova: add license 2018-10-18 22:36:20 +02:00
Markus Kowalewski
4877761ab8
libnotify: add license 2018-10-18 22:36:20 +02:00
Markus Kowalewski
e7411d6eb5
libnice: add licenses 2018-10-18 22:36:20 +02:00
Markus Kowalewski
4e6d420d91
libnetfilter_queue: add license 2018-10-18 22:36:19 +02:00
Markus Kowalewski
2ebc15f208
libnatspec: add license 2018-10-18 22:36:19 +02:00
Markus Kowalewski
2f28a5bccb
libmusicbrainz: add license 2018-10-18 22:36:19 +02:00
Markus Kowalewski
07b14d21ec
libmtp: add license 2018-10-18 22:36:19 +02:00
Markus Kowalewski
21a518cd35
libmp3splt: add license 2018-10-18 22:36:18 +02:00
Markus Kowalewski
b8253570a1
libmms: add license + description 2018-10-18 22:36:18 +02:00
Markus Kowalewski
f5b9a9455f
libmilter: add license 2018-10-18 22:36:18 +02:00
Markus Kowalewski
b1800e3c18
liblqr: add licenses 2018-10-18 22:36:18 +02:00
Markus Kowalewski
beabd0bb65
liblastfm-SF: add licenses 2018-10-18 22:36:18 +02:00
Markus Kowalewski
014c5c4b67
liblastfm: add license 2018-10-18 22:36:17 +02:00
Markus Kowalewski
53194bf4f2
libkate: add license 2018-10-18 22:36:17 +02:00
Markus Kowalewski
804e86c004
libjson: add license + refactor longDescription 2018-10-18 22:35:56 +02:00
Silvan Mosberger
810da21d6b
Merge pull request #48678 from Izorkin/znc
znc: add option to enable unicode support
2018-10-18 22:19:42 +02:00
Izorkin
503318127a znc: add option to enable unicode support 2018-10-18 22:47:25 +03:00
John Ericson
d97e5e1115
Merge pull request #48602 from matthewbauer/cmake-cross
Set CMAKE_SYSTEM_* for cross compiling
2018-10-18 15:47:04 -04:00
gnidorah
a6603fd8a8 kvmgt module: add service restart on failure 2018-10-18 22:35:32 +03:00
Matthew Bauer
4a12a9321c tests/systems.nix: fix tests
these weren’t being run correctly
2018-10-18 14:12:49 -05:00