Commit Graph

34770 Commits

Author SHA1 Message Date
Ben Wolsieffer
01020b3263 uboot: sheevplug and guruplug: use mainline U-Boot
These derivations have not seen any updates since they were created in 2010,
and some of their sources have disappeared. There are upstream configs for
these boards, so these are now used, and they build correctly. I have no way
of testing them, and I don't if anyone even uses either board with Nix anymore.
2018-03-18 18:53:12 +02:00
Ben Wolsieffer
0ab76c5a4e arm-trusted-firmware: init
ARM trusted firmware is required as part of the boot process on some ARMv8-A
boards. Currently, only the RK3328 is supported in nixpkgs.

This makes the Rock64 u-boot image bootable.
2018-03-18 18:53:12 +02:00
Ben Wolsieffer
6f5a0bded2 uboot: add Rock64 support
The bootloader is currently non-functional because it lacks the ARM Trusted
Firmware image (bl31.elf).
2018-03-18 18:53:12 +02:00
Robert Schütz
024acca3f4
Merge pull request #37147 from Ma27/fix-thumbor
pythonPackages.thumbor: fix build
2018-03-18 17:18:29 +01:00
Robert Schütz
3d183c14d7
Merge pull request #37250 from dotlambda/python-fixes
Python fixes, cc #36453
2018-03-18 16:39:04 +01:00
Robert Schütz
4779989c4e pythonPackages.dlib: fix build 2018-03-18 16:04:52 +01:00
Robert Schütz
a6cbdeaef3 pythonPackages.colander: move expression 2018-03-18 15:52:18 +01:00
Nicolas Schneider
d0a9dcb01d
conky: provide option to build with pulseaudio support 2018-03-18 14:36:45 +01:00
Joachim F
b5cc32eff2
Merge pull request #34355 from volth/xnbd
xnbd: init at 0.4.0
2018-03-18 12:50:30 +00:00
Joachim Schiele
f41a3e7d7d
Emscripten 1.37.16 to 1.37.36 (#37291)
* trying to build emscriptenPackages not all fail

* reading the console.log it turns out python executable is not in place and that is why emconfigure didnt work

* backup commit

* much more targets are compiling now

* added common revisioning

* revision bump to 1.37.36 (not tested)

* fixed xmllint

* forcing unit testing, will implement the tests after i get home

* json_c test working

* added tests

* tiny fixes

* added documentation
2018-03-18 13:34:46 +01:00
Robert Schütz
bd7a7bd817 pythonPackages.allpairspy: init at 2.4.0 2018-03-18 13:19:06 +01:00
Robert Schütz
097dd635fa pythonPackages.pyshphere: uninit
Build is broken and project is unmaintained since 2013.
2018-03-18 13:03:29 +01:00
Gabriel Ebner
9a49811f66
Merge pull request #30263 from tsaeger/tsaeger/ofxhome
pythonPackages.ofxhome: 0.3.1 -> 0.3.3
2018-03-18 12:40:52 +01:00
Jörg Thalheim
3dbf7a4418
Merge pull request #37211 from yrashk/mmark
mmark: init at 1.3.6
2018-03-18 11:39:54 +00:00
Jörg Thalheim
38c3df5396
Merge pull request #37068 from oxij/pkgs/speech
pkgs: some speech-related things
2018-03-18 11:34:40 +00:00
Jörg Thalheim
1ec1c124fe
Merge pull request #37310 from tiramiseb/calaos_installer
calaos_installer: init at 3.1
2018-03-18 11:27:39 +00:00
Jörg Thalheim
bcddd8bd2a
Merge pull request #37033 from lukeadams/freenect-update
freenect: 0.5.5 -> 0.5.7, Enable Darwin
2018-03-18 11:26:24 +00:00
Robert Schütz
19797d8464 klaus: move out of pythonPackages and 0.9.1 -> 1.2.2 2018-03-18 12:25:09 +01:00
Sébastien Maccagnoni
c0866e1990 calaos_installer: init at 3.1 2018-03-18 11:53:41 +01:00
Jörg Thalheim
fc0a5f4cb7
Merge pull request #37209 from enolan/upgrade-workrave
workrave: 1.10.7 -> 1.10.20
2018-03-18 10:50:22 +00:00
Robert Schütz
bd3280fbae pythonPackages.python-ctags3: init at 1.2.4 2018-03-18 11:46:37 +01:00
Yurii Rashkovskii
c99a2da0bf
mmark: init at 1.3.6 2018-03-18 17:02:20 +07:00
Jörg Thalheim
5ca797c72c
Merge pull request #37306 from svsdep/gnome-3-timepp
gnomeExtensions.timepp: init at 2018.03.17
2018-03-18 09:35:59 +00:00
Maximilian Bosch
23e6689578
pythonPackages.thumbor: 6.3.2 -> 6.4.2; fix build
Origianlly the package was broken as bumping `pythonPackages.pillow` to
5.x broke `thumbor`. The latest upstream version `6.4.2` solved this
issue, so a simple package bump was sufficient.

Furthermore the following changes were made:

- moved the expression into its own file
- added myself as maintainer in case of any further breackage
- re-enabled python3 build: 6.4.2 is fine with python3, however the
  `futures` dependency can't be satisfied anymore as it's part of
  Python3. Therefore a patch for `setup.py` will be applied for Python3
  buildsto drop the dependency

Note: the testsuite is disabled for now as several impure tests are done
and our testing environment seems to be unable to work the with the
natively compiled python modules properly.

Therefore I tested the module using the following expression:

``` nix
with import ./. {};

stdenv.mkDerivation {
  name = "thumbor-test";
  src = null;
  buildInputs = [ python pythonPackages.thumbor ];
}
```

Inside this nix shell `thumbor` works fine and the native modules can be
imported.

See https://hydra.nixos.org/build/71062729/log
See ticket #36453
2018-03-18 10:31:59 +01:00
Vasyl Solovei
66d2ec52e7 gnomeExtensions.timepp: init at 2018.03.17 2018-03-18 11:28:48 +02:00
Robert Schütz
b96fa84bbf
Merge pull request #35347 from Ma27/package-chkcrontab
chkcrontab: init at 1.7
2018-03-18 10:22:54 +01:00
Jörg Thalheim
eb3b45fca7
Merge pull request #37293 from peterhoeg/p/po
pythonPackages.pushover: init at 0.3
2018-03-18 09:03:41 +00:00
Michael Brantley
9495c9218c
perlPackages.PkgConfig: init at 0.19026 2018-03-18 09:48:21 +01:00
Michael Brantley
2d8a8080eb
perlPackages.ConfigIniFiles: init at 2.94 2018-03-18 09:41:34 +01:00
lewo
782fbc6cfd
Merge pull request #37035 from rdnetto/master
bar: init at version 1.11.1
2018-03-18 09:23:46 +01:00
Frederik Rietdijk
7157404151
Merge pull request #37304 from yrashk/xml2rfc
xml2rfc: init at 2.9.6
2018-03-18 08:50:47 +01:00
Yurii Rashkovskii
3315a549bf
xml2rfc: init at 2.9.6 2018-03-18 14:44:57 +07:00
Peter Hoeg
1b129b0b54 pythonPackages.pushover: init at 0.3 2018-03-18 12:16:27 +08:00
Shea Levy
8b097fc7f6
release-small.nix: Fix evaluation error 2018-03-17 21:57:44 -04:00
Echo Nolan
5b0985d055 workrave: fix alert sounds by including the right GST plugins 2018-03-17 13:31:45 -07:00
Robert Schütz
6d3232f7aa
Merge pull request #37247 from Ma27/fix-tablib
pythonPackages.tablib: fix build
2018-03-17 20:45:15 +01:00
lewo
5720286e47
Merge pull request #36900 from rnhmjoj/noteshrink
noteshrink: init at 0.1.1
2018-03-17 20:32:37 +01:00
Maximilian Bode
92c5097c6d samtools: make gcc dependency explicit 2018-03-17 19:01:55 +01:00
Maximilian Bode
9dc0f229ad spass: make gcc dependency explicit 2018-03-17 18:59:03 +01:00
Robert Schütz
3394feaeef pythonPackages.hvac: move expression 2018-03-17 18:54:57 +01:00
Daiderd Jordan
879f144d7f
far2l: fix clang build
/cc ZHF #36454
2018-03-17 18:48:20 +01:00
Robert Schütz
ba5d1bb28b pythonPackages.paypalrestsdk: move expression 2018-03-17 17:05:38 +01:00
Robert Schütz
127f99e22e pythonPackages.pushbullet: move expression 2018-03-17 16:46:30 +01:00
Gabriel Ebner
065fda260a
Merge pull request #37189 from fdns/libtins
libtins: init at 3.5
2018-03-17 15:58:05 +01:00
Maximilian Bosch
4a0c0401b5
pythonPackages.tablib: fix build
`openpyxl` v5 breaks `tablib`, the following patch fixes the API
incompatibility: https://github.com/kennethreitz/tablib/pull/296

See https://hydra.nixos.org/build/70694938/log
See ticket #36453
2018-03-17 15:21:59 +01:00
Robert Schütz
b549f18b6c pythonPackages.CommonMark: move expression 2018-03-17 15:17:31 +01:00
Shea Levy
2963d76ca3
pythonPackages.pyspark: Init at 2.3.0 2018-03-17 09:54:12 -04:00
Shea Levy
4322f2b8c8
pythonPackages.py4j: Init at 0.10.6. 2018-03-17 09:17:48 -04:00
Peter Simons
aa0545130b Configure Haskell bootstrapping package sets to perform minimal builds. 2018-03-17 08:21:23 +01:00
Peter Simons
993bcbb225 ghc: drop all compiler versions prior to 7.10.3
None of these old compilers are used anywhere in Nixpkgs, and keeping those
builds working in the face of regular updates of GCC, binutils, and whatnot is
too much effort for no obvious benefit.
2018-03-17 08:21:22 +01:00
Echo Nolan
250c19c746 workrave: 1.10.7 -> 1.10.20
Also: switch to GTK-3, fix GSettings by using wrapGAppsHook.
2018-03-16 19:56:51 -07:00
Shea Levy
cb88f21b16
perlPackages.JSON: Fix typo. 2018-03-16 17:53:45 -04:00
Felipe Espinoza
298f616913 libtins: init at 3.5 2018-03-16 18:04:39 -03:00
Peter Simons
041b27bfb3 fsatrace: initial version 2018-03-16 14:01:31 +01:00
Nikolay Amiantov
a4a04528e4 libva1: init at 1.7.3 2018-03-16 02:59:07 +03:00
Tuomas Tynkkynen
ef64208eba Merge commit '3ab2949' from staging into master
Conflicts:
	pkgs/development/compilers/llvm/6/llvm.nix
	pkgs/servers/home-assistant/component-packages.nix
2018-03-15 22:30:56 +02:00
adisbladis
408f6b2843
pythonPackages.pycurl: Move to separate file 2018-03-16 01:14:12 +08:00
adisbladis
a2a7037937
Merge pull request #37038 from dtzWill/update/pycurl-7.43.0.1
pycurl: 7.19.5.1 -> 7.43.0.1
2018-03-16 01:08:04 +08:00
Timo Kaufmann
488835ec6e conan: Locally pin deps, enable tests 2018-03-15 13:48:58 +01:00
lewo
a3205ea5f3
Merge pull request #36928 from roosemberth/pcm
pcm: init at 201710
2018-03-15 08:48:40 +01:00
SLNOS
507d96d35e speech-tools: 2.1 -> 2.4, unbreak 2018-03-15 05:01:49 +00:00
John Ericson
eae19f3c28 release-lib: Adapt to work with new meta.platforms
`packagePlatforms` now filters `supportedSystems` with the new-style
`meta.platforms`, rather than just plopping it in as is.
2018-03-15 00:44:38 -04:00
Andrew Dunham
92a77abd31 xgboost: Enable building on Darwin (#37046)
* xgboost: Enable building on Darwin

* Review feedback: pass `xgboost` to the python package
2018-03-15 04:17:55 +03:00
Herwig Hochleitner
80582c600d vimb-unwrapped: depend on generic webkitgtk instead of 218x
Currently ahead of the upgrade to webkitgtk220x, this will make future
webkitgtk maintenance easier.

WebkitGTK, from 2.6 onwards has maintained API stability and will
continue to do so, as opposed to the jump from 2.4 to 2.6

cc @rickynils
2018-03-15 01:52:52 +01:00
John Ericson
2e87550ace
Merge pull request #36985 from obsidiansystems/no-allBut
treewide: get rid of platforms.allBut
2018-03-14 18:57:28 -04:00
Will Dietz
99131b4fc2 pycurl: 7.19.5.1 -> 7.43.0.1 2018-03-14 17:50:25 -05:00
John Ericson
f79f80dbf2 treewide: get rid of platforms.allBut
Negative reasoning like `allBut` is a bad idea with an open world of
platforms. Concretely, if we add a new, quite different sort of
platform, existing packages with `allBut` will claim they work on it
even though they probably won't.
2018-03-14 18:44:42 -04:00
Reuben D'Netto
0bba975feb bar: init at version 1.11.1
Removed lemonbar alias to avoid collision.
2018-03-15 09:41:25 +11:00
Robert Schütz
d78a411d98
Merge pull request #36899 from aborsu/spacy
Spacy
2018-03-14 23:36:46 +01:00
Daiderd Jordan
0c8e8ce7e8
cdo: fix darwin build
/cc ZHF #36454
2018-03-14 23:16:31 +01:00
Luke Adams
4576ff8012 freenect: enable Darwin building 2018-03-14 17:11:51 -05:00
Daiderd Jordan
ee6d0a7025
ccl: fix darwin build
/cc ZHF #36454
2018-03-14 23:02:52 +01:00
Joachim F
bfb4e0822a
Merge pull request #36482 from matthewbauer/json2hcl
json2hcl: init at 0.0.6
2018-03-14 20:51:12 +00:00
Roosembert Palacios
3328709918
pcm: init at 201710
Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
2018-03-14 21:28:55 +01:00
Will Dietz
66a0aaddbb
Merge pull request #37016 from dtzWill/feature/gllvm
gllvm: init at 2018-02-09
2018-03-14 15:01:29 -05:00
Will Dietz
43c474457c gllvm: init at 2018-02-09 2018-03-14 14:50:17 -05:00
Daiderd Jordan
f18a23acf3
Merge pull request #37008 from knedlsepp/fix-pycurl-on-darwin
pythonPackages.pycurl: Fix darwin build
2018-03-14 20:43:01 +01:00
Daiderd Jordan
db691029d6
avian: fix darwin build
/cc ZHF #36454
2018-03-14 20:38:54 +01:00
Augustin Borsu
5568e25fa0 python.msgpack-numpy: init 0.4.1 2018-03-14 20:29:07 +01:00
Robert Schütz
6d661f37d8
Merge pull request #34361 from mbode/doitlive_3_0_3
doitlive: init at 3.0.3
2018-03-14 20:18:48 +01:00
Maximilian Bode
2217c706d4 doitlive: init at 3.0.3 2018-03-14 20:00:00 +01:00
Josef Kemetmüller
42555f6c7d pythonPackages.pycurl: Fix darwin build 2018-03-14 19:58:02 +01:00
Daiderd Jordan
9b044a1dba
python-tkinter: mark linux only
/cc ZHF #36454
2018-03-14 19:52:34 +01:00
xeji
b298f4e185 pythonPackages.nevow: fix build, 0.14.2->0.14.3
fix tests, minor update, move to development/python-modules/

(cherry picked from commit 9a10c55a8a)
2018-03-14 19:05:47 +01:00
Robert Schütz
c8a7aa1e1b
Merge pull request #36944 from xeji/nevow
python27Packages.nevow: fix build, 0.14.2->0.14.3
2018-03-14 19:04:49 +01:00
Nikolay Amiantov
dc2104d132 sleekxmpp: 1.3.1 -> 1.3.3 2018-03-14 20:45:31 +03:00
xeji
9a10c55a8a pythonPackages.nevow: fix build, 0.14.2->0.14.3
fix tests, minor update, move to development/python-modules/
2018-03-14 18:41:45 +01:00
Vincent Laporte
4fcadba5ea ocamlPackages: default to 4.05 2018-03-14 16:24:27 +01:00
Michael Raskin
352c567d1c graphviz_2_32: restore libgraph, the reason to keep this version 2018-03-14 11:45:16 +01:00
mt_caret
cce7d1b60a satysfi: init at 2018-03-07 (#36428) 2018-03-14 10:57:08 +01:00
Tuomas Tynkkynen
2fec9c6e29 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/development/tools/build-managers/conan/default.nix
2018-03-13 23:04:18 +02:00
Franz Pletz
50fdcd414e
Merge pull request #36888 from volth/xfce-naming
xfce: do not use old names
2018-03-13 18:44:59 +00:00
Will Dietz
29d46471e0 metrics: fix "values" to be count not bytes, to match prev behavior
https://github.com/NixOS/nixpkgs/pull/36896#discussion_r174163744
2018-03-13 13:29:15 -05:00
Franz Pletz
4b72196874
Merge pull request #36806 from timokau/conan-fix
conan: Fix build
2018-03-13 13:16:21 +00:00
Peter Simons
54ade273e7
Merge pull request #36526 from idontgetoutmuch/master
Add sundials
2018-03-13 13:29:17 +01:00
Eelco Dolstra
2aa8a208b0
Merge pull request #36896 from dtzWill/fix/metrics-sed
metrics: fixup sed expr to work with Nix 2
2018-03-13 13:24:35 +01:00
Timo Kaufmann
5fdfe61b35 conan: Fix build
conan has very strict requirements on the versions of its dependencies.
This patch adds downgraded versinos of node-semver and distro to
statisfy these requirements.
2018-03-13 11:36:45 +01:00
volth
7ec0471242 treewide: s/xlibs/xorg/g (#36889) 2018-03-13 10:16:03 +00:00
adisbladis
ce78db79a3
overmind: init at 1.1.1 2018-03-13 17:44:00 +08:00
volth
cedfe31648 frostwire: restore download-and-unpack derivation as frostwire-bin 2018-03-13 09:54:51 +01:00
rnhmjoj
dc1c9fb251
noteshrink: init at 0.1.1 2018-03-13 09:08:18 +01:00
Will Dietz
5eb07e2396 metrics: fixup sed expr to work with Nix 2 2018-03-12 22:49:17 -05:00
Michael Weiss
310a665b98 androidStudioPackages.beta: 3.1.0.12 -> 3.1.0.14 2018-03-13 02:29:01 +01:00
Franz Pletz
efd7102026
Merge pull request #36814 from xeji/p/ufraw
ufraw: fix build
2018-03-12 23:37:06 +00:00
Franz Pletz
73f8157adc
Merge pull request #36817 from xeji/p/vxl
vxl: fix build by using gcc6
2018-03-12 23:29:12 +00:00
Franz Pletz
a1af032fcc
Merge pull request #36776 from Ma27/fix-gplaycli
pythonPackages.gplaycli: 0.1.2 -> 3.21
2018-03-12 23:27:44 +00:00
volth
fe70fbdefe xfce: do not use old names 2018-03-12 23:01:06 +00:00
Nikolay Amiantov
bef8321f9f kega-fusion: init at 3.63x 2018-03-13 01:08:50 +03:00
Nikolay Amiantov
5ed883a40b warsow: 1.03 -> 2.1.2
Fix build, split into engine and game to build engine on Hydra.
2018-03-13 01:08:50 +03:00
Amine Chikhaoui
d5dd7f4413 pcstat: init at 2017-05-28 (#33643) 2018-03-12 21:51:38 +00:00
symphorien
991e5ca486 wxhexeditor: 0.22 -> 0.24 (#36832) 2018-03-12 21:43:02 +00:00
Daiderd Jordan
af041b34a2
libcdio: fix darwin build
/cc ZHF #36454
2018-03-12 21:32:38 +01:00
Florian Jacob
226965da67 prosody: 0.9.12 -> 0.10.0
updating config options, removing luazlib as mod_compression was removed
for security reasons.
2018-03-12 20:19:03 +01:00
Florian Jacob
0c74665bad luaevent: 0.4.3 -> 0.4.4 2018-03-12 20:18:34 +01:00
Daiderd Jordan
a6bf2b21d5
Merge pull request #36873 from jfrankenau/update-bcal
bcal: 1.7 -> 1.8
2018-03-12 19:49:20 +01:00
Johannes Frankenau
59cc47d802 bcal: 1.7 -> 1.8
The tests failed for a good reason on Darwin and should not have been
disabled. The issue has been resolved upstream with version 1.8 which
now also supports AArch64.
2018-03-12 18:36:26 +01:00
Jörg Thalheim
2f00a50e2d
Merge pull request #32710 from matthiasbeyer/update-lumail
lumail: 2.9 -> 3.1
2018-03-12 16:31:24 +00:00
John Ericson
556eb0f3f4
Merge pull request #36866 from obsidiansystems/no-clangUnwrapped
clangUnwrapped: Removed unused abstraction
2018-03-12 12:13:59 -04:00
volth
dd3c6f3770
perlPackages.ClassAccessorFast: alias of perlPackages.ClassAccessor 2018-03-12 17:02:38 +01:00
John Ericson
c65f0ddb90 clangUnwrapped: Removed unused abstraction 2018-03-12 11:47:04 -04:00
Matthias Beyer
13e95f33db lumail: Use lua5.1
This is necessary because the standard library which is distributed with
lumail (the lumail core configuration so to speak) is written for lua5.1
apparently.

The website states 5.1 or 5.2 or 5.3, but 5.2 fails because "loadstring"
was deprecated in lua 5.2.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-03-12 16:43:27 +01:00
John Children
79f4548aa2 go-langserver: init at unstable-2018-03-05 2018-03-12 14:52:13 +00:00
Maxime Dénès
669cbb63d0 pythonPackages.sphinx_rtd_theme: 0.1.9 -> 0.2.5b2 2018-03-12 13:33:55 +01:00
Michael Brantley
1b01d49340 perlPackages.FileFnMatch: init at 0.02 2018-03-12 07:55:48 -04:00
Mario Rodas
bde912b48b vale: init at 0.10.1 2018-03-11 21:56:22 -05:00
Markus Kowalewski
a9ee6d2dab
texmaker: 4.5 -> 5.0.2 2018-03-11 17:56:26 -07:00
Michael Raskin
9a68c56961
Merge pull request #34067 from mogorman/gnuclad
gnuclad: init at 0.2.4
2018-03-11 20:12:12 +00:00
Matthew O'Gorman
8e478f8fe1 gnuclad: init at 0.2.4 2018-03-11 15:26:05 -04:00
xeji
0367a6235c vxl: fix build by using gcc6
upstream code incompatible w/gcc7. no newer version available.
2018-03-11 18:46:42 +01:00
xeji
817cd00bb9 ufraw: fix build by using gcc6
doesn't build with gcc7 due to ill-formed upstream code,
see https://gcc.gnu.org/gcc-7/porting_to.html#cmath
2018-03-11 18:15:58 +01:00
Michael Raskin
ec2981ae3d fmbt: init at 0.39 2018-03-11 15:44:48 +01:00
Maximilian Bosch
b14bd18035 pythonPackages.mt-940: fix build (#36784)
- added missing `enum34` dependency
- enabled tests
- moved expression into its own file

See ticket #36453
See https://hydra.nixos.org/build/70677609/log

/cc @the-kenny
2018-03-11 15:36:26 +01:00
Daiderd Jordan
370e01acce
Merge pull request #36699 from knedlsepp/fix-mpv-on-darwin
mpv: fix darwin build
2018-03-11 09:56:19 +01:00
Dominic Steinitz
12424157a2 Merge branch 'master' of https://github.com/NixOS/nixpkgs 2018-03-11 08:13:11 +00:00
Frederik Rietdijk
12a8276649
Merge pull request #36778 from Ma27/fix-htmltreediff
pythonPackages.htmltreediff: fix build
2018-03-11 08:35:02 +01:00
Maximilian Bode
78f50651f9 prometheus: add 2.1.0 2018-03-11 01:08:34 +01:00
Maximilian Bosch
4feaaa7f06
pythonPackages.gplaycli: 0.1.2 -> 3.21
Fix the broken package: https://hydra.nixos.org/build/70687256/log

The newer version requires two new dependencies that have been added as
well:

- gpapi (Unofficial Python API for Google Play) at version 0.4.2
- pyaxmlparser (Parser for Android's XML handler) at version 0.3.7

See ticket #36453
See https://hydra.nixos.org/build/70687256/log
2018-03-11 00:24:28 +01:00
Maximilian Bosch
94458721a7
pythonPackages.htmltreediff: fix build
- add `pythonPackages.nose` as `checkInput` to make the tests passing
- extract expression into its own file

See https://hydra.nixos.org/build/70680974/log
See ticket #36453
2018-03-11 00:21:47 +01:00
Michael Raskin
498abc1e1d
Merge pull request #36770 from oxij/pkgs/deprecate-xen-4.5
xenPackages: deprecate Xen 4.5, security support ended
2018-03-10 21:52:04 +00:00
Jan Malakhovski
3e3d72b95a xenPackages: deprecate Xen 4.5, security support ended 2018-03-10 21:35:55 +00:00
Jan Malakhovski
7079e744d4 Merge branch 'master' into staging
Resolved the following conflicts (by carefully applying patches from the both
branches since the fork point):

   pkgs/development/libraries/epoxy/default.nix
   pkgs/development/libraries/gtk+/3.x.nix
   pkgs/development/python-modules/asgiref/default.nix
   pkgs/development/python-modules/daphne/default.nix
   pkgs/os-specific/linux/systemd/default.nix
2018-03-10 20:38:13 +00:00
Jörg Thalheim
80fcfbe4cf
Merge pull request #36748 from etu/python-anyjson-fixes
anyjson: move to own directory
2018-03-10 16:05:30 +00:00
Jörg Thalheim
0d267c6abe
Merge pull request #36746 from etu/python-alot-fixes
alot: move to own module
2018-03-10 16:02:26 +00:00
Timo Kaufmann
6b53a7cd09 blackmagic: Revert to gcc6 2018-03-10 16:15:57 +01:00
Ivan Solyankin
504b911858 ibus-kkc: init at 1.5.22 2018-03-10 17:13:38 +03:00
Ivan Solyankin
80df6205ed libkkc: init at 0.3.5 2018-03-10 17:13:38 +03:00
Ivan Solyankin
fed464103f libkkc-data: init at 0.2.7 2018-03-10 17:13:38 +03:00
Ivan Solyankin
34b06b05e3 marisa-python: init at 1.3.40 2018-03-10 17:13:38 +03:00
Lancelot SIX
dadba1cce3 pythonPackages.asgi_redis: drop
This was part of django-channel-1.x. The current version (2) does not
use it anymore
2018-03-10 14:55:00 +01:00
Lancelot SIX
1347f90953 pythonPackages.asgi_ipc: drop
This wath used for django-channels-1.x. The current version (2) does
not use it anymore
2018-03-10 14:55:00 +01:00