volth
94895aacd1
[cpan2nix] perlPackages.ForksSuper: 0.96 -> 0.97
2018-10-20 16:42:09 +00:00
volth
319820a65a
[cpan2nix] perlPackages.bignum: 0.50 -> 0.51
2018-10-20 16:41:58 +00:00
volth
7b0a0f69ba
[cpan2nix] perlPackages.TestTrap: v0.3.3 -> v0.3.4
2018-10-20 16:41:53 +00:00
volth
2ab10ed627
[cpan2nix] perlPackages.TermVT102Boundless: 0.04 -> 0.05
2018-10-20 16:41:49 +00:00
volth
5c56e45bc0
[cpan2nix] perlPackages.NetIDNEncode: 2.401 -> 2.500
2018-10-20 16:41:46 +00:00
volth
f548db6382
[cpan2nix] perlPackages.MathBigIntGMP: 1.6005 -> 1.6006
2018-10-20 16:41:42 +00:00
volth
1a3f71f24f
[cpan2nix] perlPackages.IOPager: 0.39 -> 0.40
2018-10-20 16:41:36 +00:00
volth
f61ccea0dd
[cpan2nix] perlPackages.CryptEd25519: cleanup
2018-10-20 16:41:20 +00:00
volth
52bbec676c
[cpan2nix] perlPackages.BusinessISMN: 1.132 -> 1.201
2018-10-20 16:41:15 +00:00
volth
76b1d1d0ec
[cpan2nix] perlPackages.TextCSV_XS: 1.36 -> 1.37
2018-10-20 16:40:47 +00:00
volth
bce8d372ac
[cpan2nix] perlPackages.Socket6: 0.28 -> 0.29
2018-10-20 16:40:20 +00:00
volth
4a02033e42
[cpan2nix] perlPackages.RegexpGrammars: 1.048 -> 1.049
2018-10-20 16:40:12 +00:00
volth
00584f50a4
[cpan2nix] perlPackages.PkgConfig: 0.22026 -> 0.23026
2018-10-20 16:40:05 +00:00
volth
5b719f15ac
[cpan2nix] perlPackages.ObjectSignature: 1.07 -> 1.08
2018-10-20 16:39:56 +00:00
volth
5e96190ec3
[cpan2nix] perlPackages.NetSSH: cleanup
2018-10-20 16:39:53 +00:00
volth
6c89b741d7
[cpan2nix] perlPackages.NetSCP: cleanup
2018-10-20 16:39:51 +00:00
volth
93f1591c83
[cpan2nix] perlPackages.NetPing: 2.70 -> 2.71
2018-10-20 16:39:51 +00:00
volth
f7a1e0df03
[cpan2nix] perlPackages.Mojolicious: 8.02 -> 8.03
2018-10-20 16:39:48 +00:00
volth
eb6e790be0
[cpan2nix] perlPackages.ModernPerl: 1.20180901 -> 1.20180928
2018-10-20 16:39:44 +00:00
volth
f31577111c
[cpan2nix] perlPackages.MathBigInt: 1.999813 -> 1.999814
2018-10-20 16:39:40 +00:00
volth
097c673d53
[cpan2nix] perlPackages.LinuxDesktopFiles: cleanup
2018-10-20 16:39:32 +00:00
volth
6bc1f578ad
[cpan2nix] perlPackages.FileSlurp: 9999.19 -> 9999.22
2018-10-20 16:39:08 +00:00
volth
5ce545a44a
[cpan2nix] perlPackages.FileRemove: 1.57 -> 1.58
2018-10-20 16:39:07 +00:00
volth
93713fe38f
[cpan2nix] perlPackages.DevelFindPerl: 0.014 -> 0.015
2018-10-20 16:38:45 +00:00
Frederik Rietdijk
ca6ee8f519
Merge master into staging-next
2018-10-20 09:40:09 +02:00
Pavel Platto
8781308ab6
unity3d: 5.6.1 -> 2017.4.10 ( #48643 )
2018-10-20 00:36:50 +03:00
Michael Weiss
02b5f4ff79
Merge pull request #46304 from teto/gpgme_python3
...
python3Packages.gpgme: enable python3 support
2018-10-19 22:17:19 +02:00
Peter Simons
d393b89965
stack: prefer the ghc-8.6.1 version
...
Building stack with ghc-8.4.x requires a whole lot of version overrides -- most
notably Cabal 2.4.x --, so we don't bother and just use the one built with the
latest compiler instead.
2018-10-19 14:44:22 +02:00
Drakonis
a2d7574ebe
rclone-browser: init at 1.2 ( #44589 )
2018-10-19 11:01:24 +02: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
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
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
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
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
Jörg Thalheim
ad250c18f7
Merge pull request #48580 from dtzWill/update/cquery-llvm7
...
cquery: 2018-08-08 -> 2018-10-14 (llvm6 -> llvm7)
2018-10-18 19:27:05 +01:00
John Ericson
1147d2ed89
Merge remote-tracking branch 'upstream/master' into xorg-override
2018-10-18 12:00:37 -04:00
John Ericson
88cd633ea4
xorg: Don't use deprecated item
2018-10-18 11:54:20 -04:00
Frederik Rietdijk
8d8dc1fa34
Merge master into staging
2018-10-18 11:43:54 +02:00
Felix Richter
17685a4022
bento4: init at 1.5.1-624 ( #47632 )
2018-10-18 11:34:43 +02:00
Frederik Rietdijk
821a3beb10
Merge pull request #48306 from NixOS/staging-next
...
Merge staging-next into master
2018-10-18 11:23:04 +02:00
Chris Ostrouchov
b889d7a43f
pythonPackages.logutils: refactor move to python-modules
2018-10-18 11:02:23 +02:00
Chris Ostrouchov
976162ed90
pythonPackages.nine: refactor move to python-modules
2018-10-18 11:02:23 +02:00
Chris Ostrouchov
3e1f1f76bb
pythonPackages.pycountry: refactor move to python-modules
2018-10-18 11:02:23 +02:00
Chris Ostrouchov
abc0996dd0
pythonPackages.kazoo: refactor move to pyhton-modules
2018-10-18 11:02:23 +02:00
Chris Ostrouchov
ee6b3076e4
pythonPackages.zake: refactor move to python-modules
2018-10-18 11:02:23 +02:00
Chris Ostrouchov
aecd6aeb11
pythonPackages.Kajiki: refactor move to python-modules
2018-10-18 11:02:23 +02:00
Chris Ostrouchov
08b3dbea20
pythonPackages.warlock: refactor move to python-modules
2018-10-18 11:02:23 +02:00
Chris Ostrouchov
4156569b54
pythonPackages.osc: refactor move to python-modules
2018-10-18 11:02:23 +02:00
Chris Ostrouchov
30296bc49e
pythonPackages.plyvel: refactor move to python-modules
2018-10-18 11:02:23 +02:00
Chris Ostrouchov
28542253fa
pythonPackages.python-otr: refactor move to python-modules
2018-10-18 11:02:23 +02:00