Commit Graph
100 Commits
Author SHA1 Message Date
Dmitry Kalinkin bd2e865b44 rivet: fix hash broken by upstream 2018-08-16 15:34:32 -04:00
Dmitry Kalinkin 984e0e8c1d rivet: 2.7.0 -> 2.7.1 2018-08-15 09:53:32 -04:00
Dmitry Kalinkin b98faf680c yoda: 1.7.0 -> 1.7.1 2018-08-14 17:49:21 -04:00
Dmitry Kalinkin fad7857438 img2pdf init at 0.3.1 (#44833)
* img2pdf: init at 0.3.1

* img2pdf: take buildPythonApplication and fetchPypi from python3Packages
2018-08-09 23:13:39 +02:00
Dmitry Kalinkin d4d5f8eced mupdf: fix on darwin 2018-07-23 06:14:11 +00:00
Dmitry Kalinkin ea08cf9e6c python37: apply distutils patch 2018-07-03 13:29:07 -04:00
Dmitry Kalinkin 29c3f32841 python36: fix on darwin
Fixes: 78e05215a7 ('python36: 3.6.5 -> 3.6.6')
2018-07-03 13:28:23 -04:00
Dmitry Kalinkin 4342d99d82 herwig: 7.1.2 -> 7.1.3
thepeg: 2.1.2 -> 2.1.3
2018-05-30 16:08:10 -04:00
Dmitry Kalinkin 57bbe41295 thepeg: fix rivet backend 2018-05-30 16:06:34 -04:00
Dmitry Kalinkin 65c3273250 form: init at 4.2.0 (#40693) 2018-05-22 20:17:32 +02:00
Dmitry Kalinkin 3dd6350420 doc: use "with stdenv.lib" in meta 2018-05-22 13:25:09 -04:00
Dmitry Kalinkin c2ed843f38 vim: 8.0.1655 -> 8.1.0001 2018-05-19 00:29:50 -04:00
Dmitry Kalinkin 0d78386e21 rivet: switch to graphicsmagick 2018-05-09 03:11:19 -05:00
Dmitry Kalinkin 9b7d3f10e4 graphicsmagick-imagemagick-compat: init at 1.3.28 2018-05-09 03:11:19 -05:00
Dmitry Kalinkin bb12277049 pythonPackages.pyslurm: 20170302 -> 20180427
Fixes build against slurm 17.11.5

Fixes: 0e0b80d4b4 ('slurm: 17.11.3 -> 17.11.5')
2018-04-30 11:28:50 -04:00
Dmitry Kalinkin b1950f081d fastjet: update license in meta
Fixes: 70e070 ('fastjet: 3.3.0 -> 3.3.1')
2018-04-27 19:16:32 -04:00
Dmitry Kalinkin e421c427d2 fastjet: add veprbl to maintainers 2018-04-27 18:33:42 -04:00
Dmitry Kalinkin b8917dc0f3 python35, python36: fix reading large files on darwin 2018-04-27 17:47:50 -04:00
Dmitry Kalinkin 31010e0f89 python3: add C++ compiler support for distutils
This implements 095095c4 ('python: add C++ compiler support for distutils')
for python3. Should fix various problems with python packages on darwin.
2018-04-26 18:27:42 -04:00
Dmitry Kalinkin 2f47c93ec8 sacrifice: set LD_LIBRARY_PATH for pythia plugins to work 2018-04-26 18:19:14 -04:00
Dmitry Kalinkin 1cfc5f1da2 pythia: 8.226 -> 8.235, enable lhapdf6 plugin 2018-04-26 18:08:53 -04:00
Dmitry Kalinkin c1f45f76ad sacrifice: fix runtime on darwin 2018-04-25 14:58:23 -04:00
Dmitry Kalinkin 31e9e752ae fio: 3.5 -> 3.6, enable on darwin (#39452) 2018-04-25 08:16:13 +01:00
Dmitry Kalinkin 3b69e6ef1a sherpa: 2.2.4 -> 2.2.5 2018-04-18 15:34:23 -04:00
Dmitry Kalinkin 671e9bd3bf python.pkgs.pyarrow: fix for python3 2018-04-08 19:59:38 -04:00
Dmitry Kalinkin 669737089a xaw3d: use an https download url 2018-04-08 01:37:32 -04:00
Dmitry Kalinkin 3868973c41 libevent: fix install_name on darwin 2018-04-05 18:30:36 -04:00
Dmitry Kalinkin c639649ef0 leveldb: fix install_name on darwin 2018-04-05 14:25:03 -04:00
Dmitry Kalinkin e120915248 mesos: fix on darwin by disabling java interface 2018-04-05 11:20:31 -04:00
Dmitry Kalinkin cdf612bc0d arrow-cpp,pythonPackages.pyarrow: 0.8.0 -> 0.9.0 2018-04-04 15:24:58 -04:00
Dmitry Kalinkin a49ebbb743 parquet-cpp: init at 1.4.0
Also fix RPATH issues in pyarrow
2018-04-04 09:03:48 -04:00
Dmitry Kalinkin f9192c5424 pythonPackages.pyarrow: init at 0.8.0 2018-04-04 09:03:48 -04:00
Dmitry Kalinkin c5df226c73 arrow-cpp: init at 0.8.0 2018-04-03 16:15:02 -04:00
Dmitry Kalinkin af86bf34ff rapidjson: fix build on darwin
Disables -Werror

Alternatively one could use

  NIX_CFLAGS_COMPILE = [
    "-Wno-error=implicit-fallthrough"
    "-Wno-error=zero-as-null-pointer-constant"
    "-Wno-error=shadow"
  ];
2018-04-03 16:04:02 -04:00
Dmitry Kalinkin 4810d54555 rivet: 2.6.0 -> 2.6.0
upstream just replaced the tarball with a new version without bumping anything
2018-03-30 20:23:37 +01:00
Dmitry Kalinkin 8b1fba582a pyslurm: 20171102 -> 20170302 to fix after slurm bump 2018-03-18 01:14:24 -04:00
Dmitry Kalinkin 5915f2dd0c include-what-you-use: enable on darwin 2018-03-09 17:03:03 -05:00
Dmitry Kalinkin a3c57acef4 xpdf: specify paths to Qt plugins
On Darwing this fixes icons and "native" look.

Fixes: #36188
2018-03-01 16:40:10 -05:00
Dmitry Kalinkin ea66292a16 xpdf: fix a runtime error
'This application failed to start because it could not find or load the Qt platform plugin "cocoa" in "".'
2018-03-01 10:51:00 -05:00
Dmitry Kalinkin f5892d0718 xpdf: fix build on darwin (still broken in runtime) 2018-03-01 10:49:33 -05:00
Dmitry Kalinkin 6892838da0 deadpixi-sam: 2016-10-08 -> 2017-10-27 2018-01-20 18:20:54 -05:00
Dmitry Kalinkin 88b485a062 deadpixi-sam: fix on Darwin 2018-01-20 18:20:47 -05:00
Dmitry Kalinkin 7a82c83c63 python-telegram-bot: use urllib3 from nixpkgs, disable all tests properly 2018-01-20 18:03:35 -05:00
Dmitry Kalinkin 5738da94f4 python-telegram-bot: init at 9.0.0 2018-01-19 13:41:19 -05:00
Dmitry Kalinkin 3ebad47b8a pyslurm: bump to unbreak
Fixes: bd9512f217 ('slurm: 17.02.6 -> 17.02.9 for CVE-2017-15566')
(cherry picked from commit e5aa7467d4cb3750816a3673cf6c7fac138de111)
2018-01-09 11:57:35 -05:00
Dmitry Kalinkin 21db6f6af1 mupdf: enable on darwin 2018-01-01 11:53:40 +00:00
Dmitry Kalinkin 6d9769663d cc-wrapper: allow compilers to specify unsupported hardening modes
Fixes: 0fd7ef61b2 ('clang_34: Disable hardening bits (#28543)')
2017-12-30 12:23:25 -05:00
Dmitry Kalinkin 9adb3f8e11 motion: 4.0.1 -> 4.1.1 2017-12-30 00:17:17 -05:00
Dmitry Kalinkin e272f56f93 rivet: 2.5.4 -> 2.6.0 2017-12-23 18:13:03 -05:00
Dmitry Kalinkin 9e69322761 yoda: 1.6.7 -> 1.7.0 2017-12-23 18:12:34 -05:00
Dmitry Kalinkin 6f25309122 lhapdf: 6.2.0 -> 6.2.1 2017-12-23 17:48:41 -05:00
Dmitry Kalinkin 77b1803830 dblatex: 0.3.7 -> 0.3.10, fixes for the new texlive 2017-12-22 19:55:40 -05:00
Dmitry Kalinkin cb059d63fd ipfs: 0.4.11 -> 0.4.13 2017-11-18 06:44:08 +03:00
Dmitry Kalinkin 2f1816de5b fastjet: 3.2.0 -> 3.3.0 2017-11-17 16:23:42 -05:00
Dmitry Kalinkin 5b42c6f196 texlive: update schemes list 2017-10-30 01:07:51 -04:00
Dmitry Kalinkin ba3c9df01a texlive: fix evaluation on Nix 1.11
The problem was in builtins.partition call. I've tried to rewrite it with
builtins.foldl', but that doesn't help. However replacing it with a pair of
builtins.filter calls works.

diff --git a/lib/lists.nix b/lib/lists.nix
--- a/lib/lists.nix
+++ b/lib/lists.nix
@@ -242,10 +242,10 @@ rec {
        => { right = [ 5 3 4 ]; wrong = [ 1 2 ]; }
   */
   partition = builtins.partition or (pred:
-    foldr (h: t:
+    builtins.foldl' (t: h:
       if pred h
-      then { right = [h] ++ t.right; wrong = t.wrong; }
-      else { right = t.right; wrong = [h] ++ t.wrong; }
+      then { right = t.right ++ [h]; wrong = t.wrong; }
+      else { right = t.right; wrong = t.wrong ++ [h]; }
     ) { right = []; wrong = []; });

   /* Merges two lists of the same size together. If the sizes aren't the same
2017-10-30 00:54:48 -04:00
Dmitry Kalinkin a3bc5d6ae6 rootpy: 0.9.0 -> 1.0.1 2017-10-25 14:05:03 -04:00
Dmitry Kalinkin eefa8d4191 texlive: 2016 -> 2017
fmtutil has started to report number of failed formats in its return code. One
could regenerate the share/texmf/web2c/fmtutil.cnf to only include available
.ini files, but simpler solution is to ignore the return code.
2017-10-25 02:38:31 -04:00
Dmitry Kalinkin 31b2e70f8d root_numpy: init at 4.7.3 2017-10-25 00:55:29 -04:00
Dmitry Kalinkin 8b56d8e621 Revert "vc: Broken on i686"
Not broken

This reverts commit c58c1f3b50.
2017-10-25 00:40:31 +03:00
Dmitry Kalinkin 562f8313e0 ipget: init at 0.2.5 2017-10-22 21:46:40 -04:00
Dmitry Kalinkin ef2fc289a6 root: 6.10.04 -> 6.10.08 2017-10-20 00:59:21 -04:00
Dmitry Kalinkin 4d85689cf3 xxHash: init at 0.6.3.20171018 2017-10-20 00:59:15 -04:00
Dmitry Kalinkin 19efa65f59 texlive: fix after dependency update 2017-10-19 00:25:24 -04:00
Dmitry Kalinkin 10cc95e154 proot: 5.1.0 -> 5.1.0.20171015 2017-10-17 22:54:01 -04:00
Dmitry Kalinkin e53785ad95 proot: static by default 2017-10-16 23:00:35 -04:00
Dmitry Kalinkin de1480e079 pythonPackages.simanneal: init at 0.4.1 2017-09-23 09:58:21 -04:00
Dmitry Kalinkin 5ae7445530 coreutils: remove conflicting _FORTIFY_SOURCE definition
Originally this was introduced in 055e646b ('coreutils: Guard against compiler not supporting __builtin_stpncpy_chk') four years ago. Right now this doesn't seem to serve any purpose and it conflicts with the hardening flags:

    <command line>:2:9: warning: '_FORTIFY_SOURCE' macro redefined [-Wmacro-redefined]
    #define _FORTIFY_SOURCE 2
            ^
    <command line>:1:9: note: previous definition is here
    #define _FORTIFY_SOURCE 0
            ^
    1 warning generated.
2017-09-19 04:59:40 -04:00
Dmitry Kalinkin b6a1e439e1 documentation: use modern Firefox version in example 2017-09-01 14:03:28 -04:00
Dmitry Kalinkin 26068822d8 documentation: fix some spelling 2017-09-01 13:38:07 -04:00
Dmitry Kalinkin 59b525e559 sherpa: 2.2.1 -> 2.2.4 2017-08-31 14:32:05 -04:00
Dmitry Kalinkin 13d628d2d3 dia: 0.97.3 -> 0.97.3.20170622 2017-08-31 02:50:35 -04:00
Dmitry Kalinkin 42a4aa1e83 dia: undo persistence wrapper
The wrapper was introduced as workaround for #1691. The original bug was
present in 0.97.2 but was fixed in 0.97.3.
2017-08-30 21:19:40 -04:00
Dmitry Kalinkin 9c501a05a6 dia: mark as working on darwin 2017-08-30 20:54:58 -04:00
Dmitry Kalinkin 4d3c396181 python.pkgs.numpy: fix patch 2017-08-29 20:22:05 +02:00
Dmitry Kalinkin 8b8e363979 hdfview: init at 2.14
hdf_java: init at 3.3.2
2017-08-22 18:31:39 -04:00
Dmitry Kalinkin fd22d671ec root: 6.10.02 -> 6.10.04 2017-08-22 04:00:39 +02:00
Dmitry Kalinkin ae8eff8b7b lhapdf: update hash 2017-07-17 11:03:47 -04:00
Dmitry Kalinkin 4c0e86ba67 fastnlo: 2.3.1pre-2212 -> 2.3.1pre-2402 2017-07-17 04:16:43 -04:00
Dmitry Kalinkin 6bcc20361f herwig: 7.0.4 -> 7.1.1, thepeg: 2.0.3 -> 2.1.1 2017-07-17 00:20:59 -04:00
Dmitry Kalinkin 459e3864d2 root: 6.10.00 -> 6.10.02 2017-07-14 04:40:27 -04:00
Dmitry Kalinkin c7692b1839 lhapdf: update PDF sets 2017-07-13 23:39:48 -04:00
Dmitry Kalinkin 6778866a7a lhapdf: 6.1.6 -> 6.2.0 2017-07-13 23:38:57 -04:00
Dmitry Kalinkin bc2c576132 yoda: 1.6.6 -> 1.6.7 2017-07-13 19:04:02 -04:00
Dmitry Kalinkin fabbd62f75 rivet: 2.5.3 -> 2.5.4 2017-07-13 19:03:45 -04:00
Dmitry Kalinkin ba8fe290ec slurm: add alias attribute for backward compatibility
Fixes: b917a8760 ('slurm: 15-08-5-1 -> 17.02.6, slurm-llnl -> slurm')
2017-07-13 18:55:45 -04:00
Dmitry Kalinkin 00d73c4240 python2Packages.pyslurm: init 2017-07-13 03:13:05 -04:00
Dmitry Kalinkin b917a8760e slurm: 15-08-5-1 -> 17.02.6, slurm-llnl -> slurm 2017-07-13 03:13:05 -04:00
Dmitry Kalinkin fc2819d998 munge: 0.5.11 -> 0.5.12, fix for Linux 2017-07-12 22:11:09 -04:00
Dmitry Kalinkin ada12f46dc root: 6.09.02 -> 6.10.00
also workaround #26197
2017-06-24 13:38:25 -04:00
Dmitry Kalinkin 6e95e2a161 cernlib: init at 2006 2017-05-28 18:51:16 -04:00
Dmitry Kalinkin 467a91d9ee nixStable: remove old patches
https://github.com/NixOS/nix/commit/773313591f167888718228bf5ada44a81f3fa32e
https://github.com/NixOS/nix/commit/ad9e6037a4558c6fd5a2fcaf9d81a4725a1dd82f
2017-05-23 17:32:30 -04:00
Dmitry Kalinkin c163b782bc openafs: 1.6.20 -> 1.6.20.2 2017-05-14 12:50:47 -04:00
Dmitry Kalinkin a7b4b84048 sherpa: fix for llvm 4 2017-05-02 00:54:42 -04:00
Dmitry Kalinkin be9c0e8b7e root: 6.08.02 -> 6.09.02
This also fixes breakage on darwin due to LLVM4.0 migration.

I had to enable opengl because otherwise macOS build is broken.
See root commit 23f8871c7 ('Do not include OpenGL directly but use our
TGLIncludes for that purpose.')

I've enabled xml because TUnfold depends on it.
2017-04-26 16:34:14 -04:00
Dmitry Kalinkin 31a0f93783 yoda: apply patches from tip 2017-04-06 12:27:31 -04:00
Dmitry Kalinkin 61ae20e085 rivet: move ghostscript to propagatedBuildInputs (fixes runtime) 2017-04-04 22:37:35 -04:00
Dmitry Kalinkin a07d334bf4 yoda: refactor root support to be more explicit 2017-04-03 03:48:22 -04:00
Dmitry Kalinkin 23f7087dc5 yoda: 1.6.5 -> 1.6.6, provide version with ROOT 2017-04-02 23:26:05 -04:00
Dmitry Kalinkin 7035325c62 citrix-receiver: fix wrapper, direct dl url, $PWD needs escaping
(edited by @obadz, closes #24320)
2017-03-26 14:28:54 +01:00