Peter Simons
197236af88
hackage2nix: disable broken builds
2017-03-02 22:11:46 +01:00
Daiderd Jordan
423bab129a
Merge pull request #23330 from yurrriq/update/pkgs/development/interpreters/erlang/R19
...
erlangR19: 19.2 -> 19.2.3
2017-03-02 21:07:59 +01:00
Nikolay Amiantov
86a0a1eced
haskellPackages.lambdabot-haskell-plugins: remove overrides
2017-03-02 21:41:25 +03:00
Peter Simons
027ffb6429
Merge pull request #23252 from ljli/ghc7103-pkgs-fixes
...
haskell ghc710x packages fixes
2017-03-02 19:07:12 +01:00
Alistair Bill
fa5ecc2d1a
msgpack-tools: fix sandbox build
2017-03-02 17:51:17 +00:00
3noch
4b77d425aa
Fix GHCJS HEAD patch; support GHCJS libdir link; use full ghcEnv for GHCJS
...
Original:
f3110651c8
(With some tweaks from @cstrahan)
closes #23199
2017-03-02 11:35:11 -05:00
3noch
7d356ff696
Disable large address space in GHC iOS X compiler
...
Original:
17cea33d1a
2017-03-02 11:34:15 -05:00
Graham Christensen
03549854ac
Merge pull request #23385 from izuk/bazel
...
bazel: add gcc to PATH and simplify patch
2017-03-02 08:59:45 -05:00
Graham Christensen
5ce06263a3
kdeFrameworks.kio: patch for insecure URL passing
2017-03-02 08:26:25 -05:00
Robin Gloster
c1866cade9
libsForQt5.qmltermwidget: fix build
2017-03-02 14:13:35 +01:00
Frederik Rietdijk
b588ed95b9
Python 3.4: fixup expat and libffi, fixes #23325
2017-03-02 13:17:40 +01:00
Robin Gloster
feffa1aabf
cuter: fix build
2017-03-02 13:00:44 +01:00
Robin Gloster
eebb5f20a3
cuter: fix indentation
2017-03-02 13:00:44 +01:00
Domen Kožar
bfe15ec83f
electron: 1.4.13 -> 1.4.15
2017-03-02 12:56:05 +01:00
Cray Elliott
d2aa1706bd
ffmpeg-full: 3.2.2 -> 3.2.4
2017-03-02 02:44:28 -08:00
Robin Gloster
ec98c1d8f4
haskellPackages.cabal-lenses: add comment to upstream issue
2017-03-02 11:03:25 +01:00
Lancelot SIX
ff9891767f
libgpg-error: 1.26 -> 1.27
2017-03-02 10:07:59 +01:00
Itai Zukerman
1f709ad136
bazel: add gcc to PATH and simplify patch
...
Removed patches that are purely for testing.
Removed dependencies that seemed to not be needed.
Expand all instances of #!/bin/bash, not just those at the start of scripts.
2017-03-02 00:09:10 -08:00
Peter Simons
9e72734826
haskell-yaml: build with bundled libyaml rather than our system version
...
It looks like the yaml package bundles an unreleased version of libyaml and
relies on particulars of that versions behavior. Therefore, the package no
longer works with the official libyaml 0.1.7 release, which is what we have.
https://github.com/snoyberg/yaml/issues/106
2017-03-02 09:05:07 +01:00
Peter Simons
2e5a4b1a38
haskell-lambdabot: fix evaluation
2017-03-02 09:05:07 +01:00
Peter Simons
53d55cbfe9
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.1 from Hackage revision
d654ea25e9
.
2017-03-02 09:05:06 +01:00
Peter Simons
eabf47b302
hackage2nix: disable builds that depend on broken webkitgtk-2.4.11
2017-03-02 09:05:00 +01:00
Peter Simons
86c51da755
LTS Haskell 8.3
2017-03-02 09:04:25 +01:00
Dmitry Kalinkin
cb1b08a871
herwig: 7.0.3 -> 7.0.4
2017-03-01 22:53:41 -05:00
Dmitry Kalinkin
e60805061b
pythonPackages.pyhepmc: init at 0.5.0
2017-03-01 22:53:40 -05:00
rnhmjoj
83462da296
eztrace: add missing dependency
2017-03-02 04:00:36 +02:00
Peter Simons
feffadefed
haskell generic-builder: Revert "Pass through the ghcEnv."
...
This reverts commit a27bc8b317
. Please don't add
random stuff to the interface provided by the generic builder without
coordinating with others. There is a proper effort underway to provide that
information in https://github.com/NixOS/nixpkgs/pull/23023 .
2017-03-01 19:57:40 +01:00
Peter Simons
3001b821c9
haskell generic-builder: Revert "Pass through the list of haskell build inputs."
...
This reverts commit c153036525
. Please don't add
random stuff to the interface provided by the generic builder without
coordinating with others. There is a proper effort underway to provide that
information in https://github.com/NixOS/nixpkgs/pull/23023 .
2017-03-01 19:57:18 +01:00
Shea Levy
c153036525
haskell generic-builder: Pass through the list of haskell build inputs.
...
Useful for building custom envs.
2017-03-01 13:00:57 -05:00
Bjørn Forsman
96d774747b
simavr: 1.3 -> 1.5 (fixes build)
2017-03-01 18:11:40 +01:00
Robin Gloster
b2919b454f
haskellPackages.cabal-lenses: fix build
2017-03-01 17:26:09 +01:00
Shea Levy
dbd7a73d0b
Merge branch 'master' of github.com:NixOS/nixpkgs
2017-03-01 11:11:50 -05:00
Robin Gloster
a3e4321297
haskellPackages.rank1dynamic: fix build
2017-03-01 17:09:21 +01:00
Robin Gloster
fd770dd176
haskellPackages.OrderedBits: fix build
2017-03-01 17:09:21 +01:00
Shea Levy
a27bc8b317
haskell generic-builder: Pass through the ghcEnv.
...
Will be useful for nix-buffer
2017-03-01 11:05:50 -05:00
Robin Gloster
12ca09d14e
haskellPackages.machines: fix build
2017-03-01 15:56:16 +01:00
Robin Gloster
eea7819af8
haskellPackages.gl: fix build
2017-03-01 15:51:18 +01:00
Robin Gloster
080b28054a
haskellPackages.DPutils: fix build
2017-03-01 15:39:38 +01:00
Tom Hunger
59036096b7
pandas: Mark broken in i686.See #23253 .
2017-03-01 13:02:08 +00:00
Eric Bailey
6e9133fec1
erlangR19: 19.2 -> 19.2.3
...
This fixes dialyzer for me.
- http://erlang.org/pipermail/erlang-bugs/2017-January/005213.html
- e27119948f
2017-03-01 05:52:23 -06:00
Vladimír Čunát
b43614a6bb
Merge branch 'staging'
...
(Truly, this time :-)
2017-03-01 11:34:44 +01:00
Michael Raskin
366b227af4
Merge pull request #23273 from lsix/update_octave
...
octave: 4.2.0 -> 4.2.1
2017-03-01 09:03:49 +00:00
Peter Hoeg
fa03b8279f
libbsd: 0.8.2 -> 0.8.3
2017-03-01 09:36:53 +08:00
Joachim Fasting
3c178fe769
tinycc: restrict platforms to x86_64-linux
2017-03-01 00:28:29 +01:00
Nikolay Amiantov
868794010f
python.pkgs.uranium: init at 2.4.0
2017-03-01 02:23:18 +03:00
Nikolay Amiantov
e3a6a1fc0e
python.pkgs.libarcus: init at 2.4.0
2017-03-01 02:23:18 +03:00
Benjamin Staffin
7c17c10bab
bazel: Wrap so java is present at runtime
...
Bazel can't start up without javac in $PATH.
2017-02-28 12:44:44 -05:00
Benjamin Staffin
14ef7c0c59
bazel: consolidate bazel test invocations
...
This way it can run them in parallel.
2017-02-28 12:21:52 -05:00
Thomas Tuegel
baac92fc41
Merge pull request #23286 from ttuegel/qt5-community-releases
...
Update Qt 5 community releases automatically
2017-02-28 11:14:38 -06:00
Thomas Tuegel
0e5cce32d8
qt57: update community releases automatically
2017-02-28 11:10:02 -06:00
Jörg Thalheim
a6e2d5fcbb
lua5_{2,3}: replace sha1 with sha256
2017-02-28 18:02:51 +01:00
Itai Zukerman
17835f14c5
bazel: replace patch with patchShebangs and substituteInPlace
2017-02-28 17:41:52 +01:00
Robin Gloster
8ddfbe34bc
libjson_rpc_cpp_0_2_1: remove
2017-02-28 17:15:04 +01:00
Robin Gloster
efd9331333
libjson-rpc-cpp: 0.6.0 -> 0.7.0, fix build
2017-02-28 17:15:04 +01:00
Robin Gloster
4c04d4e6e2
libclc: 2015-08-07 -> 2017-02-25
2017-02-28 17:15:04 +01:00
Gabriel Ebner
ffcc897090
qt5.qttools: fix path to qhelpgenerator
2017-02-28 16:48:44 +01:00
Leon Isenberg
1a4ec414a4
haskell: ghc710x packages: fix megaparsec
2017-02-28 16:19:14 +01:00
Leon Isenberg
b59fd85dd6
haskell: ghc710x packages: fix gtk2hs-buildtools
2017-02-28 16:19:13 +01:00
Robin Gloster
be84f410cd
libcm: remove
...
umaintained, broken and not used for 10 years
2017-02-28 16:06:23 +01:00
Nikolay Amiantov
477b507a4f
rPackages: remove old cuda-related patches
...
gputools doesn't build but because of unrelated linking issues.
2017-02-28 17:31:07 +03:00
Nikolay Amiantov
6f3e071755
rPackages: try to unbreak reverse dependencies of cudatoolkit
2017-02-28 17:22:06 +03:00
Nikolay Amiantov
d7ecf89580
opensubdiv: 3.0.5 -> 3.2.0
...
Also remove cudatoolkit override as we have cudatoolkit = cudatoolkit8 now.
2017-02-28 17:22:06 +03:00
Nikolay Amiantov
044a49febf
cudatoolkit: remove OpenCL library
...
libOpenCL is provided by ocl-icd with implementation in NVIDIA driver instead.
2017-02-28 17:22:06 +03:00
Robin Gloster
6784a44296
clearsilver: fix build
...
fixes CVE-2011-4357
cc @grahamc, @fpletz, @domenkozar, @rbvermaa
2017-02-28 15:14:55 +01:00
Thomas Tuegel
5190b46eb2
Merge pull request #23275 from ttuegel/qt-5.7-fixes
...
Qt 5.7 fixes
2017-02-28 07:58:34 -06:00
Thomas Tuegel
cff0e06ed7
kwindowsystem: mark broken on Qt 5.5
2017-02-28 07:53:32 -06:00
Thomas Tuegel
a7d3a084b9
attica: mark broken on Qt 5.5
2017-02-28 07:53:28 -06:00
Thomas Tuegel
a821be7a06
sonnet: mark broken on Qt 5.5
2017-02-28 07:53:25 -06:00
Thomas Tuegel
a8cc6d909b
kconfig: mark broken on Qt 5.5
2017-02-28 07:53:25 -06:00
Thomas Tuegel
9cd0754191
karchive: mark broken on Qt 5.5
2017-02-28 07:53:24 -06:00
Thomas Tuegel
b682464f4e
kwidgetsaddons: mark broken on Qt 5.5
2017-02-28 07:53:24 -06:00
Thomas Tuegel
49f554aae0
kcoreaddons: mark broken on Qt 5.5
2017-02-28 07:53:24 -06:00
Thomas Tuegel
eb340b5753
ki18n: mark broken on Qt 5.5
2017-02-28 07:53:23 -06:00
Thomas Tuegel
4208845583
kitemviews: mark broken on Qt 5.5
2017-02-28 07:53:23 -06:00
Thomas Tuegel
c1630b5337
kdbusaddons: mark broken on Qt 5.5
2017-02-28 07:53:22 -06:00
Thomas Tuegel
ffa8be8a0a
kguiaddons: mark broken on Qt 5.5
2017-02-28 07:53:07 -06:00
Thomas Tuegel
be580f91d8
kcodecs: mark broken on Qt 5.5
2017-02-28 07:53:01 -06:00
Thomas Tuegel
6ddaa3f746
solid: mark broken on Qt 5.5
2017-02-28 07:53:01 -06:00
Thomas Tuegel
e1bd5c96ea
syntax-highlighting: mark broken on Qt 5.5
2017-02-28 07:53:00 -06:00
Thomas Tuegel
78b6a1ad14
kwayland: mark broken on Qt 5.5
2017-02-28 07:53:00 -06:00
Peter Simons
93c829d763
Merge pull request #23274 from robbinch/pkg-tinc
...
haskellPackages.tinc: 20161119 -> 20170228
2017-02-28 14:50:50 +01:00
Thomas Tuegel
34df5c5684
bluez-qt: mark broken on Qt 5.5
2017-02-28 07:41:16 -06:00
Thomas Tuegel
29d0bf7434
kplotting: mark broken on Qt 5.5
2017-02-28 07:40:40 -06:00
Thomas Tuegel
e77114e72b
kitemmodels: mark broken on Qt 5.5
2017-02-28 07:40:01 -06:00
Robbin C
256c4003e4
haskellPackages.tinc: 20161119 -> 20170228
2017-02-28 21:39:34 +08:00
Thomas Tuegel
5f372535cd
kidletime: mark broken on Qt 5.5
2017-02-28 07:37:22 -06:00
Thomas Tuegel
e5283531c4
kdnssd: mark broken on Qt 5.5
2017-02-28 07:36:54 -06:00
Thomas Tuegel
3acf24e67e
networkmanager-qt: mark broken on Qt 5.5
2017-02-28 07:36:08 -06:00
Peter Simons
fdc716046f
Merge pull request #23263 from expipiplus1/haskell-bench
...
haskell-packages: use benchmark over bench
2017-02-28 14:33:23 +01:00
Lancelot SIX
5c8a8c888a
Merge pull request #23044 from lsix/channels_updates
...
updates pythonPackages.channels and dependencies
2017-02-28 14:22:16 +01:00
Lancelot SIX
bc935b0d16
Merge pull request #23234 from lsix/update_django_rest_framework
...
pythonPackages.djangorestframework: 3.2.3 -> 3.5.4
2017-02-28 14:21:45 +01:00
Lancelot SIX
3adee0aac9
octave: 4.2.0 -> 4.2.1
...
See glists.gnu.org/archive/html/info-gnu/2017-02/msg00011.html for
release announcements.
2017-02-28 14:17:44 +01:00
Thomas Tuegel
e7b2300a0c
threadweaver: mark broken on Qt 5.5
2017-02-28 06:01:52 -06:00
Thomas Tuegel
a0b0dd2a32
modemmanager-qt: mark broken on Qt 5.5
2017-02-28 06:01:12 -06:00
Joachim Fasting
bcdbd637fc
tinycc: 0.9.27pre-20170108 -> 20170220
...
tinycc has been relicensed to MIT.
2017-02-28 12:07:36 +01:00
Eelco Dolstra
c2d4b14637
cudatoolkit: Multiple output improvements
...
* Add a "lib" output containing (for the moment) only libOpenCL. This
reduces the closure size of opensubdiv and blender by about 2 GiB.
* Add a "doc" output (about ~200 MiB).
* Remove the "sdk" output since it was worse than useless: all of the
"sdk" output was also included in "out", so it actually increased
disk space usage.
* Run patchelf on ELF binaries only.
2017-02-28 11:21:33 +01:00
Eelco Dolstra
b5c619cbfe
cudatoolkit: 8.0.44 -> 8.0.61
2017-02-28 11:21:33 +01:00
Joe Hermaszewski
8788bfe762
haskell-packages: use benchmark over bench
2017-02-28 09:27:29 +00:00
Peter Simons
e1908d4e21
Merge branch 'master' into haskell-extensible
2017-02-28 09:14:50 +01:00
Vladimír Čunát
e6541423b6
libuv: disable a problematic test on Darwin
2017-02-28 09:14:38 +01:00
Vincent Laporte
52507b3a9b
ocamlPackages.ocp-build: 1.99.17-beta -> 1.99.18-beta
2017-02-28 02:38:21 +00:00
Vincent Laporte
9431e49822
ocamlPackages.ppx_tools: init at 5.0+4.05
2017-02-28 02:38:21 +00:00
Daniel Peebles
1f779398c9
Merge pull request #20444 from NeQuissimus/java_packages
...
Java packages
2017-02-27 20:04:56 -05:00
Benjamin Staffin
d348b80f31
bazel: Log test errors to stderr during checkPhase
...
Otherwise it's difficult or impossible to retrieve them, particularly
from a hydra build.
2017-02-27 19:22:37 -05:00
Robin Gloster
df202fdeb8
Merge pull request #23247 from Ma27/init/nodePackages.yo
...
nodePackages.yo: init at 1.8.5
2017-02-28 00:37:11 +01:00
Daiderd Jordan
4e88f774bc
Merge pull request #23079 from sifmelcara/update/crystal
...
crystal: 0.20.5 -> 0.21.0
2017-02-28 00:31:39 +01:00
Pascal Bach
7992ce65fc
gitlab-runner: 1.10.4 -> 1.11.0
2017-02-27 21:56:02 +01:00
Leon Isenberg
386ddc739c
haskell: add semigroups dependency to optparse-applicative for GHC < 8
2017-02-27 20:36:19 +01:00
Leon Isenberg
24c93619e9
haskell: break dependency cycle between QuickCheck and semigroups for GHC < 8
...
The cycle:
QuickCheck -> semigroups
semigroups -> hashable
semigroups -> unordered-containers
unordered-containers -> hashable
unordered-containers -> QuickCheck # test suite only
hashable -> QuickCheck # test suite only
2017-02-27 20:36:19 +01:00
Leon Isenberg
1aa6d77af4
haskell: add semigroups dependency to Quickcheck for GHC < 8
2017-02-27 20:36:19 +01:00
Leon Isenberg
172a2bbeaf
haskell: ghc710x packages: remove obsolete configurations
2017-02-27 20:36:19 +01:00
Vladimír Čunát
a1919db7cd
Merge branch 'master' into staging
2017-02-27 20:15:27 +01:00
Vladimír Čunát
18bd007714
Merge #23245 : break gnutls -> openssl dependency
2017-02-27 20:14:30 +01:00
Vladimír Čunát
a9c7610874
Merge #22854 : mesa: 13.0.x -> 17.0.0
...
The versioning scheme is changing to start with the year.
2017-02-27 20:12:37 +01:00
Vladimír Čunát
e2e270d1e2
binutils: drop the $dev/bin symlink
...
Fixes #18839 . I suspect I once added this just because of some
deficiencies in an early development version of the multiple-output
framework in stdenv.
2017-02-27 20:08:26 +01:00
Maximilian Bosch
c1f8c0879c
nodePackages.yo: init at 1.8.5
2017-02-27 19:36:30 +01:00
Thomas Tuegel
1d71027632
qt55: Add compatibility attribute for qtquickcontrols2
2017-02-27 11:50:05 -06:00
Thomas Tuegel
e8ad7f0570
qt5: Add compatibility attribute for qtquick1
2017-02-27 11:50:03 -06:00
Thomas Tuegel
127bf18a35
extra-cmake-modules: Lift Qt dependency
2017-02-27 11:49:46 -06:00
Thomas Tuegel
e21b5da630
qt56.qtquickcontrols2: init at 5.6.2
2017-02-27 11:49:37 -06:00
Thomas Tuegel
490bbb288e
qt56: Update instructions
2017-02-27 11:49:32 -06:00
Thomas Tuegel
fca3f2e661
kdeFrameworks: Hide internal kdeFramework deriver
2017-02-27 11:49:27 -06:00
Thomas Tuegel
68e0bc38a2
Move kdeWrapper out of kdeFrameworks
2017-02-27 11:49:21 -06:00
Thomas Tuegel
d446303d0b
Move kdeDerivation out of kdeFrameworks
2017-02-27 11:49:16 -06:00
Thomas Tuegel
a33ab04d1b
Clean up KDE Frameworks
2017-02-27 11:49:15 -06:00
Thomas Tuegel
c650dc8bd7
kirigami_2: Do not mix Qt versions!
2017-02-27 11:49:15 -06:00
Thomas Tuegel
e39a4597ce
mkLibsForQt5: remove kdeFrameworks attribute
2017-02-27 11:49:13 -06:00
Thomas Tuegel
8eb4d2afbc
Remove top-level kde5 attribute
...
- There is no such thing as KDE 5
2017-02-27 11:49:10 -06:00
Thomas Tuegel
4e36b374d0
heaptrack: Fix packaging errors
2017-02-27 11:49:08 -06:00
Thomas Tuegel
4f2e7a0424
Separate Qt 5 packages from dependent libraries
2017-02-27 11:49:04 -06:00
Vladimír Čunát
78e4f9d8d7
libevent: split _openssl into a separate output
...
... to save ~3.4 MB of openssl from the default closure.
2017-02-27 18:18:39 +01:00
Jean-Philippe Bernardy
f37b34fe7c
tensorflow: depend on cudatoolkit 8 and cudnn 5.1
2017-02-27 15:23:23 +01:00
Shea Levy
fa84ad2593
gusb: 0.2.4 -> 0.2.9
2017-02-27 08:30:20 -05:00
Shea Levy
0c2f96a81f
appstream-glib: propagate gtk3
2017-02-27 08:29:58 -05:00
Domen Kožar
fe6ebba59c
Merge pull request #22574 from k0001/ghcjs-node
...
compilers/ghcjs/base.nix: Take ghcjsNodePkgs as argument
2017-02-27 14:28:36 +01:00
Domen Kožar
ffe935ee86
Merge pull request #23104 from dtzWill/fix/generate-shell
...
R/generate-shell: Use R from current tree, fix missing wget dep.
2017-02-27 14:06:17 +01:00
Domen Kožar
a7dc912460
Merge pull request #23069 from lukego/R-packages-readme
...
r-modules/README.md: mention generate-shell.nix
2017-02-27 14:04:35 +01:00
Domen Kožar
4ccb553b70
Merge pull request #22817 from jbedo/r
...
R: 3.2.4 -> 3.3.2
2017-02-27 14:02:13 +01:00
Domen Kožar
7ed28a0b78
R: fix bio3d build
2017-02-27 13:51:55 +01:00
Joe Hermaszewski
4ab570a6d0
haskell-packages: Add minimal benchDepends support
...
See also: https://github.com/NixOS/cabal2nix/pull/262
2017-02-27 12:23:11 +00:00
Graham Christensen
ba78819782
Merge pull request #23225 from joachifm/webkitgtk24x-broken
...
webkitgtk24x: mark as insecure
2017-02-27 07:13:54 -05:00
Domen Kožar
14b6f2a837
Merge pull request #23235 from expipiplus1/haskell-bench
...
haskell-packages: Add minimal benchDepends support
2017-02-27 12:57:25 +01:00
Joe Hermaszewski
fdd9d7fe4c
haskell-packages: Add minimal benchDepends support
...
See also: https://github.com/NixOS/cabal2nix/pull/262
2017-02-27 11:56:33 +00:00
Domen Kožar
e649974271
Merge pull request #22613 from shajra/fix/9871-3
...
Haskell infrastructure: fix #9871 (overrideCabal)
2017-02-27 12:54:27 +01:00
Bjørn Forsman
3d104ab2b3
gst-plugins-base: align attrname with pkgname
2017-02-27 12:16:26 +01:00
Bjørn Forsman
9e21b2c5e9
gst-python: align attrname with pkgname
2017-02-27 12:16:26 +01:00
Lancelot SIX
60b9948229
pythonPackages.djangorestframework: 3.2.3 -> 3.5.4
2017-02-27 11:07:17 +01:00
Edward Tjörnhammar
7864782d71
pythonPackages.tensorflow: 0.10.0 -> 1.0.0
2017-02-27 10:52:21 +01:00
Edward Tjörnhammar
a331662930
pythonPackages.protobuf: add pyext dependency
2017-02-27 10:52:21 +01:00
Edward Tjörnhammar
421db29915
pythonPackages.pyext: init at 0.7
2017-02-27 10:52:21 +01:00
Edward Tjörnhammar
5e44b5e299
protobuf3_2: init at 3.2
2017-02-27 10:52:21 +01:00
Bart Brouns
90690e71b0
fftw: 3.3.5 -> 3.3.6-pl1 ( #23226 )
2017-02-27 09:22:32 +01:00
Charles Strahan
1ba97d6ee9
ghcjsHEAD: unbreak
2017-02-27 02:10:34 -05:00
Joachim Fasting
442b589b71
webkitgtk24x: mark as insecure
...
See https://github.com/NixOS/nixpkgs/issues/18312
2017-02-26 22:52:07 +01:00
Frederik Rietdijk
0dee2a1bcc
Merge pull request #22981 from davidak/PyZufall
...
PyZufall: init at 0.13.2
2017-02-26 22:49:08 +01:00
Gabriel Gonzalez
8beee1ec2d
Fix pkgs.haskellPackages.gtk
build
...
Haskell's `gtk` package requires the `have-quartz-gtk` flag to be built on OS X
when using the Quartz backend
2017-02-26 13:21:35 -08:00
Bjørn Forsman
392331ad58
pythonPackages.gst-python: fix source hash
...
Commit 5e937b173d
("gstreamer: 1.10.3 -> 1.10.4 for multiple CVEs") bumped the version but not
the hash.
2017-02-26 21:28:41 +01:00
Franz Pletz
5670d96bbc
pythonPackages.libasyncns: fix build with glibc-2.25
2017-02-26 21:28:07 +01:00
Vincent Laporte
b2a4eb839a
ppx_tools, camlp4, ocamlify, ocamlmod: don’t strip binaries
2017-02-26 21:18:42 +01:00
Frederik Rietdijk
6ad3d089f1
Merge pull request #23038 from johbo/add-trytond-dependencies
...
Add trytond module dependencies
2017-02-26 19:30:47 +01:00
Franz Pletz
8fcd1a063e
faac: fix build with glibc-2.25
...
Use patches from Arch to really build against the provided external
mp4v2 library.
2017-02-26 19:09:29 +01:00
Vincent Laporte
8e1b4b3c4c
ocamlPackages.core: init at 113.33.02+4.03
2017-02-26 17:42:02 +00:00
Vincent Laporte
0a768bd6c8
ocamlPackages.core_kernel: init at 113.33.01+4.03
2017-02-26 17:29:36 +00:00
Vincent Laporte
1f1a950cb0
ocamlPackages.ppx_jane: init at 113.33.00
2017-02-26 17:29:36 +00:00
Vincent Laporte
68998dca58
ocamlPackages.ppx_bin_prot: init at 113.33.00+4.03
2017-02-26 17:29:36 +00:00
Vincent Laporte
ceabe0d3dd
ocamlPackages.ppx_typerep_conv: init at 113.33.00+4.03
2017-02-26 17:29:36 +00:00
Vincent Laporte
3c2c608c2e
ocamlPackages.ppx_sexp_value: init at 113.33.00+4.03
2017-02-26 17:29:36 +00:00
Vincent Laporte
03be79a018
ocamlPackages.ppx_sexp_message: init at 113.33.00+4.03
2017-02-26 17:29:36 +00:00
Vincent Laporte
758d052990
ocamlPackages.ppx_pipebang: init at 113.33.00+4.03
2017-02-26 17:29:36 +00:00
Vincent Laporte
3615c47c22
ocamlPackages.ppx_let: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
cf39dba1d8
ocamlPackages.ppx_fail: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
8f74b9024f
ocamlPackages.ppx_expect: init at 113.33.01+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
0e6e2af219
ocamlPackages.ppx_variants_conv: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
1aab9f884d
ocamlpackages.ppx_fields_conv: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
ecc5dd5571
ocamlPackages.ppx_enumerate: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
c4e5f18631
ocamlPackages.ppx_custom_printf: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
654dd0aa96
ocamlPackages.ppx_bench: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
b4abe046d7
ocamlPackages.ppx_inline_test: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
3a9ae7e367
ocamlPackages.ppx_compare: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
0e06c903b5
ocamlPackages.sexplib-113.33.00+4.03: fix version number
2017-02-26 17:29:35 +00:00
Franz Pletz
5e937b173d
gstreamer: 1.10.3 -> 1.10.4 for multiple CVEs
...
See https://gstreamer.freedesktop.org/releases/1.10/#1.10.4 .
Fixes:
* CVE-2017-5847
* CVE-2017-5848
cc #23072
2017-02-26 18:08:42 +01:00
Frederik Rietdijk
079353e208
Python 2.7: increase priority - fixup
...
From the manual:
> This attribute should be a number, with a higher value denoting a
lower priority. The default priority is 0.
Just passing -5 or -10 wasn't sufficient, so let's make it -100.
2017-02-26 16:27:45 +01:00
Frederik Rietdijk
4bc1d02698
Python 2.7: increase priority
...
Higher priority than Python 3.x so that `/bin/python` points to
`/bin/python2` in case both 2 and 3 are installed.
2017-02-26 16:07:52 +01:00
Frederik Rietdijk
04b7a2791e
Python 3.4: improve determinism
2017-02-26 14:51:26 +01:00
Frederik Rietdijk
57ded03833
Python 3.4: use system expat and ffi
2017-02-26 14:51:26 +01:00
Frederik Rietdijk
1bbf249bef
Python 3.4: improve determinism
2017-02-26 14:51:26 +01:00
Frederik Rietdijk
d33f6f4032
Python 3.6: use system expat and ffi
2017-02-26 14:51:26 +01:00
Frederik Rietdijk
1531b5edd2
Python 3.6: improve determinism
2017-02-26 14:51:26 +01:00
Frederik Rietdijk
14a88e76cf
Python 3.5: use system expat and ffi
2017-02-26 14:50:09 +01:00
Frederik Rietdijk
dd3a501a4b
Python: mkPythonDerivation: use PYTHONHASHSEED=0
2017-02-26 14:50:09 +01:00
Frederik Rietdijk
8970a9c86e
Python 3.5: improve determinism
...
- Windows installers are indeterministic and we don't need them.
- since Python 3 ensurepip is installed by default. pip is indeteministic and we don't need it.
- rebuild bytecode to ensure its deterministic
2017-02-26 14:50:09 +01:00
Frederik Rietdijk
09f6b03b2e
Python 2.7: improve determinism
...
There is some randomness in the Windows installers. Since we don't need
them, we delete them.
2017-02-26 14:50:09 +01:00
Bart Brouns
4bb14b23ab
supercollider: 3.7.2 -> 3.8.0
2017-02-26 14:21:21 +01:00
Vladimír Čunát
d444aa4ade
Merge #22970 : add 4.0-rc2 version of llvmPackages
2017-02-26 10:19:13 +01:00
Jörg Thalheim
7b8a3b16b1
Merge pull request #23140 from leenaars/hexio
...
hexio: unstable -> 1.0-RC1
2017-02-26 09:17:47 +01:00
Benjamin Staffin
0c3afbd8a7
Merge pull request #23074 from izuk/bazel
...
bazel: remove dependence on buildFHSUserEnv
2017-02-25 23:11:27 -05:00
Charles Strahan
65a228a2b1
haskellPackages: use makeExtensible
2017-02-25 17:38:38 -05:00
Thomas Tuegel
0ed156a216
Merge pull request #22977 from ttuegel/triage-kde4
...
Remove KDE 4 desktop packages
2017-02-25 12:21:44 -06:00
Markus Hauck
e4d1b3fbfa
scalafmt: 0.5.6 -> 0.5.7
2017-02-25 16:08:27 +01:00
Gauthier POGAM--LE MONTAGNER
870914fc41
yarn: 0.19.1 -> 0.20.3
2017-02-25 14:42:21 +01:00