Commit graph

36818 commits

Author SHA1 Message Date
Tim Steinbach f6e0e71b9d
ammonite: 0.8.2 -> 0.8.3 2017-04-24 07:08:55 -04:00
Lancelot SIX 0c318375c8
libidn2: 0.16 -> 2.0.1
See http://lists.gnu.org/archive/html/info-gnu/2017-04/msg00010.html
for release information. With this release the numbering scheme changed.
2017-04-24 11:22:23 +02:00
Alastair Pharo b330329768 php: fix php-config header file paths
Split outputs mean that the "include" folder from PHP gets placed into a
"dev" derivation. However php-config is not aware of this, which means
that compiling extensions with phpize fails with an error about being
unable to find header files (see #24357, #24420).  This fixes that by:

1. passing the `--includedir` flag to `configure` so that `php-config`
   gives the correct paths.

2. moving the `phpize` and `php-config` scripts and man pages to the
   dev derivation, to prevent cylic references.

3. ensuring that the `configure` script arguments are stripped from
   all binaries, including `php-embed`, to prevent cyclic references.
2017-04-24 16:45:20 +10:00
Daiderd Jordan 80828429d7 Merge pull request #25066 from matthewbauer/less-darwin-eval-errors
Add Darwin as platform to various "broken" packages that actually build
2017-04-24 08:14:21 +02:00
Patrick Mahoney 1a7586ce24 ocamlPackages.utop: fix environment variables
In the wrapper scripts, both OCAMLPATH and CAML_LD_LIBRARY_PATH where
being created with a trailing literal $OCAMLPATH, rather than the
expanded version. Thus if, for example, ocamlPackages.core was present
in OCAMLPATH prior to running utop, the wrapper script would set the
variable to $utop_dependencies:'$OCAMLPATH', and when using utop to
open Core.Std, the following error was reported:

    findlib: [WARNING] cannot read directory $OCAMLPATH: No such file
    or directory

This patch fixes the quoting issue, and further refactors the build to
use standard wrapProgram helper, and uses an "inner derivation" to
re-use the setupHook machinery of buildOCaml and findlib instead of
manually specifying the OCAMLPATH required for utop along with
transitive dependencies.
2017-04-24 00:12:46 -05:00
John Wiegley 2df7f1b5b5
coq.QuickChick: Update to latest version that works with Coq 8.6 2017-04-23 21:53:21 -07:00
Matthew Bauer 2060f5b1fc
libgtop: supports darwin 2017-04-23 18:08:53 -05:00
Matthew Bauer b73eb69582
gst-plugins-good: supports darwin 2017-04-23 18:08:52 -05:00
Matthew Bauer bd33551e06
qwt: supports darwin 2017-04-23 18:08:51 -05:00
Matthew Bauer fac85b06fd
exempi: supports darwin 2017-04-23 18:08:50 -05:00
Matthew Bauer b9c8a0182a
antlr: supports darwin 2017-04-23 18:08:40 -05:00
Matthew Bauer a708fd840f
zimg: supports darwin 2017-04-23 18:08:40 -05:00
Matthew Bauer 1091c3b489
colm: supports darwin 2017-04-23 18:08:39 -05:00
Matthew Bauer 3e6579ee84
libinfinity: supports darwin 2017-04-23 18:08:38 -05:00
Matthew Bauer 18b8a22bca
libdiscid: support darwin 2017-04-23 18:08:37 -05:00
Matthew Bauer 0b58b437ea
libconfuse: supports darwin 2017-04-23 18:08:36 -05:00
Matthew Bauer d21afc0b29
opencv: supports darwin 2017-04-23 18:08:31 -05:00
Matthew Bauer 983a0f31ca
menu-cache: supports darwin 2017-04-23 18:08:23 -05:00
Matthew Bauer ad3b346e78
liblo: supports darwin 2017-04-23 18:08:22 -05:00
Matthew Bauer 6d4a1f03fa
libfm: supports darwin 2017-04-23 18:08:22 -05:00
Matthew Bauer b39f6dad2c
libdvdread: supports darwin 2017-04-23 18:08:21 -05:00
Matthew Bauer 5042d93178
libconfig: supports darwin 2017-04-23 18:08:21 -05:00
Matthew Bauer 9f4f4f006b
extra-cmake-modules: supports darwin 2017-04-23 18:08:20 -05:00
Armijn Hemel 1601bf5cfc ucommon: 6.3.1 -> 7.0.0 2017-04-23 22:45:29 +02:00
Matthew Bauer 3cfdaa4b2b wxwidgets: add homepage and descriptions
Update meta to make things more informative.
2017-04-23 15:25:23 -05:00
Matthew Bauer 6f3085d572 wxwidgets: add wxWindows license
all wx{GTK,widgets,windows,mac,etc}* packages use the wxWindows license.
2017-04-23 15:20:35 -05:00
Matthew Bauer 3cc4bfa7a3 wxwidgets: restructure into one folder
It’s easier to manage these in one folder.

Affected folders from pkgs/development/libraries/:

- wxGTK-2.8
- wxGTK-2.9
- wxGTK-3.0
- wxmac

These will all go into pkgs/development/libraries/wxwidgets for now.
2017-04-23 15:15:46 -05:00
Kamil Chmielewski b125fbfb07 ponyc: 0.13.0 -> 0.13.1
https://github.com/ponylang/ponyc/issues/1848
2017-04-23 21:21:56 +02:00
obadz dcc61da97c Merge pull request #25102 from obadz/python-pyspread
python2Packages.pyspread: init at 1.1 (and fix wxPython to inject required dependencies)
2017-04-23 17:55:29 +01:00
gnidorah 4204c47b5c qtstyleplugins: 2016-12-01 -> 2017-03-11 2017-04-23 16:06:55 +03:00
Luca Bruno fa652cef22 Fix node2nix installation instructions in README 2017-04-23 13:47:59 +01:00
Nick Novitski 37b0be688d bundix: 2.0.8 -> 2.1.0 (#25129) 2017-04-23 13:13:50 +01:00
Volth 2770be5d5e reason: 1.13.3 -> 1.13.4 2017-04-23 11:29:10 +00:00
Volth aa8d50ce0b reason: init at 1.13.3 2017-04-23 11:23:21 +00:00
Joachim F f1bc5a3a83 Merge pull request #25111 from bachp/gitlab-runner-update
Gitlab runner update
2017-04-23 12:16:27 +01:00
Frederik Rietdijk 4fc9b1852a Merge remote-tracking branch 'upstream/master' into HEAD 2017-04-23 11:26:47 +02:00
Michael Raskin 8611d92954 Merge pull request #25136 from taku0/hunspell-1.6.1
hunspell: 1.3.3 -> 1.6.1
2017-04-23 11:04:27 +02:00
taku0 5bcaeda4c8 hunspell: 1.3.3 -> 1.6.1 2017-04-23 11:42:59 +09:00
mingchuan ca5913bf33 crystal: 0.21.0 -> 0.22.0 2017-04-23 03:01:17 +08:00
Patrick Mahoney d27e250627 ocamlPackages.lambdaTerm: use buildOcaml
This adds the shared objects setup hook to prepare
CAML_LD_LIBRARY_PATH.
2017-04-22 13:36:23 -05:00
Patrick Mahoney 02682e5093 ocamlPackages.ocaml_lwt: use buildOcaml
This adds the shared objects setup hook to prepare
CAML_LD_LIBRARY_PATH.
2017-04-22 13:33:09 -05:00
David Johnson bcd5865adf HaLVM: Shebang fix for Hydra
On my local nixos machine, `useSandbox = true;` wasn't enabled. This exposed the fact that various scripts weren't shebang-patched. @cleverca22 has provided the fix.

cc @peti @domenkozar @Ericson2314
2017-04-22 10:33:01 -07:00
Richard Szibele 5f9096a033 curlcpp: 20160901 -> 1.0 (#25104) 2017-04-22 16:14:32 +01:00
Daiderd Jordan 004ecac47b
perl: add patch for sw_vers on darwin
Fixes #25090
2017-04-22 15:29:46 +02:00
Pascal Bach d609a5eb5c gitlab-runner_1_11: 1.11.1 -> 1.11.2 2017-04-22 14:11:07 +02:00
Pascal Bach be463abc10 gitlab-runner: 9.0.0 -> 9.1.0 2017-04-22 14:10:48 +02:00
obadz c8788f4e7b python2Packages.pyspread: init at 1.1 2017-04-22 00:27:40 +01:00
obadz a5cb00e884 pythonPackages.wxPython: inject Cairo, Pango and GDK library paths 2017-04-21 23:51:39 +01:00
Daiderd Jordan 5238b85207 Merge pull request #25069 from matthewbauer/libbsd-darwin
libbsd: fixup on darwin
2017-04-21 22:55:08 +02:00
obadz dbb06ea3d2 pythonPackages.typeguard: init at 2.3.1 (#25040) 2017-04-21 21:20:49 +01:00
Jos van den Oever 34f492d7d8 kdeFrameworks: 5.32.0 -> 5.33.0 2017-04-21 20:49:23 +02:00
Chris Hodapp 5864baa4c6
mapnik: add optional PostgreSQL dependency
Closes #25063.
2017-04-21 16:50:43 +02:00
Peter Simons 4c0098f1dc haskell-old-time: fix build with GHC HEAD 2017-04-21 16:25:54 +02:00
Peter Simons 7462c7d2f7 haskell-utf8-string: fix build with GHC HEAD 2017-04-21 16:25:53 +02:00
Peter Simons 25a1ef369b haskell-hsdns: fix build with GHC 7.0.x and 7.2.x 2017-04-21 16:25:53 +02:00
Peter Simons f4ed1f98d1 haskell-gtksourceview: clean up overrides for versions 2 and 3 of the package 2017-04-21 16:25:53 +02:00
Benno Fünfstück 5f33eb493f haskell-packages: factor package set construction in new file
Closes https://github.com/NixOS/nixpkgs/pull/24850.
2017-04-21 16:25:53 +02:00
Peter Simons 6e50b4532c halvm: mark build as broken
The build relies on /usr/bin/env, which does not exist in chroot build
environments: http://hydra.nixos.org/build/51814615.

Ping: @dmjio
2017-04-21 16:25:53 +02:00
Peter Simons 9a7ba4e7a9 haskell-stack: fix build by passing an old version of "store" 2017-04-21 16:25:53 +02:00
Peter Simons 87ec7bb087 haskell-dbus: drop semicolons.patch; this change appears to have been included upstream 2017-04-21 16:25:52 +02:00
Peter Simons 4c8056a8d9 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.1.1-8-g19ebdb9 from Hackage revision
0d6c9d1b64.
2017-04-21 16:25:45 +02:00
Peter Simons 7cfb6509ed hackage2nix: provide old versions of "store" so that we can build stack 2017-04-21 16:24:54 +02:00
Peter Simons 6c36c19f7d LTS Haskell 8.11 2017-04-21 16:24:54 +02:00
Will Dietz 9273286353 swift: 3.1 -> 3.1.1 2017-04-21 07:28:56 -05:00
romildo 0b80179b03 imlib2: 1.4.9 -> 1.4.10 2017-04-21 09:27:53 -03:00
Michael Raskin 100919ab5b Merge pull request #25067 from tohl/master
update sbcl and stunnel and more
2017-04-21 09:49:00 +02:00
Vincent Laporte 59c70e446c jbuilder: 1.0+beta5 -> 1.0+beta7 2017-04-21 07:02:31 +00:00
Matthew Bauer b688827072
libbsd: use patch instead of fork 2017-04-20 20:17:43 -05:00
Matthew Bauer 8316eb5a5f
libbsd: fixup on darwin
This is my attempt to get libbsd workin on Darwin. It's kind of a mess
right now with patches. Most of it are ugly hacks but at least it builds!
2017-04-20 17:55:47 -05:00
Tomas Hlavaty 8162ee9b60 cmucl: 21a -> 21b 2017-04-21 00:32:02 +02:00
Tomas Hlavaty bcd349d70d picolisp: 16.6 -> 16.12 2017-04-21 00:25:23 +02:00
Tomas Hlavaty 2b4ad8d34e mlt: 6.2.0 -> 6.4.1 2017-04-21 00:20:49 +02:00
Tomas Hlavaty c2306a2ff4 libpst: 0.6.68 -> 0.6.70 2017-04-21 00:12:34 +02:00
Tomas Hlavaty 053edc0689 sbclBootstrap.aarch64-linux: init at 1.3.16 2017-04-20 23:33:00 +02:00
Tomas Hlavaty e4ea8e13d6 sbcl: remove unused file 1.2.5.nix 2017-04-20 23:31:54 +02:00
Tomas Hlavaty 43707f2764 sbclBootstrap.x86_64-linux: 1.2.15 -> 1.3.16 2017-04-20 23:30:56 +02:00
Tomas Hlavaty 8bb981fce3 sbcl: 1.3.15 -> 1.3.16 2017-04-20 23:30:07 +02:00
Tim Steinbach 75b4bec6fb Merge pull request #25049 from NeQuissimus/openjdk_8_131
openjdk: 8u121-13 -> 8u131-11
2017-04-20 17:16:15 -04:00
Tim Steinbach 8b3907d153 Merge pull request #25051 from NeQuissimus/scala_2_11_11
scala: 2.11.10 -> 2.11.11
2017-04-20 17:15:58 -04:00
Tim Steinbach 2352e2a5ea Merge pull request #25050 from NeQuissimus/scala_2_12_2
scala: 2.12.1 -> 2.12.2
2017-04-20 17:15:46 -04:00
Vincent Laporte 0fcc6ca515 ocamlPackages.menhir: 20170101 -> 20170418 2017-04-20 20:16:35 +00:00
Michiel Leenaars 29d9814e40 dkimpy: init -> 0.6.1 2017-04-20 20:22:21 +02:00
Chris Hodapp 80beb55cfc imager (r-modules): add pkgs.x11 to fix build, unmark imager/ForestTools as broken 2017-04-20 14:18:01 -04:00
Daiderd Jordan 8402585c39 Merge pull request #25044 from obsidiansystems/libiconv-bump
libiconv: 1.14 -> 1.15
2017-04-20 19:48:37 +02:00
Frederik Rietdijk 8e8aa0f27f Merge pull request #25008 from holidaycheck/nodejs-7.9.0
nodejs: 7.7.3 -> 7.9.0
2017-04-20 17:15:18 +02:00
Frederik Rietdijk 8b09dea578 pythonPackages.jedi: 0.9.0 -> 0.10.2 2017-04-20 13:42:20 +02:00
Frederik Rietdijk 60eaa476ab pythonPackages.ipython: 5.3.0 -> 6.0.0 2017-04-20 13:41:22 +02:00
Frederik Rietdijk 61c49b1014 pythonPackages.statsmodels: fix eval 2017-04-20 10:28:31 +02:00
Tim Steinbach 2f026678d5
scala: 2.11.10 -> 2.11.11 2017-04-19 21:10:10 -04:00
Tim Steinbach 4b9ac70a87
scala: 2.12.1 -> 2.12.2 2017-04-19 21:06:02 -04:00
Tim Steinbach fabfec0512
openjdk: 8u121-13 -> 8u131-11 2017-04-19 21:03:55 -04:00
Antoine Eiche 5560384388 pythonPackages.dogpile_cache: 0.5.4 -> 0.6.2 2017-04-20 00:40:24 +02:00
John Ericson 8bd1a6c0b2 libiconv: 1.14 -> 1.15 2017-04-19 18:13:39 -04:00
David Johnson d8e87fc0c4 Disable parallel building 2017-04-19 15:20:51 -05:00
Ricardo M. Correia 70a5b53a27 doit: init at 0.30.3
doit is a task management & automation tool.
2017-04-19 21:20:23 +02:00
Benno Fünfstück 042e268612 Revert "aspell: only set ASPELL_CONF from NIX_PROFILES in wrapper if unset"
This reverts commit 399065f226.

I am blind, this was already checked above. Thanks @bjornfor for noticing.
2017-04-19 20:21:36 +02:00
Tim Steinbach 553bf09ba9 Merge pull request #25011 from benley/oraclejdk
oraclejdk: 8u121 -> 8u131
2017-04-19 11:24:50 -04:00
Benno Fünfstück 399065f226 aspell: only set ASPELL_CONF from NIX_PROFILES in wrapper if unset 2017-04-19 17:14:51 +02:00
Benno Fünfstück 792135a218 Merge pull request #24425 from lpenz/aspellconf
Set aspell's data-dir through ASPELL_CONF in a wrapper
2017-04-19 17:11:53 +02:00
Armijn Hemel 192659af57 radare2: 1.3.0 -> 1.4.0 2017-04-19 12:23:45 +02:00
Jörg Thalheim 3a8a027c44 Merge pull request #25013 from amiloradovsky/dale
dale: 20170416 -> 20170419
2017-04-19 10:22:16 +02:00
Linus Heckemann fe7bec1f08 gst-plugins-bad: add libgme 2017-04-19 08:48:06 +01:00
Andrew Miloradovsky 30b774a5c7 dale: 20170416 -> 20170419
- now builds on x86-32 too (+ tests)
- fairer platforms declaration
- corrected the license information
2017-04-19 05:46:35 +00:00
Benjamin Staffin ad0ad62c31
oraclejdk: 8u121 -> 8u131 2017-04-19 00:13:17 -04:00
Jaka Hudoklin e0b0a07a74 Merge pull request #23073 from volth/libguestfs-1.34
libguestfs: 1.29.5 -> 1.36.3
2017-04-19 02:01:54 +02:00
Joachim F 1dcb587d93 Merge pull request #24888 from Ralith/electron
electron: 1.4.15 -> 1.6.2
2017-04-18 21:47:33 +01:00
Mathias Schreck 6cdec33141 nodejs: 7.7.3 -> 7.9.0 2017-04-18 22:43:50 +02:00
Vincent Laporte 0c8cf28091 ocamlPackages.llvm: fix hash 2017-04-18 17:32:18 +00:00
Vincent Laporte 2230009e7d ocaml: 4.04.0 -> 4.04.1 2017-04-18 17:19:16 +00:00
Vincent Laporte ca47895d7f ocamlPackages.batteries: 2.5.3 -> 2.6.0 2017-04-18 17:19:16 +00:00
Daiderd Jordan da811a56b5 Merge pull request #24976 from hamishmack/darwin-icons
defaultIconTheme: Enable darwin support
2017-04-18 19:16:43 +02:00
Vladimír Čunát 5576ef9f1d
libav-11: maintenance 11.8 -> 11.9
The patch doesn't apply anymore and changelog suggests it's not needed.
2017-04-18 18:58:57 +02:00
Benno Fünfstück eb1e63505a wai-app-file-cgi: remove outdated overrides 2017-04-18 18:52:06 +02:00
Vladimír Čunát ec55f8dcaa
libssh: maintenance 0.7.4 -> 0.7.5 2017-04-18 18:47:43 +02:00
Vladimír Čunát 3efef09866
dbus: maintenance 1.10.16 -> 1.10.18 2017-04-18 18:44:22 +02:00
Vladimír Čunát 148f4996b5
harfbuzz: bugfix 1.4.4 -> 1.4.5 2017-04-18 18:41:53 +02:00
Vladimír Čunát 977aa067ae
pango: maintenance 1.40.4 -> 1.40.5 2017-04-18 18:39:58 +02:00
Vladimír Čunát 09fd617383
gtk3: maintenance 3.22.11 -> 3.22.12 2017-04-18 18:38:27 +02:00
Vladimír Čunát 69c3f280a1
mesa: maintenance 17.0.3 -> 17.0.4 2017-04-18 18:35:56 +02:00
Frederik Rietdijk c275158f06 python36: 3.6.0 -> 3.6.1 2017-04-18 13:14:40 +02:00
Frederik Rietdijk ec115d47b8 pythonPackages.pycryptodome: remove namePrefix argument 2017-04-18 12:08:21 +02:00
Frederik Rietdijk 5ad8e8722a pythonPackages.llvmlite: 0.15.0 -> 0.16.0 2017-04-18 12:07:56 +02:00
Frederik Rietdijk fd87b9957c pythonPackages.numba: 0.30.1 -> 0.31.0 2017-04-18 12:07:56 +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 632a62a8c0 pythonPackages.asn1crypto: init at 0.22.0 2017-04-18 12:03:45 +02:00
Frederik Rietdijk 7fa72a7602 pythonPackages.pandas: minor fixes tests 2017-04-18 11:33:22 +02:00
Frederik Rietdijk a9cbac6322 pythonPackages.hypothesis: 3.6.1 -> 3.7.0 2017-04-18 11:33:22 +02:00
Frederik Rietdijk a697985e37 pythonPackages.pytest: 3.0.6 -> 3.0.7 2017-04-18 11:33:22 +02:00
Frederik Rietdijk e0abe74baf Merge remote-tracking branch 'upstream/master' into HEAD 2017-04-18 11:25:43 +02:00
Maksim Bronsky f78c032934
perl: init 5.24.1 and set as default perl 2017-04-18 01:24:44 +02:00
Maksim Bronsky d6b42b4008
perl: 5.22.2 -> 5.22.3 2017-04-18 01:24:39 +02:00
Hamish Mackenzie 89b89d1071 defaultIconTheme: Enable darwin support 2017-04-18 09:43:03 +12:00
John Ericson 37e5e71fdf Merge pull request #24974 from Ericson2314/mapNullable
Introduce `mapNullable` into lib and use it in a few places
2017-04-17 17:12:14 -04:00
John Ericson 85aa5005af Introduce mapNullable into lib and use it in a few places
Also simply some configure flag logic my grep also alerted me too.
2017-04-17 17:04:04 -04:00
jraygauthier 383706f36d digikam: add video support through libqtav (#24866)
* libqtav: init at unstable-2017-03-30

* digikam: add video support through `libqtav` dependency

Issue #24426.
2017-04-17 22:28:20 +02:00
Jörg Thalheim 1d84a914f5 Merge pull request #24385 from kuznero/master
fsharp: init at 4.1.7
2017-04-17 19:32:35 +02:00
Jörg Thalheim e8f2046abc Merge pull request #24941 from amiloradovsky/dale
dale: init at 20170416
2017-04-17 19:24:18 +02:00
Nick Novitski b47e0227bc elm-format: symlink latest version to bin/elm-format (#24971)
* elm-format: symlink latest version to `bin/elm-format`

* elm-format: nitpick: indentation
2017-04-17 18:41:29 +02:00
Jörg Thalheim c7ac0f39b5 Merge pull request #24927 from Mic92/rustup
rustup: init at 1.2.0
2017-04-17 17:10:10 +02:00
Jörg Thalheim 10eef8c196
rustup: init at 1.2.0 2017-04-17 15:53:36 +02:00
Taahir Ahmed 3efdf24584 htmlmin: init at 0.1.10 (#24945) 2017-04-17 09:50:57 +01:00
Taahir Ahmed f029fc8cdc csscompressor: init at 0.9.4 (#24946) 2017-04-17 09:49:43 +01:00
Roman Kuznetsov a0466f7f22 fsharp: 4.0.1.1 -> 4.1.7
Build F# with default mono version

Introduce separate fsharp41 packages
2017-04-17 10:39:38 +02:00
Andrew Miloradovsky da9a147b7b dale: init at 20170416
Lisp-flavoured C. Dale is a system (no GC) programming language
that uses S-expressions for syntax and supports syntactic macros.
2017-04-17 01:03:14 +00:00
Jörg Thalheim a7d2be1471
pythonPackages.iso3166: enable tests
fixes #24884
2017-04-17 01:24:29 +02:00
zraexy ab031bf9b7
pythonPackages.iso3166: init at 0.8 2017-04-17 01:24:28 +02:00
zraexy 62b1bd180f
pythonPackages.iso-639: init at 0.4.5 2017-04-17 01:24:27 +02:00
Jörg Thalheim af416aae81
cargo: remove unnecessary rm
Since cargo build became a rust package, postInstall hook was no longer
called. When the hook was reenabled in
cdd11368426380db545cad84c76e350e5e201adc, it revealed that scripts
leftover from the component based installer are no longer present.
2017-04-17 00:29:44 +02:00
Michael Raskin 851b584581 compile uiop/version with uiop, seems needed for monolithic bundles in some cases 2017-04-16 19:25:48 +02:00
Gabriel Ebner d3284576d4 emscripten: 1.37.3 -> 1.37.9 2017-04-16 18:39:00 +02:00
Vladimír Čunát 98777646f9
wxGTK*: avoid the mesa attribute
Tested building all wxGTK* and execution of codeblocks.
2017-04-16 13:03:32 +02:00
Vladimír Čunát 2065eea424
mesa: reduce usage of the attribute and explain why 2017-04-16 13:03:15 +02:00
Frederik Rietdijk 5c8ffe0311 Python 3.x: do not regenerate _sysconfigdata
This commit fixes several issues:

- as reported in https://github.com/NixOS/nixpkgs/issues/24924 it was
possible that the file _sysconfigdata.pyc was generated after the actual
build of the CPython interpreter. We forgot to regenerate that file
during the build. This is now fixed

- the expression of the 3.3 interpreter now also includes some of the
determinism patches even though the output isn't yet reproducible. The
reason for adding them is that this makes the expressions of the
different interpreters more similar.

- references to -dev packages are now also removed in the 3.6 package,
thereby reducing its closure size
2017-04-16 10:41:35 +02:00
Vladimír Čunát 9ee2143912
treewide: remove unused buildEnv parameters 2017-04-16 10:29:49 +02:00
Jörg Thalheim 0a84b26809 Merge pull request #24935 from jlesquembre/prettier
prettier: init at 1.1.0
2017-04-16 09:55:32 +02:00
Guillaume Maudoux 605ce9b241 cppcheck: 0.76.1 -> 0.78 (#24937)
* cppcheck: 0.76.1 -> 0.78

* cppcheck: enable rule-file support
2017-04-16 09:53:05 +02:00
snyh 12f52d234e buildGoPackage: fix preFixup failing
The preFixup is always failed if the target package hasn't any
binary output.
2017-04-16 09:19:58 +08:00
Will Dietz 9961d94d9e rust-bindgen: 0.22.1 -> 0.23.0 2017-04-15 14:47:20 -05:00
José Luis Lafuente b7b85316fd
prettier: init at 1.1.0 2017-04-15 20:36:57 +02:00
Profpatsch 7df8e53d28 psc-package: init at 0.1.1 2017-04-15 16:10:13 +02:00
Jörg Thalheim 26f5fa8f97 Merge pull request #24922 from phunehehe/haskell-shell-hook
haskell-modules: fix shell hook
2017-04-15 12:34:41 +02:00
Mikael Brockman 4f3caee682 intel-gpu-tools: 1.17 -> 1.18 (#24920)
Version 1.17 fails to build with the current libdrm
because of a changed struct (`drm_event_vblank`).

I had to patch `tools/Makefile.am` to use `GLIB_CFLAGS`;
otherwise, the build failed to find `glib.h`.
2017-04-15 11:32:46 +02:00
Michael Raskin b454dcd0e0 safefile: init at 1.0.5 2017-04-15 10:59:16 +02:00
Hoang Xuan Phu 2fde20e271 haskell-modules: fix shell hook
26623240e9 lacks a newline
2017-04-15 16:33:07 +08:00
Benjamin Staffin cdbcaa56b6 Merge pull request #24822 from techhazard/add-disk-storage-to-libvirt
add disk type storage to libvirt
2017-04-14 19:12:33 -04:00
Vladimír Čunát f7a4f146c9
Merge branch 'master' into staging
This includes a fix for a bad merge.
2017-04-14 19:22:02 +02:00
Vladimír Čunát 2090aa4f65
Merge: fixup a bad merge
For details see:
https://github.com/NixOS/nixpkgs/commit/24444513fb5#commitcomment-21767916
2017-04-14 19:11:17 +02:00
Vladimír Čunát 6617c8bd87
A fixed version of commit eb750f9a7b
For detailed explanation see:
https://github.com/NixOS/nixpkgs/commit/24444513fb5#commitcomment-21767916
2017-04-14 18:59:36 +02:00
John Ericson eec35cb6bd Merge pull request #24889 from formaltech/halvm-bump
Remove hardening at HaLVM 2.4.0
2017-04-14 12:58:46 -04:00
Vincent Laporte 31fef05c7c ocamlPackages.lwt: 2.6.0 -> 2.7.1 2017-04-14 13:59:55 +00:00
Vladimír Čunát 878bbaf4e9
glib: 2.50.3 -> 2.52.1 2017-04-14 12:28:01 +02:00
Eelco Dolstra 7f09c06c58
usbredir: Use dev output 2017-04-14 11:22:28 +02:00
Vladimír Čunát 1a1f2262b4
Merge #24637: gcc: include dylibs for darwin build 2017-04-14 10:53:16 +02:00
Vladimír Čunát 24444513fb
Merge branch 'staging' 2017-04-14 10:32:13 +02:00
David Johnson 6f69681dad Add hardening, bump hash to HaLVM 2017-04-14 00:34:02 -05:00
Benjamin Saunders 9ea655dcdd electron: 1.4.15 -> 1.6.2 2017-04-13 19:17:39 -07:00
Volth dc0e338e01 libguestfs: 1.34.6 -> 1.36.3 2017-04-13 15:55:23 +00:00
Volth 94753af68c libguestfs: 1.34.4 -> 1.34.6 2017-04-13 15:55:20 +00:00
Volth cf68f546b1 libguestfs: 1.29.5 -> 1.34.4 2017-04-13 15:54:11 +00:00
Daniel Peebles 09a9a472ee Merge pull request #24830 from mayflower/refactor/boolToString
treewide: use boolToString function
2017-04-13 09:45:31 -04:00
Tim Steinbach 3c29b8e7da Merge pull request #24864 from NeQuissimus/gradle_3_5
gradle: 3.4.1 -> 3.5
2017-04-13 08:50:49 -04:00
Eelco Dolstra d3c737a080
gcc-snapshot: 7-20161211 -> 7-20170409 2017-04-13 13:07:45 +02:00
Linus Heckemann 3af491fb66 libgme: init at 0.6.1 2017-04-13 11:44:13 +01:00
Jörg Thalheim 300c59c7fc Merge pull request #24865 from mucaho/conan
conan: init at 0.21.2
2017-04-13 10:34:11 +02:00
Vladimír Čunát 42fd72091e
gnutls: use 3.5.10 on Darwin for now
This contains a revert of d6454e6a1.
2017-04-13 09:39:02 +02:00
Daniel Peebles f21a6940da Merge pull request #24838 from matthewbauer/ibtool
pinentry_mac: use xcbuild
2017-04-12 22:20:57 -04:00
mucaho 8d5e55a0f0 conan: init at 0.21.2 2017-04-13 03:43:21 +02:00
mucaho fe2ced1ea8 pythonPackages.node-semver: init at 0.1.1 2017-04-13 03:10:57 +02:00
mucaho acf45e0f9c pythonPackages.pluginbase: init at 0.5 2017-04-13 03:10:10 +02:00
Matthew Bauer 9e5fe7738a
xib2nib: add meta
also:
- NSPlist
- PlistCpp
2017-04-12 20:07:55 -05:00
Tim Steinbach 47e82ef817
gradle: 3.4.1 -> 3.5 2017-04-12 19:40:05 -04:00
Fernando J Pando 80c295f50f pythonPackages.distro: init 1.0.3
- tested on darwin
- tested on nixos
2017-04-13 00:01:30 +02:00
Joachim Fasting 13a0ad3108
opal: NIX_CFLAGS -> NIX_CFLAGS_COMPILE
Seeing as the build already passes, I suspect this is strictly redundant
...

Tested with nix-build -A opal
2017-04-12 19:27:06 +02:00
Joachim Fasting 540a6412e3
suitesparse_4_4: NIX_CFLAGS -> NIX_CFLAGS_COMPILE
Tested with nix-build -A suitesparse_4_4
2017-04-12 19:27:03 +02:00
Joachim Fasting a883581ddb
suitesparse_4_2: remove bogus NIX_CFLAGS
NIX_CFLAGS should be NIX_CFLAGS_COMPILE; since pic is the default, we
simply remove the bogus declaration.

Tested with nix-build -A suitesparse_4_2
2017-04-12 19:26:58 +02:00
Daiderd Jordan 5ba445752b Merge pull request #24700 from hamishmack/fixes-for-macos
gtk fixes for macos
2017-04-12 19:26:32 +02:00
Nikolay Amiantov 8c56608078 unity3d: 5.3.5 -> 5.5.3
Also add udev to dependencies and don't strip unneeded ones.
Fixes #22513.
2017-04-12 16:52:18 +03:00
Matthew Bauer 3d1d805245
Revert "xcbuild: try to fix sdk not found"
This reverts commit 87e6b2c50f.
2017-04-12 05:20:33 -05:00
Matthew Bauer 1781ec934f
xib2nib: move nsplist, plistcpp to own folder
These libraries could be used by other packages so list them in
all-packages.nix as well.
2017-04-12 03:28:33 -05:00
Matthew Bauer d697e5c8ee
ibtool: rename xib2nib 2017-04-12 03:23:28 -05:00
Matthew Bauer f6860a6685
xcbuild: remove unnecessary flags 2017-04-12 03:21:58 -05:00
Matthew Bauer c90058e774
ibtool: update to newer hash 2017-04-12 02:59:18 -05:00
Tristan Helmich cf957fedea pythonPackages.phonenumbers: init at 8.4.0 2017-04-12 01:58:28 +02:00
Profpatsch 048114eb4f compile-daemon: init at 2013-03-08 2017-04-12 00:07:55 +02:00
Franz Pletz 29ed67faea
libressl_2_5: 2.5.1 -> 2.5.3 2017-04-11 19:41:01 +02:00
Bjørn Forsman 9c830c8456 hydra: add dependency on Nix' perl bindings
This unbreaks the build since the latest nixUnstable update
(3dd66ec6e9).

It's basically the same fix as in hydra git repo:

  a0376a92e5
2017-04-11 19:34:25 +02:00
Franz Pletz 3ab45f4b36
treewide: use boolToString function 2017-04-11 18:18:53 +02:00
Vince van Oosten 00c3bd1561 add parted to build inputs 2017-04-11 16:05:07 +02:00
Rok Garbas 8fcb9275d1
pypi2nix: 1.6.0 -> 1.8.0 2017-04-11 14:33:54 +02:00
Vince v. Oosten 39e95aa159 add disk storage to libvirt 2017-04-11 13:03:02 +02:00
Tuomas Tynkkynen e4b48c7186 libsigsegv: Remove aarch64 patch, enable tests
The aarch64 patch has been applied upstream. Let's hope that the new
release fixes the tests as well.
2017-04-11 14:01:34 +03:00
Tuomas Tynkkynen 8eb25e1245 lzo: 2.09 -> 2.10 2017-04-11 13:00:56 +03:00
Tuomas Tynkkynen 72b2cbe3b7 libsigsegv: 2.10 -> 2.11 2017-04-11 13:00:56 +03:00
Tuomas Tynkkynen 5de624e437 gmp: 6.1.1 -> 6.1.2 2017-04-11 13:00:56 +03:00
Tuomas Tynkkynen 52797fc600 Merge remote-tracking branch 'upstream/master' into staging 2017-04-11 12:58:43 +03:00
Maximilian Güntner d84029f296
ruby-modules: check tzinfo version
tzinfo 0.3.xx does not contain the file

lib/tzinfo/zoneinfo_data_source.rb

it is only included in the 1.x branch.

closes #24080
closes #24682
2017-04-11 10:44:54 +02:00
Matthew Bauer bb2eb5b0e8
ibtool: use xib2nib src 2017-04-11 03:22:32 -05:00
Hamish Mackenzie 4d5ed187d3 gtk-mac-integration: fix gtk3 version
Include a Gtk3 version of gtk-mac-integration.
Add gobjectIntrospection to gtk-mac-integration.
Use propagatedBuildInputs for gtk.
2017-04-10 23:42:04 -07:00
Hamish Mackenzie da1d13bc07 webkgitgtk: fix 2.14 on macOS
Includes the patches from macports and fixes an issue with the
`otool -L` output that was causing g-ir-scanner to fail.
The paths in the macports patches have been modified so that they
will work with `patches` in nix (an extra directory level was
added).
2017-04-10 23:11:16 -07:00
Matthew Bauer f1fdc98884
pugixml: fixup darwin 2017-04-11 01:03:11 -05:00
Vladimír Čunát d6454e6a15
gnutls: try to fix build on Darwin, after update 2017-04-11 03:39:47 +02:00
aszlig 49cf934642
pyocr: Add patch to support Tesseract 3.05.00
This is from the commit message I've written for the upstream pull
request (jflesch/pyocr#62):

    This is a bit more involved, because Tesseract 3.05.00 comes not
    only with improvements but also with a few quirks we need to deal
    with.

    The first quirk is that the order arguments of the `tesseract'
    command now matters and the list of configurations has to be at the
    end of the command line. So we add a new attribute tesseract_flags
    to the BaseBuilder class that contains a list of all the flags to
    pass to `tesseract', the tesseract_configs attribute however remains
    pretty much the same but now only really contains a list of configs
    instead of being mixed with flag arguments.

    Another quirk has to do with Leptonica >= 1.74 which Tesseract
    3.05.00 now requires. Leptonica has special handling of files that
    reside in /tmp and assumes that it's an internal temporary file of
    Leptonica. In order to deal with it, we now run Tesseract in a
    temporary directory, which contains the input/output files and use
    the relative name of these files because Leptonica only searches for
    path names beginning with /tmp.

    Fortunately the last item we need to address is not really a quirk,
    but an API change. In Tesseract 3.05.00 there is now a new function
    called TessBaseAPIDetectOrientationScript(), which doesn't fill the
    OSResults object anymore but now allows to pass the values we're
    interested in directly by reference. We need to use this new
    function because the old function TessBaseAPIDetectOS() now *always*
    returns false.

I've tested this specifically on NixOS and in conjunction with Paperwork
(the only package that's using pyocr so far) and all the tests of the
dependency chain are now succeeding. However, I didn't do manual tests
of Paperwork though.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-04-11 03:21:39 +02:00
aszlig 42bb63f803
leptonica: 1.72 -> 1.74.1
The changes are a bit too big to include it here in the commit message,
so if you want the details of what changed, please visit this URL:

http://leptonica.org/source/version-notes.html

I have also provided openjpeg, giflib and libwebp as dependencies so
that Leptonica is able to read/write those file formats.

Additionally I've added a patch that uses pkgconfig to resolve all
dependencies (except giflib), because unlike AC_CHECK_LIB() the
PKG_CHECK_MODULES() macro defines *_LIBS variables to include the linker
search path.

Unfortunately that patch alone is not enough, because the *_LIBS
variable are substituted by the upstream configure.ac to *not* include
the linker search paths, so we need to remove the AC_SUBST() calls
within PKG_CHECK_MODULES().

The only dependency that's not yet using PKG_CHECK_MODULES() is giflib,
because giflib doesn't have a pkg-config description file, therefore
we're using substituteInPlace to insert the linker search path after the
lept.pc file was generated by configure.

Another thing that we no longer need is the dependency on libpng version
1.2, because Leptonica now also works with more recent libpng versions.

Tested by building the package itself and also the following packages
that immediately depend on leptonica:

 * k2pdfopt
 * tesseract
 * jbig2enc

All of these packages succeeded to build on x86_64-linux.

The main reason why I'm bumping Leptonica to version 1.74.1 is that we
need at least version 1.74 to bump Tesseract to the latest upstream
version.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-04-11 03:21:29 +02:00
Aneesh Agrawal 669f5819e2 bcrypt: add required dependency on six 2017-04-10 20:04:17 -04:00
Leandro Lisboa Penz ce6b5b8673 aspell: set default aspell data-dir if ASPELL_CONF is not set
if the user didn't set ASPELL_CONF, use it to point to the dictionary
location by first looking at NIX_PROFILE directories and then using
$HOME/.nix-profile.

See NixOS/nixpkgs#1000
2017-04-10 22:14:29 +01:00
Vladimír Čunát 6d1374238f
gnutls: bugfix 3.5.10 -> 3.5.11 2017-04-10 17:53:54 +02:00
Vladimír Čunát c714f8241a
libdrm: 2.4.76 -> 2.4.79 2017-04-10 16:27:29 +02:00
Frederik Rietdijk 767e459200 Merge pull request #22726 from matthewbauer/openblas-closure-size
openblas: disable static libs
2017-04-10 16:11:19 +02:00
Tim Steinbach 5a3dca24d8
sbt: 0.13.14 -> 0.13.15 2017-04-10 08:44:32 -04:00
Franz Pletz 6049560e60
jenkins: 2.49 -> 2.53 2017-04-10 14:31:27 +02:00
Franz Pletz b4c7979363
libgit2: 0.24.6 -> 0.25.1 2017-04-10 14:31:26 +02:00
Tobias Geerinckx-Rice f5fe20c7f4 Merge pull request #24773 from cko/maven-3_5_0
maven: 3.3.9 -> 3.5.0
2017-04-10 13:02:57 +01:00
Vladimír Čunát e47ac55a21
glibc: apply the i686 patch only on i686
... to reduce rebuilding. /cc #23177.
2017-04-10 11:18:50 +02:00
Vladimír Čunát c30b12b9a5
glibc: fix i686 crashes via an upstream patch
Fixes #23177.
2017-04-10 11:13:00 +02:00
Nikolay Amiantov ef1e28f5f6 qt56.qtwebengine: patch more library paths
Backport 040b86a96e.
2017-04-10 11:35:00 +03:00
Michael Raskin f12bd6e9b6 lispPackage.iolib: missed one system 2017-04-10 10:09:22 +02:00
Antoine Eiche 6eac5fd13e pythonPackages.pbr: 1.8.1 -> 2.0.0 2017-04-10 10:00:25 +02:00
Michael Raskin 08abe4fe93 lispPackage.iolib: list the hidden systems to make sure bundles exist 2017-04-10 09:57:17 +02:00
Daiderd Jordan f8230518a2 Merge pull request #24762 from matthewbauer/darwin-misc-fixes
darwin: miscellaneous fixes
2017-04-10 08:50:15 +02:00
Matthew Bauer dd25b6da62 cwebbin: fix src again 2017-04-09 18:33:48 -05:00
Michael Raskin 58d6b50232 lispPackages: load precompiled asdf; support more implementations 2017-04-10 01:10:49 +02:00