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
James Kay
494a4ef3ce
godot_headers: init at 51bca3bf5d917341f3e15076c5a9191f8a5118ae
2018-03-16 19:46:33 +00: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