Commit graph

53251 commits

Author SHA1 Message Date
xeji c2c9c6adfe
Merge pull request #46385 from xeji/p/broken
mark long-failing packages broken for 18.09
2018-09-15 00:54:49 +02:00
xeji 57ee141696
geis: fix build (#46663)
disable format hardening, ignore some compiler warnings
2018-09-14 23:58:04 +02:00
Jan Tojnar 7771df135f
Merge pull request #46636 from jtojnar/flatpak-1.0.2
flatpak: 0.99.3 → 1.0.2
2018-09-14 14:56:57 +02:00
xeji f1f8ce80c4
Merge pull request #46608 from xeji/p/python-fixes-2
pythonPackages: fix some broken builds
2018-09-14 10:56:59 +02:00
xeji 3531c276d5
Merge pull request #46628 from LnL7/darwin-broken-c
broken darwin packages (c)
2018-09-14 10:43:40 +02:00
Michael Raskin 3aeb6066e7
Merge pull request #46328 from YorikSar/gn
gn: 20180423 -> 20180830
2018-09-14 05:48:04 +00:00
Jan Tojnar 7d2c8bbe9a
flatpak-builder: add libyaml 2018-09-14 05:09:02 +02:00
Tor Hedin Brønner 37a828ec27
flatpak: 0.99.3 -> 1.0.2 2018-09-14 05:09:01 +02:00
Jan Tojnar 2d19ee6247
xdg-dbus-proxy: init at 0.1.0 2018-09-14 05:09:01 +02:00
Tor Hedin Brønner b6c17cd46f
xdg-desktop-portal-gtk: 0.99 -> 1.0.2 2018-09-14 05:09:01 +02:00
Tor Hedin Brønner 0d994736a1
xdg-desktop-portal: 0.99 -> 1.0.2 2018-09-14 05:09:00 +02:00
Tor Hedin Brønner c32b0409a9
pipewire: 0.1.9 -> 0.2.3
I also removed pipewire from mutter temporarily, since it is not compatible.
2018-09-14 05:09:00 +02:00
Daiderd Jordan 807b0105b4 ceres-solver: fix darwin build (#46626)
The Basel BUILD file conflicts with the cmake build directory on
case-insensitive filesystems, eg. darwin.

/cc ZHF #45961
2018-09-13 23:44:14 +02:00
Christopher Ostrouchov 9ef31b2f96 papi: init at 5.6.0 (#46619)
papi is a high resolution performance counter.
2018-09-13 23:35:06 +02:00
Daiderd Jordan 327edb4b1d
cargo-web: mark broken on darwin
Looks CoreFoundation related.

    Undefined symbols for architecture x86_64:
      "_CFURLResourceIsReachable", referenced from:
          fsevent_sys::core_foundation::str_path_to_cfstring_ref::h0ea4bd94e2c613f2 in libfsevent_sys-ef30b6879660a6c1.rlib(fsevent_sys-ef30b6879660a6c1.fsevent_sys7-49ce33334334dd3a5c7883bf4070f954.rs.rcgu.o)
    ld: symbol(s) not found for architecture x86_64

/cc ZHF #45961
2018-09-13 23:09:05 +02:00
Daiderd Jordan 54b4000d54
csfml: mark linux only
While it's possible to build on darwin, we never had a successful build.

    Undefined symbols for architecture x86_64:
      "sf::microseconds(long long)", referenced from:
          _sfSleep in Sleep.cpp.o

/cc ZHF #45961
2018-09-13 23:08:49 +02:00
Daiderd Jordan 68f7e75517
cernlib: mark broken on darwin
Using gccStdenv makes the build go further, but then it fails with.

    kuipc /private/tmp/nix-build-cernlib-2006.drv-0/2006/src/packlib/kuip/code_kuip/kuipcdf.cdf kuipcdf.c
    Makefile:413: archive/kuipcdf.d: No such file or directory
    make[3]: *** [Makefile:473: kuipcdf.c] Abort trap: 6

/cc ZHF #45961
2018-09-13 23:00:46 +02:00
John Ericson 59be6689fa
Merge pull request #46578 from costrouc/costrouc/xnd-linker
libxnd, libndtypes: refactor add support for darwin
2018-09-13 15:37:12 -04:00
Christopher Ostrouchov e34a9fff1f scalapack: init at 2.0.2 (#46610)
Added scalapack with flexibility to choose blas, lapack, and mpi
implementation.
2018-09-13 21:27:47 +02:00
Chris Ostrouchov 96668812f3
libndtypes: refactor change linker support darwin 2018-09-13 15:20:31 -04:00
Chris Ostrouchov 5a944e4223
libxnd: refactor change linker support darwin 2018-09-13 15:20:08 -04:00
Uli Baum 79d9145469 parmetis: set license to unfree
generic unfree license fits best
2018-09-13 21:10:40 +02:00
Christopher Ostrouchov 3c2a74719a parmetis: init at 4.0.3 (#46615) 2018-09-13 21:02:17 +02:00
Uli Baum d9bdd64f04 pythonPackages.nilearn: fix tests
disable failing tests
2018-09-13 19:40:29 +02:00
Uli Baum be12bb81aa pythonPackages.wordfreq: 2.0 -> 2.2.0, fix build
Previous version didn't build (test failure).
Update to latest, tests use pytest now, disable failing tests.
2018-09-13 18:16:34 +02:00
Jörg Thalheim 80d7a4c872
Merge pull request #46602 from xeji/p/zodb
pythonPackages.zodb: fix tests
2018-09-13 16:55:03 +01:00
Uli Baum 0bda601ee5 pythonPackages.pytest-rerunfailures: fix build
some tests fail since pytest 3.7.2 -> 3.7.4 update, disable them
2018-09-13 17:48:38 +02:00
Uli Baum 781eaa1377 pythonPackages.flask-pymongo: fix build
add missing dependency: vcversioner
2018-09-13 17:25:38 +02:00
Uli Baum 9e4b0b795c pythonPackages.eve: fix build, drop incorrect dependencies
Build failed because of dependency Flask-PyMongo, which actually
isn't a dependency of eve as they have their own flask_pymongo code.

- Drop incorrect dependency flask-pymongo
- Drop redunant dependencies already propageted by flask:
  itsdangerous, werkzeug, jinja2
- Drop dependency markupsafe, not required any more
2018-09-13 17:09:51 +02:00
Uli Baum abe97e9446 pythonPackages.daphne: 2.1.0 -> 2.2.2
Update, re-enable all tests on linux, disable tests on darwin.
This fixes the build of pythonPackages.channels
2018-09-13 16:45:27 +02:00
Thomas Tuegel 503962140e
Merge pull request #46483 from bkchr/kde_frameworks
kde-frameworks: 5.49 -> 5.50
2018-09-13 08:49:58 -05:00
Uli Baum b54677969b pythonPackages.zodb: fix tests
Tests failed after `persistent` was updated to 4.4.
Apply an upstream patch to fix them.
2018-09-13 13:35:34 +02:00
Jörg Thalheim da7990eb5a
Merge pull request #46600 from mcmtroffaes/feature/wolfssl-tls13
wolfssl: enable all features
2018-09-13 12:05:21 +01:00
Uli Baum 83e5bbfb58 qt56.qtwebengine: mark as broken
- no successful build since 2018-04-25
- not used in nixpkgs anymore
2018-09-13 12:28:18 +02:00
xeji 2bc08ce0f5
Merge pull request #46488 from xeji/p/python-fixes
pythonPackages.{pydub,readme_renderer,pyfakefs,us,restview}: fix build
2018-09-13 11:38:20 +02:00
Matthias C. M. Troffaes 66e6ee73d4 wolfssl: enable all features 2018-09-13 10:27:59 +01:00
Uli Baum 6dc57134da pythonPackages.restview: fix tests
Failed after readme_renderer was updated. Apply an upstream patch.
2018-09-13 11:21:19 +02:00
Bastian Köcher df007e9ffe kde-frameworks.syndication: Init 2018-09-13 09:28:22 +02:00
Austin Seipp 0f2b10d1ac libiio: init at 0.15
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-09-12 23:33:57 -05:00
xeji 68b7de9e2e
pythonPackages.BTrees: fix build (#46588)
a test case failed since the update to 4.5.1, disable it
2018-09-13 02:32:37 +02:00
Uli Baum ab5a8b69b0 leksah: mark as broken
no successful build since 2017-08-19
2018-09-13 02:27:04 +02:00
Alyssa Ross 1ec301ded2 openssl: 1.1.0 -> 1.1.1 (#46524) 2018-09-12 23:56:08 +00:00
Daiderd Jordan 89e52157c8
Merge pull request #46584 from LnL7/darwin-broken-a
broken darwin packages (a)
2018-09-13 00:05:42 +02:00
xeji decd819911
Merge pull request #46556 from rnhmjoj/lastpass
qutebrowser: patch all python scripts
2018-09-12 23:51:40 +02:00
xeji 82a49eb8d2
Merge pull request #46355 from xeji/p/nant-drop
nant, boo, banshee: remove
2018-09-12 23:25:37 +02:00
Daiderd Jordan 09c6755175
Merge pull request #46551 from knedlsepp/fix-scs-on-darwin
scs: Fix darwin build
2018-09-12 21:24:34 +02:00
Josef Kemetmüller d726c0ff1d scs: Fix darwin build
Additionally we make the unit-test deterministic by specifying a seed
instead of using something random.
2018-09-12 20:58:26 +02:00
Daiderd Jordan f1542f612b
atlas: mark broken on darwin
Started to fail since 3.10.3.

    /private/tmp/nix-build-atlas-3.10.3.drv-0/ATLAS/build/bin/ATLrun.sh: line 4: 31119 Segmentation fault: 11  $atldir/$*
    make[3]: *** [Makefile:1695: ssanity_test] Error 139

/cc ZHF #45961
2018-09-12 20:50:54 +02:00
Daiderd Jordan 80a4e48e45
asio: mark broken on darwin
Started to fail since 1.12.1.

    Undefined symbols for architecture x86_64:
      "boost::chrono::steady_clock::now()", referenced from:
          pinger::start_send() in ping.o
          asio::detail::timer_queue<asio::detail::chrono_time_traits<boost::chrono::steady_clock, asio::wait_traits<boost::chrono::steady_clock> > >::wait_duration_msec(long) const in ping.o
          asio::detail::timer_queue<asio::detail::chrono_time_traits<boost::chrono::steady_clock, asio::wait_traits<boost::chrono::steady_clock> > >::wait_duration_usec(long) const in ping.o
          asio::detail::timer_queue<asio::detail::chrono_time_traits<boost::chrono::steady_clock, asio::wait_traits<boost::chrono::steady_clock> > >::get_ready_timers(asio::detail::op_queue<asio::detail::scheduler_operation>&) in ping.o
          pinger::handle_receive(unsigned long) in p

/cc ZHF #45961
2018-09-12 20:10:10 +02:00
Peter Simons e0c081c6ac haskell-cabal2nix: update override for hpack 0.31.0
* pkgs/development/haskell-modules/configuration-common.nix:
2018-09-12 13:14:22 +02:00