Commit Graph
100 Commits
Author SHA1 Message Date
Orivej Desh af1fca07e0 libwebp: enable parallel building 2019-06-13 08:42:39 +00:00
Orivej Desh a9b033d221 licenses: refer to libpng2 using spdx
https://spdx.org/licenses/libpng-2.0.html
2019-06-12 22:04:52 +00:00
Orivej Desh c079c8c394 libde265: enable parallel building 2019-06-10 23:22:37 +00:00
Orivej Desh 80971ab792 python: cx_Oracle: fix license 2019-06-10 10:38:21 +00:00
Orivej Desh 680f67829f geos: fix license 2019-06-06 14:45:09 +00:00
Orivej Desh 16a066d968 licenses: fix LGPL 2.1 full name 2019-06-06 14:44:12 +00:00
Orivej Desh d1cd9ff16c croaring: init at 0.2.61 2019-06-04 13:09:09 +00:00
Orivej Desh 5ccacc2514 libevent: 2.1.8 -> 2.1.10 2019-06-02 23:14:35 +00:00
Orivej Desh 989d7f8d2c libsodium: 1.0.17 -> 1.0.18 2019-05-31 01:02:30 +00:00
Orivej Desh ffc8ac2fad mono: 5.16.0.220 -> 5.20.1.27
I have checked a couple of times that building in parallel succeedes even with
nix-build --cores 9999, and once that the result can build all not broken
dependent projects.

