Commit Graph
100 Commits
Author SHA1 Message Date
Daiderd Jordan b6e1b2f962 Merge pull request #49145 from Mic92/rustc
rust: 1.29.1 -> 1.30.0
2018-10-26 16:44:12 +01:00
Daiderd Jordan 1b47b95638 cargo: fix darwin build
It depends the Security framework now.
2018-10-26 16:06:56 +01:00
Daiderd Jordan 0d64e81ce6 rustc: fix moved tests and darwin build 2018-10-26 12:14:24 +01:00
Daiderd Jordan e38b90316f Merge pull request #48944 from danieldk/fzf-0.17.5
fzf: 0.17.4 -> 0.17.5
2018-10-24 12:07:08 +02:00
Daiderd Jordan d0544a355b yarn: add platforms (#48912) 2018-10-24 10:27:06 +02:00
Daiderd Jordan ab6bbdd5cd linux-headers: Fix Darwin cross build
Carefully fake cc-version and cc-fullversion to avoid needing a compiler
for the kernel itself to build the headers.

For some reason, doing `make install_headers` twice, first without
INSTALL_HDR_PATH=$out then with, is neccessary to get this to work.
2018-10-23 23:20:42 -04:00
Daiderd Jordan d856710c1f reattach-to-user-namespace: 2.6 -> 2.7 (#48283)
Adds macOS Mojave (10.14) support.
2018-10-12 22:31:43 +02:00
Daiderd Jordan 5c14decaa3 nix-index: fix darwin build 2018-10-12 19:04:19 +02:00
Daiderd Jordan 764dbef8b1 Merge pull request #48169 from LnL7/darwin-erlang-wx
erlang: temporarily disable wxSupport on darwin
2018-10-11 19:07:00 +02:00
Daiderd Jordan 9fd53e02ad erlang: temporarily disable wxSupport on darwin
Workaround for #48065
2018-10-10 20:15:14 +02:00
Daiderd Jordan 605d89504c Merge pull request #47933 from zimbatm/vault-0.11.2
vault: 0.11.1 -> 0.11.2
2018-10-09 21:39:02 +02:00
Daiderd Jordan 1383c08f2c Merge branch 'master' into staging-next 2018-10-01 19:42:07 +02:00
Daiderd Jordan 9d59281c61 mosh: fix clang build
The darwin build started to fail because of protobuf c++11 related
errors https://hydra.nixos.org/build/82082958.
2018-09-29 23:26:07 +02:00
Daiderd Jordan 9b99819283 freedroidrpg: don't build on hydra
Similar to some other builds, sdl-config gets stuck and times out.

    checking for sdl-config... /nix/store/q2hm1ka0qxs2gv5bmrxj7j80lygk4b5z-SDL-1.2.15-dev/bin/sdl-config
    building of '/nix/store/m2d7v0n5hd2498vfxp18i37p7r1lf76p-freedroidrpg-0.16.1' timed out after 7200 seconds of silence

/cc ZHF #45961
2018-09-25 22:34:30 +02:00
Daiderd Jordan cd78d0cc3f flpsed: mark linux only
Doesn't build on darwin and probably other platforms.

    GsWidget.H:26:3: error: 'Atom' does not name a type; did you mean 'tm'?
       Atom atoms[5];
       ^~~~
       tm
    GsWidget.cxx: In member function 'void GsWidget::setProps()':
    GsWidget.cxx:47:2: error: 'atoms' was not declared in this scope
      atoms[0] = XInternAtom(fl_display,"GHOSTVIEW" , false);
      ^~~~~

/cc ZHF #45961
2018-09-25 22:31:20 +02:00
Daiderd Jordan 6390b8b63e fox: mark broken on darwin
Undefined symbols for architecture x86_64:
      "_MPCreateSemaphore", referenced from:
          FX::FXSemaphore::FXSemaphore(int) in FXThread.o
          FX::FXSemaphore::FXSemaphore(int) in FXThread.o
      "_MPDeleteSemaphore", referenced from:
          FX::FXSemaphore::~FXSemaphore() in FXThread.o
          FX::FXSemaphore::~FXSemaphore() in FXThread.o
      "_MPSignalSemaphore", referenced from:
          FX::FXSemaphore::post() in FXThread.o
      "_MPWaitOnSemaphore", referenced from:
          FX::FXSemaphore::wait() in FXThread.o
          FX::FXSemaphore::trywait() in FXThread.o
    ld: symbol(s) not found for architecture x86_64

/cc ZHF #45961
2018-09-25 22:31:19 +02:00
Daiderd Jordan 9c4b11e9a0 Revert "patch-shebangs: respect cross compilation"
This causes problems for packages built using a bootstrap stdenv,
resulting in references to /bin/sh or even bootstrap-tools. The darwin
stdenv is much stricter about what requisites/references are allowed but
using /bin/sh on linux is also undesirable.

eg. https://hydra.nixos.org/build/81754896

    $ nix-build -A xz
    $ head -n1 result-bin/bin/xzdiff
    #!/nix/store/yvc7kmw98kq547bnqn1afgyxm8mxdwhp-bootstrap-tools/bin/sh

This reverts commit f06942327a.
2018-09-25 21:11:54 +02:00
Daiderd Jordan 52a1179b6c ffmpeg: don't use gcc on darwin (#47189)
This isn't necessary and causes build failures for certain versions.

    CC      libavfilter/libmpcodecs/vf_eq2.o
    CC      libavfilter/libmpcodecs/vf_fil.o
    CC      libavfilter/libmpcodecs/vf_fspp.o
    libavfilter/libmpcodecs/vf_fspp.c:939:18: error: unknown token in expression
            movq %mm2, 0*8+(%rsp)

/cc ZHF #45961
2018-09-22 23:13:10 +02:00
Daiderd Jordan 52ad963b50 eiskaltdcpp: mark linux only
The darwin build fails and other platforms will probably run into
similar issues.

    Determining if the Q_WS_QWS exist failed with the following output:
    Change Dir: /tmp/nix-build-eiskaltdcpp-2.2.10.drv-0/source/build/CMakeFiles/CMakeTmp

    Run Build Command:"/nix/store/qfag24z6xsr6jkyi8gb4cv62rp945rbk-gnumake-4.2.1/bin/make" "cmTC_14e67/fast"
    /nix/store/qfag24z6xsr6jkyi8gb4cv62rp945rbk-gnumake-4.2.1/bin/make -f CMakeFiles/cmTC_14e67.dir/build.make CMakeFiles/cmTC_14e67.dir/build
    make[1]: Entering directory '/private/tmp/nix-build-eiskaltdcpp-2.2.10.drv-0/source/build/CMakeFiles/CMakeTmp'
    Building CXX object CMakeFiles/cmTC_14e67.dir/CheckSymbolExists.cxx.o
    /nix/store/2gdwhdzhy4iwkp7fh8v6gy6nxj1zi9pv-clang-wrapper-5.0.2/bin/clang++   -I/nix/store/8dzqilmdr0p3qmmrxh51xk7wli6grm0i-qt-4.8.7/include -F/nix/store/8dzqilmdr0p3qmmrxh51xk7wli6grm0i-qt-4.8.7/lib  -std=c++0x -pipe -Wformat -Werror=format-security  -arch x86_64   -o CMakeFiles/cmTC_14e67.dir/CheckSymbolExists.cxx.o -c /tmp/nix-build-eiskaltdcpp-2.2.10.drv-0/source/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
    /tmp/nix-build-eiskaltdcpp-2.2.10.drv-0/source/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: use of undeclared identifier 'Q_WS_QWS'
      return ((int*)(&Q_WS_QWS))[argc];
                  ^

/cc ZHF #45961
2018-09-21 20:49:37 +02:00
Daiderd Jordan 1a1a5af252 Merge pull request #47051 from LnL7/darwin-broken-d
broken darwin packages (d)
2018-09-21 20:15:00 +02:00
Daiderd Jordan 33f818198b docker-proxy: mark linux only
Unlike docker (cli only) this probably won't work on darwin.

    github.com/docker/libnetwork/networkdb
    can't load package: package github.com/docker/libnetwork/ns: build constraints exclude all Go files in /private/tmp/nix-build-docker-proxy-7b2b1feb1de4817d522cc372af149ff48d25028e.drv-0/go/src/github.com/docker/libnetwork/ns

/cc ZHF #45961
2018-09-20 22:22:53 +02:00
Daiderd Jordan 709a828e71 dico: mark linux only.
Never built successfully.

    Undefined symbols for architecture x86_64:
      "_rpl_strerror", referenced from:
          _default_print_diag in libgrecs.a(diag.o)
          _grecs_symtab_strerror in libgrecs.a(symtab.o)
          _parse_inet in libgrecs.a(sockaddr.o)
    ld: symbol(s) not found for architecture x86_64

/cc ZHF #45961
2018-09-20 22:19:56 +02:00
Daiderd Jordan f6bc086b21 dolphinEmuMaster: mark broken on darwin
The default version isn't enabled on darwin either, however it did work
at some point.

    /tmp/nix-build-dolphin-emu-2018-08-17.drv-0/source/Source/Core/Core/NetPlayServer.cpp:1180:26: error: unknown type name 'lzo_uint32_t'; did you mean 'lzo_uint32'?
      std::vector<u8> wrkmem(LZO1X_1_MEM_COMPRESS);

/cc ZHF #45961
2018-09-20 22:17:57 +02:00
Daiderd Jordan 3442408df6 Merge pull request #46664 from mbode/grv_darwin
gitAndTools.grv: fix darwin build by using go 1.9
2018-09-14 23:19:53 +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
Daiderd Jordan 68956555c1 calaos_installer: fix darwin install (#46629)
On darwin this builds an application instead of a binary.

/cc ZHF #45961
2018-09-13 23:40:30 +02:00
Daiderd Jordan d782c4eba5 cargo-update: fix darwin build (#46625)
On darwin libcurl is also needed.

/cc ZHF #45961
2018-09-13 23:36:17 +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
Daiderd Jordan 04cba83e7f brlaser: cleanup and mark linux only (#46622)
The test binaries depend use open_memstream which isn't available on
darwin.

    error: use of undeclared identifier 'open_memstream'

/cc ZHF #45961
2018-09-13 22:47:34 +02: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
Daiderd Jordan 9fc6f1123d asymptote: mark broken on darwin
It only builds with gc-7.6.0 on darwin for some reason.

/cc ZHF #45961
2018-09-12 23:14:42 +02:00
Daiderd Jordan b814881394 aws-okta: mark broken on darwin
Could be caused by our older 10.10.5 CoreFoundation.

    # github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain
    go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:35:33: cannot use nil as type _Ctype_CFAllocatorRef in argument to _Cfunc_CFDataCreate
    go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:61: cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
    go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:98:41: cannot use nil as type _Ctype_CFAllocatorRef in argument to _Cfunc_CFStringCreateWithBytes
    go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:133: cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal

/cc ZHF #45961
2018-09-12 23:14:41 +02:00
Daiderd Jordan 0dff3d5c73 litecoin: add missing framework and mark broken on darwin
In file included from qt/bitcoin.cpp:9:
    ./qt/bitcoingui.h:14:10: fatal error: 'QLabel' file not found
    #include <QLabel>
             ^~~~~~~~
    1 error generated.

/cc ZHF #45961
2018-09-12 23:14:40 +02:00
Daiderd Jordan 6e90c2e0bd Merge pull request #46580 from zimbatm/vault-0.11.1
vault: 0.10.4 -> 0.11.1
2018-09-12 23:10:33 +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
Daiderd Jordan e7ecf593e2 ethsign: mark broken on darwin
Could be caused by our older 10.10.5 CoreFoundation.

    go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:51:216:
    cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
    go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:162:47:
    cannot use nil as type _Ctype_CFAllocatorRef in argument to
    _Cfunc_CFStringCreateWithCStringNoCopy
    go/src/github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:163:225:
    cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal

/cc ZHF #45961
2018-09-12 21:07:37 +02:00
Daiderd Jordan 8f6ede967e bitcoin-xt: mark broken on darwin
/cc ZHF #45961
2018-09-12 21:07:31 +02:00
Daiderd Jordan eaff0b74c0 bitcoin-unlimited: mark broken on darwin
/cc ZHF #45961
2018-09-12 21:07:28 +02:00
Daiderd Jordan d990bae6ef bitcoin-classic: mark broken on darwin
Last successful build https://hydra.nixos.org/build/74552951.

/cc ZHF #45961
2018-09-12 21:07:25 +02:00
Daiderd Jordan cf9d1a6d30 bitcoin-abc: mark broken on darwin
Last successful build https://hydra.nixos.org/build/74552872.

/cc ZHF #45961
2018-09-12 21:07:22 +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
Daiderd Jordan 139eb11a6d alock: mark linux only
The darwin build fails and it's probably not particularly useful there.

    utils.c:33:19: error: use of undeclared identifier 'CLOCK_MONOTONIC'
        clock_gettime(CLOCK_MONOTONIC, &t);

/cc ZHF #45961
2018-09-12 20:06:06 +02:00
Daiderd Jordan 2164e39eaa aria2: fix darwin build (#46548)
Not released yet, see https://github.com/aria2/aria2/issues/1198

/cc ZHF #45961
2018-09-12 00:11:12 +02:00
Daiderd Jordan f4a3427539 Merge pull request #46540 from LnL7/darwin-perl-TestRunCmdLine
perl-TestRunCmdLine: disable tests on darwin
2018-09-11 22:04:45 +02:00
Daiderd Jordan f61279e45b perl-TestRunCmdLine: disable tests on darwin
/cc ZHF #45961
2018-09-11 21:03:57 +02:00
Daiderd Jordan 5e8fd8792b perl-Mouse: fix darwin build
/cc ZHF #45961
2018-09-11 00:55:30 +02:00
Daiderd Jordan dc6b36b994 perl-Module-Build-XSUtil: fix darwin build
While building the tests LD gets called with -mmacosx-version-min=10.10
which is a CC flag, causing the build to fail with LD=ld.  This is
pretty common with perl packages.

/cc ZHF #45961
2018-09-11 00:28:05 +02:00
Daiderd Jordan 189b861638 Merge pull request #46422 from LnL7/darwin-bullet
bullet: fix darwin build
2018-09-10 21:34:03 +02:00
Daiderd Jordan 939debc7a4 bullet: fix darwin build
The examples fail with an opengl related issue:

    Undefined symbols for architecture x86_64:
      "SimpleOpenGL3App::SimpleOpenGL3App(char const*, int, int, bool)", referenced from:
          _main in main_opengl_single_example.o
      "_useShadowMap", referenced from:
          GL_ShapeDrawer::drawScene(btDiscreteDynamicsWorld const*, bool, int) in GL_ShapeDrawer.o
    ld: symbol(s) not found for architecture x86_64

And the tests need an extra dependencly, possibley related to
https://github.com/bulletphysics/bullet3/issues/819

    ld: library not found for -lBussIK

/cc ZHF #45961
2018-09-09 15:34:03 +02:00
Daiderd Jordan 4e282e295f altcoins.btc1: fix darwin build (#46398)
Only hexdump was needed from utillinux which is also available on darwin
through the unixtools meta package.
2018-09-09 14:54:16 +02:00
Daiderd Jordan 9e2e667d05 Merge pull request #44640 from LnL7/beam-erlangR20
beam-packages: default erlangR19 -> erlangR20
2018-09-01 14:24:11 +02:00
Daiderd Jordan 85fdbf6123 cuter: use erlangR19 and cleanp expression
It fails to build using R20 and there's no new release available.
2018-08-31 22:27:13 +02:00
Daiderd Jordan 477efb9d87 Merge pull request #42464 from LnL7/manual-installcheck
doc: add installCheckTarget and installCheckFlags to manual
2018-08-31 20:08:16 +02:00
Daiderd Jordan c66c469433 Merge pull request #45352 from LnL7/darwin-vim-x11
vim_configurable: fix darwin build with guiSupport
2018-08-28 21:14:22 +02:00
Daiderd Jordan 440b09e228 Merge pull request #45680 from ejpcmac/update-elixir
elixir: 1.6.6 -> 1.7.3 (Update from elixir_1_6 to elixir_1_7)
2018-08-27 21:57:08 +02:00
Daiderd Jordan ac91e6ae04 Merge pull request #43754 from r-ryantm/auto-update/lensfun
lensfun: 0.3.2 -> 0.3.95
2018-08-25 12:56:26 +02:00
Daiderd Jordan cfc3d7c918 vim_configurable: use gtk3 on darwin 2018-08-24 00:38:12 +02:00
Daiderd Jordan 51469b7d2b Merge pull request #45163 from LnL7/mypy-protobuf
mypy-protobuf: init at 1.6
2018-08-23 21:41:13 +02:00
Daiderd Jordan 8c2b4ad454 bats: 0.4.0 -> 1.1.0 2018-08-23 21:14:59 +02:00
Daiderd Jordan ecd9d74d97 Merge pull request #45488 from ejpcmac/update-elixir_1_6
elixir_1_6: 1.6.5 -> 1.6.6
2018-08-23 01:01:47 +02:00
Daiderd Jordan 488f6a2bfd Merge pull request #45484 from ejpcmac/erlang-parallel-building
erlang: Enable parallel building
2018-08-23 01:00:45 +02:00
Daiderd Jordan f3bf9610e9 Merge pull request #45489 from ejpcmac/fix-elixir-minimumOTPVersion
elixir: Fix minimum OTP version
2018-08-23 00:19:01 +02:00
Daiderd Jordan 6a335f993e Merge pull request #39502 from LnL7/darwin-harfbuzz
harfbuzz: add CoreText support for darwin
2018-08-22 21:49:01 +02:00
Daiderd Jordan 80aca28e34 harfbuzz: add harfbuzzFull and remove other variants 2018-08-21 21:04:15 +02:00
Daiderd Jordan 10267bfc90 harfbuzz: avoid rebuilds 2018-08-21 21:01:34 +02:00
Daiderd Jordan c93660a7a4 harfbuzz: add CoreText support 2018-08-21 21:01:21 +02:00
Daiderd Jordan e2ef327652 vim_configurable: disable darwinSupport by default
Using gtk + darwin support seems broken at the moment, we probably want
guiSupport = "carbon" instead but that doesn't work and something like
macvim is probably better for that.  This fixes the build while keeping
guiSupport enabled which might be desirable for eg. +clientserver.

Fixes #45025
2018-08-19 21:52:51 +02:00
Daiderd Jordan 8a6064a526 vim_configurable: make gtk optional
Using vim_configurable.override { guiSupport = "no"; } would still pull
in gtk2 as a dependency.
2018-08-19 21:41:15 +02:00
Daiderd Jordan a50807e1b8 vim_configurable: fix lua reference 2018-08-19 21:39:10 +02:00
Daiderd Jordan 98579944cd Merge pull request #45324 from teto/libvirt_fix2
libvirt: darwin/linux fix dlopen("libjansson.so.4")
2018-08-19 21:21:27 +02:00
Daiderd Jordan 7efb1828ed Merge pull request #45311 from Thra11/vim-lastplace
vim-lastplace: init at 2017-06-13
2018-08-19 13:32:53 +02:00
Daiderd Jordan 4d659bc485 Merge pull request #45310 from Thra11/vim-qml
vim-qml: init at 2018-07-22
2018-08-19 13:32:37 +02:00
Daiderd Jordan bbd9a9deb0 Merge pull request #45300 from thefloweringash/quaternion-darwin
quaternion: Darwin support, fix dependencies and installed outputs
2018-08-19 13:15:44 +02:00
Daiderd Jordan ac95ddb008 gtk3: propagate Cocoa on darwin
Generally frameworks should not be propagated, but in this case it's
always needed so we propagate (only) Cocoa.
2018-08-19 13:09:25 +02:00
Daiderd Jordan 27fcd62209 vim-nix: 2018-07-01 -> 2018-08-19 2018-08-19 13:06:51 +02:00
Daiderd Jordan 0ad3721616 Merge pull request #44630 from LnL7/darwin-gtk-x11
gtk3: add x11Support for darwin
2018-08-18 22:14:33 +02:00
Daiderd Jordan abe2ab1581 at-spi2-core: fix darwin dylib install_name 2018-08-18 21:37:27 +02:00
Daiderd Jordan a71a9eab8c at-spi2-atk: fix darwin dylib install_name 2018-08-18 21:37:26 +02:00
Daiderd Jordan 2286655abd gtk3: add x11Support for darwin 2018-08-18 21:37:25 +02:00
Daiderd Jordan 3c5c50488d Merge pull request #45157 from mikemckibben/fix/oracle-instantclient-dylib
oracle-instantclient: fixes dylib rpath on macos
2018-08-18 18:06:20 +02:00
Daiderd Jordan 8395f9aa85 Merge pull request #45162 from Calvin-L/patch-2
gdal: allow version 1.11 on Darwin
2018-08-17 01:55:34 +02:00
Daiderd Jordan 8bef91d84a protobuf: fix missing google.protobuf.compiler 2018-08-17 01:36:41 +02:00
Daiderd Jordan d8b202698c mypy-protobuf: init at 1.6 2018-08-17 01:36:40 +02:00
Daiderd Jordan 1d417c39f0 Merge pull request #45150 from r-ryantm/auto-update/shairport-sync
shairport-sync: 3.2 -> 3.2.1
2018-08-16 22:37:25 +02:00
Daiderd Jordan 062ae9ee0a c-ares: fix darwin cmake-config 2018-08-16 22:06:24 +02:00
Daiderd Jordan 2058c69de0 grpc: fix darwin build 2018-08-16 22:06:18 +02:00
Daiderd Jordan ea1542e9ee Merge pull request #43140 from LnL7/macos-10.14
darwin: fix Libsystem compatibility for macOS 10.14
2018-08-14 23:02:04 +02:00
Daiderd Jordan 4c0e25089e Merge pull request #44902 from danieldk/grpcio-darwin
python/grpcio: fix darwin build
2018-08-14 01:10:40 +02:00
Daiderd Jordan e55eec5208 Merge pull request #44912 from thefloweringash/dcraw-darwin
dcraw: fix build on Darwin
2018-08-14 01:06:41 +02:00
Daiderd Jordan 3d436409bc Merge pull request #44729 from Ma27/fix-weechat-xmpp
weechat-xmpp: create proper runtime environment
2018-08-13 21:14:14 +02:00
Daiderd Jordan 54f901d346 Libsystem: remove version symbols
These no longer exist on 10.14

Fixes #42719
2018-08-12 00:32:18 +02:00
Daiderd Jordan bf2d73ca84 vault: 0.10.3 -> 0.10.4 2018-08-11 14:47:54 +02:00
Daiderd Jordan d113c02563 services-vault: make package configurable and add extraConfig option 2018-08-09 23:22:53 +02:00
Daiderd Jordan c6a7bf0bc2 beam-packages: default erlangR19 -> erlangR20 2018-08-07 23:27:41 +02:00
Daiderd Jordan e4083a7d78 vim_configurable: fix darwin build 2018-08-07 08:45:48 +02:00
Daiderd Jordan 5b2ff69544 python-language-server: add providers option
Adding all of the extra dependencies isn't always desirable and
overriding a bunch of inputs is a bit cumbersome and brittle.

eg.

python-language-server.override { providers = ["rope"]; }
2018-08-06 20:41:52 +02:00
Daiderd Jordan d12afcf734 python-language-server: 0.18.0 -> 0.19.0 2018-08-06 19:48:24 +02:00