Commit graph

28979 commits

Author SHA1 Message Date
Frederik Rietdijk 4fc9b1852a Merge remote-tracking branch 'upstream/master' into HEAD 2017-04-23 11:26:47 +02:00
Thomas Tuegel e019978d02 Merge pull request #23922 from gnidorah/master
mytetra: init at 1.42.2
2017-04-22 15:06:44 -05:00
Benno Fünfstück cfcceaee27 Merge pull request #24473 from jgertm/tj/xsv
xsv: init at 0.11.0
2017-04-22 00:26:10 +02:00
Benno Fünfstück 1db5cf49d3 Merge pull request #24479 from Ma27/init/lambda-mod-zsh-theme
lambda-mod-zsh-theme: init at eceee68cf46bba9f7f42887c2128b48e8861e31b
2017-04-22 00:10:14 +02:00
Benno Fünfstück a0e60af067 Merge pull request #24819 from dbrock/ethrun
ethrun: init at 0.1.0
2017-04-21 23:54:07 +02:00
obadz dbb06ea3d2 pythonPackages.typeguard: init at 2.3.1 (#25040) 2017-04-21 21:20:49 +01:00
Vincent Laporte 59c70e446c jbuilder: 1.0+beta5 -> 1.0+beta7 2017-04-21 07:02:31 +00:00
Jörg Thalheim d15f26ec69
dino: init at unstable-2017-04-20 2017-04-20 15:16:55 +02:00
Frederik Rietdijk 8b09dea578 pythonPackages.jedi: 0.9.0 -> 0.10.2 2017-04-20 13:42:20 +02:00
Frederik Rietdijk 1e4a5b85ab pythonPackages.prompt_toolkit: 1.0.13 -> 1.0.14 2017-04-20 13:42:00 +02:00
Frederik Rietdijk 893e40571d pythonPackages.decorator: 4.0.10 -> 4.0.11 2017-04-20 13:41:36 +02:00
Frederik Rietdijk 60eaa476ab pythonPackages.ipython: 5.3.0 -> 6.0.0 2017-04-20 13:41:22 +02:00
Frederik Rietdijk fc3fc9110a pythonPackages.netaddr: 0.7.18 -> 0.7.19 2017-04-20 10:55:59 +02:00
Unknown 2f66670162 buildtorrent: init at 0.8 2017-04-20 03:42:49 +02:00
Bjørn Forsman ff252c799d Fix typo in comment 2017-04-19 20:30:44 +02:00
aszlig b017935103
vlc: Fix build for Qt >= 5.7.0
This basically does something similar than the AUR build:

https://aur.archlinux.org/packages/vlc-qt5/

On our side, all there is to do is to force compiling using C++11 mode
and use a patch that the AUR package took from the following upstream
patchwork URL:

https://patches.videolan.org/patch/14061/

Instead of passing CXXFLAGS to the configure script, I'm using sed here
to make sure we don't override flags figured out by configure.

For example if ./configure is used with CXXFLAGS=-std=c++11 appended or
prepended, we have something like:

... -I../include   -std=c++11 -Wall -Wextra -Wsign-compare ...

While if we don't do that at all, we have something like:

... -I../include   -g -O2 -Wall -Wextra -Wsign-compare ...

Another way would be to use NIX_CFLAGS_COMPILE, but that would affect
even compilation of C code and thus resulting in a bunch of warnings
like this:

cc1: warning: command line option '-std=c++11' is valid for C++/ObjC++
              but not for C

So with our approach the flags during build look much better:

... -I../include   -std=c++11 -g -O2 -Wall -Wextra -Wsign-compare ...

Another thing I've changed is that the vlc_qt5 attribute in
all-packages.nix now uses the latest Qt 5 version, because the build for
Qt >= 5.7.0 is now no longer broken.

I've also ordered the preConfigure attribute before the configureFlags
attribute, because it makes more sense in terms of context (pre ->
configure -> post).

Tested by building on x86_64-linux with libsForQt56.vlc, libsForQt58.vlc
and vlc (the Qt 4 version, just to be sure I didn't accidentally break
it).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @ttuegel
2017-04-19 05:09:47 +02:00
Jörg Thalheim dc017e634c Merge pull request #25001 from jb55/new/pidgin-carbons
pidgin-carbons: init at 0.1.3
2017-04-18 22:46:51 +02:00
William Casarin 36bd9d2463 pidgin-carbons: init at 0.1.3
Implements XMPP extension XEP-0280: Message Carbons for pidgin
2017-04-18 09:26:05 -07:00
Nick Hu e0bf92950c fdr: fix Qt library dependency 2017-04-18 17:09:54 +01:00
Frederik Rietdijk dd662792b1 kdeApplications.kolourpaint: init at 16.12.3 2017-04-18 14:18:19 +02:00
Frederik Rietdijk 5ad8e8722a pythonPackages.llvmlite: 0.15.0 -> 0.16.0 2017-04-18 12:07:56 +02:00
Frederik Rietdijk 7b542f6a72 pythonPackages.dill: 0.2.5 -> 0.2.6 2017-04-18 12:07:55 +02:00
Frederik Rietdijk fdc36aaf66 pythonPackages.bottleneck: fix build
New setuptools seems to have broken bottleneck.
2017-04-18 12:07:36 +02:00
Frederik Rietdijk d4b72281e6 pythonPackages.Nuitka: 0.5.21.3 -> 0.5.25 2017-04-18 12:07:28 +02:00
Frederik Rietdijk 8d6fc33bbc pythonPackages.pretend: disable tests 2017-04-18 12:07:28 +02:00
Frederik Rietdijk 7459dbb099 pythonPackages.multipledispatch: disable tests 2017-04-18 12:07:28 +02:00
Frederik Rietdijk 9435c9d6fc pythonPackages.statsmodels: 0.6.1 -> 0.8.0 2017-04-18 12:03:47 +02:00
Frederik Rietdijk c339d6b122 pythonPackages.widgetsnbextension: 1.2.6 -> 2.0.0 2017-04-18 12:03:47 +02:00
Frederik Rietdijk b1952ff747 pythonPackages.qtconsole: 4.2.1 -> 4.3.0 2017-04-18 12:03:47 +02:00
Frederik Rietdijk 92ef3413ac pythonPackages.notebook: 4.4.1 -> 5.0.0 2017-04-18 12:03:47 +02:00
Frederik Rietdijk 1c0b74c50a pythonPackages.xarray: 0.9.1 -> 0.9.5 2017-04-18 12:03:46 +02:00
Frederik Rietdijk d9ac6d4d5e pythonPackages.line_profiler: 1.0 -> 2.0 2017-04-18 12:03:46 +02:00
Frederik Rietdijk 0cd978c615 pythonPackages.jupyter_client: 5.0.0 -> 5.0.1 2017-04-18 12:03:46 +02:00
Frederik Rietdijk 2c00cd3bae pythonPackages.ipywidgets: 5.2.2 -> 6.0.0 2017-04-18 12:03:46 +02:00
Frederik Rietdijk 9a106b1c52 pythonPackages.ipykernel: 4.5.2 -> 4.6.1 2017-04-18 12:03:46 +02:00
Frederik Rietdijk 8806414310 pythonPackages.ipyparallel: 6.0.0 -> 6.0.2 2017-04-18 12:03:45 +02:00
Frederik Rietdijk 36b8746594 pythonPackages.cryptography: 1.7.2 -> 1.8.1 2017-04-18 12:03:45 +02:00
Frederik Rietdijk 51b0820935 pythonPackages.cryptography_vectors: 1.7.2 -> 1.8.1 2017-04-18 12:03:45 +02:00
Frederik Rietdijk 8227e665f8 pythonPackages.packaging: fix test runner 2017-04-18 12:03:45 +02:00
Frederik Rietdijk 632a62a8c0 pythonPackages.asn1crypto: init at 0.22.0 2017-04-18 12:03:45 +02:00
Frederik Rietdijk 5cc79b9624 pythonPackages.idna: 2.0 -> 2.5 2017-04-18 12:03:45 +02:00
Frederik Rietdijk a7f6911b37 pythonPackages.dask: 0.13.0 -> 0.14.1 2017-04-18 12:03:44 +02:00
Frederik Rietdijk f225ffa397 pythonPackages.magic: fix package, closes #16361 2017-04-18 11:33:22 +02:00
Frederik Rietdijk 8cc5530a73 pythonPackages.qtconsole: use pyqt5 backend
instead of pyqt4 which required building qt4.
2017-04-18 11:21:20 +02:00
John Ericson 9239bc6c96 Merge pull request #24982 from Ericson2314/fix
release-cross: Fix more typos---this is embarrising
2017-04-17 21:06:34 -04:00
John Ericson 5c91dc9bcf release-cross: Fix more typos---this is embarrising 2017-04-17 21:02:56 -04:00
John Ericson 1832a34a9a Merge pull request #24981 from Ericson2314/fix
release-cross: Fix typo preventing evaluation
2017-04-17 20:54:32 -04:00
John Ericson 9169f3c924 release-cross: Fix typo preventing evaluation 2017-04-17 20:22:37 -04:00
Jörg Thalheim 81e6e21175 Merge pull request #24521 from orivej/instead-launcher
instead-launcher: init at 0.6.3
2017-04-18 01:36:40 +02:00
John Ericson f0b634c7e8 Merge pull request #24610 from Ericson2314/platform-normalization
Platform normalization
2017-04-17 17:28:01 -04:00