Closes #58797.
2019-05-01 04:15:30 +00:00
Orivej Desh caa5ad4327 xxHash: 0.6.5 -> 0.7.0 2019-03-15 20:32:16 +00:00
Orivej Desh bc9a42e07a cyrus-sasl: fix broken link when building without kerberos
Since the name is part of the url, the unconventional suffix in the name breaks the url.
2019-03-13 18:01:01 +00:00
Orivej Desh bccab16109 xxHash: 0.6.4.20171222 -> 0.6.5 2019-02-24 19:40:29 +00:00
Orivej Desh dd269b4628 kmplot: init at 18.12.1 2019-02-21 16:19:41 +00:00
Orivej Desh d7f4b13ccf lftp: do not look for expat and zlib in /usr/include
This behaviour affects builds without sandboxing.
2019-02-20 20:11:15 +00:00
Orivej Desh c32fa47ab4 aws-sdk-cpp: 1.7.49 -> 1.7.53 2019-02-19 22:40:48 +00:00
Orivej Desh 8f5afc5bb6 aws-c-common: silence warnings that cause -Werror 2019-02-14 10:26:07 +00:00
Orivej Desh f8acd126c5 aws-sdk-cpp: 1.6.52 -> 1.7.49
Since 1.7.0 it requires new aws-c* dependencies:
https://github.com/aws/aws-sdk-cpp/releases/tag/1.7.0
https://github.com/aws/aws-sdk-cpp/commit/ffd81252bec92f3e0587e144b07c05f8aed28eb1
2019-02-14 09:19:04 +00:00
Orivej Desh 71e37427da aws-c-event-stream: init at 0.1.1 2019-02-14 09:19:04 +00:00
Orivej Desh b0ecd537bb aws-checksums: init at 0.1.2 2019-02-14 09:19:04 +00:00
Orivej Desh 5967ac107a aws-c-common: init at 0.3.2 2019-02-14 09:19:04 +00:00
Orivej Desh d55f53d019 slirp4netns: fix call 2019-02-14 09:18:33 +00:00
Orivej Desh 59cd3ee895 nccl: 2.1.4 -> 2.4.2-1 (#55292) 2019-02-10 01:20:04 +00:00
Orivej Desh 41e6eeab51 bino3d: init at 1.6.7 2019-01-26 22:44:04 +00:00
Orivej Desh b0757da432 libjpeg-turbo: fix CVE-2018-20330 (#53950) 2019-01-16 01:21:03 +00:00
Orivej Desh 052db93d8f bazel: fix patches after #53988 2019-01-16 00:54:56 +00:00
Orivej Desh d6f401e132 llvm_6, llvm_7: build all default targets (#53941)
This makes LLVM tools (including dependent tools such as LLD) readily useful in
more situations, foresees such needed additions as BPF and NVPTX, and brings
llvm_6 and newer on par with the current default llvm_5.
2019-01-15 04:59:49 +00:00
Orivej Desh c55a42359a libjpeg-turbo: specify djpeg rgb-islow-icc-cmp test dependencies
Hydra failure: https://hydra.nixos.org/build/87096374/nixlog/1

Upstream issue: https://github.com/libjpeg-turbo/libjpeg-turbo/pull/321
2019-01-12 07:35:45 +00:00
Orivej Desh 654f3c467c go-mtpfs: 20150917 -> 2018-02-09 2019-01-09 18:46:41 +00:00
Orivej Desh e6133502a2 bento4: 1.5.1-624 -> 1.5.1-627 2019-01-08 17:57:30 +00:00
Orivej Desh e4e695548c clickhouse: link to libLLVM rather than to individual LLVM libs
The clickhouse program links to LLVM and to the clickhouse library, that also
links to LLVM. When the library is shared but LLVM is static, LLVM gets linked
into the program twice (once via the library and once directly), which causes
this error when running clickhouse:

     : CommandLine Error: Option 'x86-use-base-pointer' registered more than once!
     LLVM ERROR: inconsistency in registered CommandLine options

A common LLVM installation provides static component libraries and a shared
libLLVM. Linking to libLLVM when libclickhouse is shared solves this issue.

Upstream pull request: https://github.com/yandex/ClickHouse/pull/3989
2019-01-06 16:59:47 +00:00
Orivej Desh 7d864c6bd6 clickhouse: build with llvmPackages_latest
This will simplify updates since the upstream tracks the latest llvm.
2019-01-06 02:46:58 +00:00
Orivej Desh 8dddd6d4a1 clang-tools: override llvm version in all-packages 2019-01-05 11:19:37 +00:00
Orivej Desh 830599debe nix1: fix build with boehmgc 7.6.8
It needs -lgc and -lgccpp, but boehmgc pkgconfig file specifies only -lgc.

Broken in https://hydra.nixos.org/build/82223544
2018-12-27 17:53:29 +00:00
Orivej Desh 992fc1ae54 libs3: 2017-06-01 -> 2018-12-03 2018-12-27 17:34:29 +00:00
Orivej Desh 39b3cad721 k3d: fix build 2018-12-27 17:31:28 +00:00
Orivej Desh 6d315ab1fa allegro4: fix build with mesa 18.2.5
GL/glxext.h include guard was changed in
https://cgit.freedesktop.org/mesa/mesa/commit/include/GL/glxext.h?h=mesa-18.2.5&id=06eb33960e85994bd4ee952395dde6d1762c93b5
2018-12-27 17:15:27 +00:00
Orivej Desh 21f04bc66a pythonPackages.sip: enable parallel building 2018-12-27 13:10:59 +00:00
Orivej Desh 666be18aa3 opentx: fix build, support building tests
It checks for "nano" with "if(NOT NANO STREQUAL NO)".

Broken since https://hydra.nixos.org/build/83296608 (#48286).
2018-12-27 11:40:50 +00:00
Orivej Desh 4ec84c297c pythonPackages.pyqt5: import sip as PyQt5.sip
pyqt5 5.11 has switched from sip to PyQt5.sip.
2018-12-27 11:17:22 +00:00
Orivej Desh bf1a563af0 pythonPackages.sip: make sip-module name overridable
The author of sip wants it to be a private dependency of other packages by
making it importable under different names.
2018-12-27 11:17:22 +00:00
Orivej Desh 056627a3bf Merge "cura: 3.4.1 -> 3.6.0" 2018-12-27 02:26:19 +00:00
Orivej Desh 8112354f4f cura: 3.4.1 -> 3.6.0 2018-12-27 02:21:02 +00:00
Orivej Desh 3ce19d96b3 curaengine: 3.4.1 -> 3.6.0 2018-12-27 02:19:24 +00:00
Orivej Desh b742250b31 python3Packages.uranium: 3.5.1 -> 3.6.0 2018-12-27 02:18:31 +00:00
Orivej Desh ab95c92349 python3Packages.libarcus: 3.4.1 -> 3.6.0 2018-12-27 02:18:31 +00:00
Orivej Desh cbdaa29c3e python3Packages.libsavitar: init at 3.6.0 2018-12-27 02:18:31 +00:00
Orivej Desh 9b3204d41b pythonPackages.uranium: add missing dependency on shapely
Needed since 3.5.1: https://github.com/Ultimaker/Uranium/commit/0c6d90b42d29fae5f41c23487e74ae8164b324ac
2018-12-27 01:34:15 +00:00
Orivej Desh 5c5c83fb4e qt5: update nixpkgs directory in readme 2018-12-26 20:21:35 +00:00
Orivej Desh 483b87ba09 pythonPackages.qrcode: disable tests with Python 3
They fail since qrcode 6.0:
https://hydra.nixos.org/job/nixpkgs/trunk/python37Packages.qrcode.x86_64-linux

Upstream issue: https://github.com/lincolnloop/python-qrcode/issues/163
2018-12-26 02:54:26 +00:00
Orivej Desh 2102ff090d pythonPackages.jsonrpclib-pelix: disable tests
Version 0.3.2 has started to advertise the tests in setup.py, but there are no
tests in the PyPI distribution.
2018-12-26 02:52:29 +00:00
Orivej Desh 669705c620 pythonPackages.ofxparse: fix build
Broken by 0fde2cf4e1 in #49741.
2018-12-26 02:52:28 +00:00
Orivej Desh 4f909b59b4 pythonPackages.goobook: fix build
Broken by e424952826 in #49741.
2018-12-26 02:52:28 +00:00
Orivej Desh 3fd67fbb42 pythonPackages.taskw: fix build
Broken by 8600798172 in #49741.
2018-12-26 02:52:28 +00:00
Orivej Desh 84d133c845 pythonPackages.secretstorage: init at 2.3.1 for Python 2 2018-12-26 02:52:28 +00:00
Orivej Desh 6137c6de6c pythonPackages.secretstorage: fix license 2018-12-26 02:52:28 +00:00
Orivej Desh c6f9068804 pythonPackages.parsel: fix for Python 2 2018-12-26 02:52:28 +00:00
Orivej Desh f2eb569250 psi-plus: 1.4.404 -> 1.4.504 2018-12-26 02:16:18 +00:00
Orivej Desh f471114ab6 libdeflate: init at 1.1 (#52832) 2018-12-25 14:04:13 +00:00
Orivej Desh 18a5e8c36b licenses: update SPDX IDs (#52711)
See the bottom of https://spdx.org/licenses/ for the list of deprecations.

The explicit URLs of agpl3Plus and gpl2Classpath were dropped because the
default SPDX URL is correct.

wxWindows ID had wrong capitalization.
2018-12-24 23:29:58 +00:00
Orivej Desh 8eccf9e284 bento4: fix license
The documentation says GPL2, and the source files also say "or any later version".
https://www.bento4.com/about/
https://github.com/axiomatic-systems/Bento4/blob/v1.5.1-624/Source/C++/CApi/Bento4C.h
2018-12-21 14:12:24 +00:00
Orivej Desh 9e36eee829 libopenaptx: init at 0.1.0 2018-12-17 04:41:16 +00:00
Orivej Desh 0c1a4e808a libpqxx: fix license 2018-12-06 16:35:08 +00:00
Orivej Desh 63c7ed9788 hyperrogue: 10.4j -> 10.5a 2018-11-27 20:28:13 +00:00
Orivej Desh f55a63329d objconv: 2.48 -> 2.51 2018-11-20 11:48:50 +00:00
Orivej Desh 75f477b9c0 creduce: replace patchPhase with postPatch 2018-11-20 06:03:02 +00:00
Orivej Desh 095c00b558 eigen: replace with eigen3_3: 3.2.10 -> 3.3.5 2018-11-19 10:27:19 +00:00
Orivej Desh 6daa1938b6 movit: 1.5.1 -> 1.6.2, fix build after #49310
Fixes #49883
2018-11-19 10:05:52 +00:00
Orivej Desh 023e54404c eigen3_3: fix EIGEN3_INCLUDE_DIR location (#50628)
Eigen assumes that CMAKE_INSTALL_INCLUDEDIR is a path relative to
CMAKE_INSTALL_PREFIX (typically "include"), but CMake supports it being an
absolute path, which is the case in Nixpkgs. This resulted in EIGEN3_INCLUDE_DIR
being set to "/nix/store/…eigen…//nix/store/…eigen…/include/eigen3".

GNUInstallDirs_get_absolute_install_dir requires CMake 3.7.
2018-11-18 21:30:07 +00:00
Orivej Desh e66d263f6b eigen3_3: move version overrides to all-packages.nix 2018-11-18 10:53:25 +00:00
Orivej Desh 471f1be718 gdb: 8.1.1 -> 8.2 (#50444) 2018-11-16 07:31:05 +00:00
Orivej Desh b633e1b3d4 aws-sdk-cpp: 1.6.20 -> 1.6.52 2018-11-15 18:28:26 +00:00
Orivej Desh 101133deae fasm: init at 1.73.04 (#50378) 2018-11-15 13:20:00 +00:00
Orivej Desh 2372852957 flex_2_5_35: replace with flex 2.6.4 in coprthr, gradm, maude, scotch 2018-11-13 03:40:53 +00:00
Orivej Desh 5b4044ab55 flex_2_6_1: delete in favor of flex 2.6.4 (#50292) 2018-11-13 01:59:55 +00:00
Orivej Desh 08d98b2e38 linux: enable CGROUP_HUGETLB, CGROUP_PERF, CGROUP_RDMA (#50225)
These options were added in:

NAMESPACES 2.6.25
CGROUP_DEVICE 2.6.26
CGROUP_HUGETLB 3.6
CGROUP_PERF 2.6.39
CGROUP_RDMA 4.11
2018-11-13 01:13:00 +00:00
Orivej Desh bad54d8704 gargoyle: 2017-08-27 -> 2018-10-06 2018-11-11 03:42:39 +00:00
Orivej Desh 65e0b5c725 dosbox: 0.74 -> 0.74-2 2018-11-11 02:42:33 +00:00
Orivej Desh b3e2a48453 SDL_sound: enable on Darwin 2018-11-11 02:42:33 +00:00
Orivej Desh 4c9729ab53 psi-plus: 1.3.422 -> 1.4.404 2018-11-09 18:29:05 +00:00
Orivej Desh 62ce2bb42a eccodes: build with openjpeg
It did not look for openjpeg-2.3 and was built without openjpeg support.
2018-10-25 17:59:13 +00:00
Orivej Desh d09961c22b openjpeg_2: rename from openjpeg_2_1 at 2.3.0 2018-10-25 17:46:48 +00:00
Orivej Desh dbc4ee75a2 psi-plus: 1.3.410 -> 1.3.422 2018-10-05 12:08:16 +00:00
Orivej Desh 3fea6319f9 numactl: drop musl patch
musl support was added upstream in v2.0.12 in
https://github.com/numactl/numactl/commit/31dc2951c758698bff060aeae8ffd8854616183b
2018-10-05 09:59:17 +00:00
Orivej Desh eeac44c81a retroshare: mark as broken (#47350)
Broken by libupnp: 1.6.21 -> 1.8.3 (#41684).
2018-09-28 11:57:26 +02:00
Orivej Desh 42df4e6686 pokerth: build with protobuf 3.4
It fails to compile with 3.5 and 3.6.
2018-09-25 17:45:35 +00:00
Orivej Desh 9eb751496c python.pkgs.protobuf: build with the default protobuf 2018-09-25 17:45:35 +00:00
Orivej Desh 616c30af9f protobuf: default to protobuf3_6 2018-09-25 17:45:35 +00:00
Orivej Desh b97ebadd02 altcoins.litecoin: enable parallel building 2018-09-25 13:10:18 +00:00
Orivej Desh 3aa413e08c altcoins.bitcoin-abc: enable parallel building 2018-09-25 12:08:35 +00:00
Orivej Desh c200b49c71 altcoins.bitcoin-xt: enable parallel building 2018-09-25 12:00:11 +00:00
Orivej Desh a46a45a065 syslogng: enable parallel building 2018-09-25 11:53:36 +00:00
Orivej Desh 3083cf6326 qradiolink: enable parallel building 2018-09-25 11:41:56 +00:00
Orivej Desh b0d2aa4477 bitcoin-classic: enable parallel building 2018-09-25 11:38:17 +00:00
Orivej Desh a729229d19 mumble: build with -std=c++11
It fails to build with its default -std=c++98 with protobuf 3.6.
2018-09-25 10:47:01 +00:00
Orivej Desh f5aed4dd5e protobufc: 1.3.0 -> 1.3.1 2018-09-25 03:50:40 +00:00
Orivej Desh 1c3ecab0f7 protobuf3_6: init at 3.6.1 2018-09-25 01:44:46 +00:00
Orivej Desh 12a1c2e6c5 protobuf: rename github owner to protocolbuffers
https://github.com/google/protobuf redirects to
https://github.com/protocolbuffers/protobuf
2018-09-25 01:43:15 +00:00
Orivej Desh 1491d4f268 yed: 3.18.1 -> 3.18.1.1 2018-09-22 16:59:38 +00:00
Orivej Desh 39817f728b Update htslib and dependent packages 2018-09-21 22:49:58 +00:00