Commit Graph
100 Commits
Author SHA1 Message Date
Daiderd Jordan 1de5065375 plan9port: remove cf-private
No longer needed since #63381.
2019-12-27 18:36:03 +01:00
Daiderd Jordan 7fafd45ad7 lorri: remove cf-private
No longer needded since #63381.
2019-12-27 18:33:52 +01:00
Daiderd Jordan 116ef2a717 Merge pull request #76092 from terlar/fix-awscli
awscli: pin colorama to 0.4.1
2019-12-20 16:07:56 +01:00
Daiderd Jordan 0159151705 manual: specify interpreter in virtualenv shell
Without this virtualenv might try to setup an environment for a
different version of python then the one specified in the expression.
2019-12-17 16:42:18 +01:00
Daiderd Jordan 9fb0c2ea82 Merge pull request #75572 from shahrukh330/shahrukh330/aws-okta-fix-darwin-build
aws-okta: fix build on darwin
2019-12-12 23:18:57 +01:00
Daiderd Jordan d5d8b3514d darwin.CF: fix retry condition (close PR #75528)
Using a function in an if condition when set -e is set doesn't seem to
break out or return false which means the workaround from 41ca86129f
never gets triggered.
2019-12-12 08:16:32 +01:00
Daiderd Jordan 5e7e4c93a9 gfortran: use 8.x on darwin
The conditional was introduced in 982d8599fb,
but the build has been fixed since then.
2019-12-10 18:58:28 +01:00
Daiderd Jordan 7da9844fde Merge pull request #73826 from LnL7/darwin-git
git: disable failing test on darwin
2019-11-22 21:27:49 +01:00
Daiderd Jordan 185e30c664 git: disable failing test on darwin
The tests for null patterns where changed in 25754125cef278c7e9492fbd6dc4a28319b01f18,
it's possible utf-8 normalisation is causing different behaviour here.

    not ok 54 - LC_ALL='C' git grep -P -f f -i 'Æ<NUL>[Ð]' a
    not ok 57 - LC_ALL='C' git grep -P -f f -i '[Æ]<NUL>Ð' a
    not ok 60 - LC_ALL='C' git grep -P -f f -i '[Æ]<NUL>ð' a
    not ok 63 - LC_ALL='C' git grep -P -f f -i 'Æ<NUL>Ð' a
    Dubious, test returned 1 (wstat 256, 0x100)
    Failed 4/145 subtests
            (less 48 skipped subtests: 93 okay)
2019-11-22 21:02:21 +01:00
Daiderd Jordan f89fff0154 Merge pull request #73457 from cw789/erlang_update
erlangR22: 22.0.4 -> 22.1.7
2019-11-18 23:17:44 +01:00
Daiderd Jordan 41ca86129f darwin.CF: workaround intermittent CFRuntime.c failures
Based on testing this issue seems to only occur with clang_7, so
we should be able to revert this when the default llvm versions are
updated.

Fixes #66811
2019-11-17 14:55:00 +01:00
Daiderd Jordan 27313767b8 gettext: fix darwin build
The CF configure flags broke with the last update but based on
fa9c81f694 and the comment it seems like
these are not necessary anymore.

    $ nix-build -A stdenv.__bootPackages.stdenv.__bootPackages.gettext
    /nix/store/dii9p8717rjnbzar4kh1q3sxk77dbbkd-gettext-0.20.1

    $ nix-store -qR /nix/store/dii9p8717rjnbzar4kh1q3sxk77dbbkd-gettext-0.20.1
    /nix/store/2ws9cmamvr7xyvdg4d2nnd1bmr1zjrrq-bootstrap-tools
    /nix/store/2yn28axagwyifnvdm8npy2f982jxr986-libiconv-osx-10.12.6
    /nix/store/dii9p8717rjnbzar4kh1q3sxk77dbbkd-gettext-0.20.1
2019-11-15 18:54:47 +01:00
Daiderd Jordan 8e1380b981 vimPlugins.youcompleteme: fix python interpreter 2019-11-09 10:38:30 -08:00
Daiderd Jordan 518b5c1ae4 rustracerd: fix build 2019-11-09 10:38:30 -08:00
Daiderd Jordan 7fb0d95ca1 Merge pull request #71318 from tricktron/fixOpenConnectOnCatalina
openconnect: Add darwin support
2019-11-08 20:36:48 +01:00
Daiderd Jordan f48ecbf850 Merge pull request #72624 from witkamp/master
muparser: add darwin support
2019-11-06 00:38:38 +01:00
Daiderd Jordan 9b773fd98a inkscape: fix darwin build
Cairo is also a dependency now.

    /tmp/nix-build-inkscape-0.92.4.drv-0/inkscape-0.92.4/src/display/drawing-context.h:20:10: fatal error: 'cairo.h' file not found
    #include <cairo.h>
             ^~~~~~~~~
    1 error generated.
2019-11-04 16:03:18 +01:00
Daiderd Jordan 80a5dd7f02 gegl: fix darwin build
../gegl/opencl/cl_gl.h:37:10: fatal error: 'OpenGL/CGLDevice.h' file not found
    #include <OpenGL/CGLDevice.h>
2019-11-03 18:59:24 +01:00
Daiderd Jordan 10875a75aa Merge pull request #71926 from DzmitrySudnik/jdk_darwin
java-darwin: upgrade 8.0_121 -> 8.0_222
2019-11-02 16:43:02 +01:00
Daiderd Jordan 4d5fae0faa Merge pull request #70349 from bachp/plex-1.17.0.1841
plex: 1.16.6.1592 -> 1.17.0.1841
2019-10-04 00:01:58 +02:00
Daiderd Jordan c819648a68 neovim: link against libluv on darwin 2019-10-02 00:30:42 +02:00
Daiderd Jordan fc408c8690 lua.pkgs.luv.libluv: fix linking against lua on darwin
[ 50%] Building C object CMakeFiles/luv.dir/src/luv.c.o
    [100%] Linking C shared library libluv.dylib
    Undefined symbols for architecture x86_64:
      "_luaL_addlstring", referenced from:
          _thread_dump in luv.c.o
      ...
2019-10-02 00:08:13 +02:00
Daiderd Jordan 98c40b132d Merge pull request #69179 from uri-canva/algebraic-data-types
pythonPackages.algebraic-data-types: init at 0.1.1
2019-09-21 13:52:29 +02:00
Daiderd Jordan b5f406cb6a Merge pull request #68689 from B4dM4n/uvloop-darwin
uvloop: fix darwin build
2019-09-20 22:21:53 +02:00
Daiderd Jordan a6dcdf9ed4 Merge pull request #68681 from B4dM4n/h11-darwin
pythonPackages.h11: fix darwin build
2019-09-20 22:17:43 +02:00
Daiderd Jordan 51bd8395d3 Merge pull request #68691 from B4dM4n/trustme-darwin
pythonPackages.trustme: fix darwin build
2019-09-20 22:15:32 +02:00
Daiderd Jordan 1803573281 Merge pull request #68782 from B4dM4n/portend-darwin
pythonPackages.portend: fix darwin build
2019-09-20 22:05:39 +02:00
Daiderd Jordan 4bc107b06e Merge pull request #68823 from B4dM4n/notebook-darwin
notebook: fix darwin sandbox build + dependencies
2019-09-20 22:03:54 +02:00
Daiderd Jordan 463703c213 Merge pull request #68883 from B4dM4n/cheroot-darwin
cheroot: fix darwin sandbox build
2019-09-20 22:01:15 +02:00
Daiderd Jordan 3d2d695657 Merge pull request #69116 from bachp/plex-1.16.6.1592
plex: 1.16.5.1554 -> 1.16.6.1592
2019-09-19 22:22:38 +02:00
Daiderd Jordan db131371ef minio-client: remove go 1.10 override 2019-09-01 10:14:04 +02:00
Daiderd Jordan 7f1356c00a Merge pull request #65384 from averelld/plex-upgrade
plex: 1.16.2.1321 -> 1.16.3.1402
2019-08-04 11:09:04 +02:00
Daiderd Jordan 04b3ad82f8 Merge pull request #65038 from LnL7/erlang-wx
erlang: remove wx conditional
2019-07-19 00:04:04 +02:00
Daiderd Jordan 6fb8e5c453 Merge pull request #65025 from cw789/update_elixir
elixir_1_9: 1.9.0 -> 1.9.1
2019-07-19 00:03:43 +02:00
Daiderd Jordan 89083ccf85 Merge pull request #64803 from serokell/elixir19
elixir: default 1.7.4 -> 1.9.0
2019-07-19 00:03:29 +02:00
Daiderd Jordan 8c4152dac3 Merge pull request #64801 from serokell/beam-erlangR21
beam-packages: default erlangR20 -> erlangR22
2019-07-19 00:03:07 +02:00
Daiderd Jordan 574cb4a8df erlang: remove wx conditional
The wxmac build has been fixed and there's erlang_nox now.
2019-07-18 23:42:32 +02:00
Daiderd Jordan f1070eec27 stdenv: MACOSX_DEPLOYMENT_TARGET 10.10 -> 10.12 2019-07-08 21:56:40 +02:00
Daiderd Jordan ed27ba064c cmake: update ApplicationServices patch 2019-07-08 21:48:19 +02:00
Daiderd Jordan ec88794cd3 Merge pull request #64060 from LnL7/python-language-server
pythonPackages.python-language-server: fix python2.7 build
2019-07-07 09:33:02 +02:00
Daiderd Jordan 10f3980f95 Merge pull request #63381 from LnL7/darwin-frameworks
darwin-frameworks: remove CF references
2019-07-03 22:40:28 +02:00
Daiderd Jordan 42705e70a7 lldb: fix darwin sandboxed build 2019-07-03 22:20:25 +02:00
Daiderd Jordan a17c03cb7b python-watchdog: remove cf-private 2019-07-03 22:20:25 +02:00
Daiderd Jordan 3a57f5095f tk: remove cf-private 2019-07-03 22:20:25 +02:00
Daiderd Jordan b74a025f7f glib: remove cf-private 2019-07-03 22:20:24 +02:00
Daiderd Jordan ea4f282128 watchexec: remove cf-private 2019-07-03 22:20:24 +02:00
Daiderd Jordan 5ecbcc0886 mdbook: remove cf-private 2019-07-03 22:20:24 +02:00
Daiderd Jordan 4e7695fc69 darwin.trash: remove cf-private 2019-07-03 22:20:23 +02:00
Daiderd Jordan df23db8956 jack2: remove cf-private 2019-07-03 22:20:23 +02:00
Daiderd Jordan da7bcec42f root: remove cf-private 2019-07-03 22:20:22 +02:00
Daiderd Jordan 56127c23c2 gargoyle: remove cf-private 2019-07-03 22:20:22 +02:00
Daiderd Jordan bbf5f7e3da zola: remove cf-private 2019-07-03 22:20:22 +02:00
Daiderd Jordan b0e201f349 vim: remove cf-private 2019-07-03 22:20:21 +02:00
Daiderd Jordan 1fc3bbcb06 aminal: remove cf-private 2019-07-03 22:20:21 +02:00
Daiderd Jordan 29e68d765b synergy: fix darwin build 2019-07-03 22:20:20 +02:00
Daiderd Jordan a73bfdf3a7 kitty: remove cf-private 2019-07-03 22:20:20 +02:00
Daiderd Jordan bea56ef8ba gimp: remove cf-private 2019-07-03 22:20:20 +02:00
Daiderd Jordan f2d2381838 emacs: remove cf-private 2019-07-03 22:20:19 +02:00
Daiderd Jordan 35b7c60c0c xorg-xorgserver: remove cf-private 2019-07-03 22:20:19 +02:00
Daiderd Jordan 40d34bb19f xquartz: remove cf-private 2019-07-03 22:20:18 +02:00
Daiderd Jordan c558a74a1b wxmac: fix build 2019-07-03 22:20:18 +02:00
Daiderd Jordan 28f6abd7b3 vtk: remove cf-private 2019-07-03 22:20:18 +02:00
Daiderd Jordan 72f2e6dc7b sfml: remove cf-private 2019-07-03 22:20:17 +02:00
Daiderd Jordan ee85cef108 SDL: remove cf-private 2019-07-03 22:20:17 +02:00
Daiderd Jordan cbfbe9ca1e qt: remove cf-private 2019-07-03 22:20:16 +02:00
Daiderd Jordan 0fb071fd00 pcl: remove cf-private 2019-07-03 22:20:16 +02:00
Daiderd Jordan 2f9a546b96 opencv: remove cf-private 2019-07-03 22:20:15 +02:00
Daiderd Jordan ecf667b34a libui: remove cf-private 2019-07-03 22:20:15 +02:00
Daiderd Jordan c585330a21 glfw: remove cf-private 2019-07-03 22:20:15 +02:00
Daiderd Jordan 91b595945e fltk: remove cf-private 2019-07-03 22:20:14 +02:00
Daiderd Jordan 6f16de27d2 ffmpeg-full: remove cf-private 2019-07-03 22:20:14 +02:00
Daiderd Jordan 7fffb620ac flow: remove cf-private 2019-07-03 22:20:13 +02:00
Daiderd Jordan 4b64dfaee9 cargo-web: remove cf-private 2019-07-03 22:20:13 +02:00
Daiderd Jordan c2205238ab watchman: remove cf-private 2019-07-03 22:20:13 +02:00
Daiderd Jordan e7765ba8e5 pinentry-mac: remove cf-private 2019-07-03 22:20:12 +02:00
Daiderd Jordan 41d1294eab keybase: remove cf-private 2019-07-03 22:20:12 +02:00
Daiderd Jordan 956c197ee6 dolphin-emu: remove cf-private 2019-07-03 22:20:11 +02:00
Daiderd Jordan 11bd54cda3 noti: remove cf-private 2019-07-03 22:20:11 +02:00
Daiderd Jordan 6172dd89c8 contacts: remove cf-private 2019-07-03 22:20:11 +02:00
Daiderd Jordan f401da6af8 atomicparsley: remove cf-private 2019-07-03 22:20:10 +02:00
Daiderd Jordan 8c6eef6328 alacritty: remove cf-private 2019-07-03 22:20:10 +02:00
Daiderd Jordan 8ea702a484 darwin-frameworks: add import CoreFoundation to CoreServices 2019-07-03 22:20:09 +02:00
Daiderd Jordan 73d9cac377 darwin-frameworks: replace cf-private and move it's setup-hook
The only remaining use-case for cf-private are symbols that are not
available in the opensource build.  This generally solved the problem
because of it's setup-hook.
2019-07-03 22:20:09 +02:00
Daiderd Jordan c2b76fa13c darwin-frameworks: remove CF
CoreFoundation is included by the stdenv, moving the decision of what
version should be used there makes it possible to override it entirely
rather then prepending flags like cf-private does which can be
unreliable.
2019-07-03 22:20:04 +02:00
Daiderd Jordan d215c18479 Merge pull request #63606 from cw789/master
elixir_1_9: init at 1.9.0
2019-07-03 20:05:11 +02:00
Daiderd Jordan 368c415a01 rustc: don't patch precompiled binaries on darwin
This doesn't work anymore since 1.35.0 because the load commands end up
being too large, but this is a precompiled binary anyway so it's not
really needed or more impure to use the expected system versions.
2019-07-03 08:52:27 +02:00
Daiderd Jordan 712816708e pythonPackages.python-language-server: fix python2.7 build 2019-07-03 00:40:21 +02:00
Daiderd Jordan 811f35d8cd Merge pull request #63296 from ehamberg/erlang-otp-22
Erlang/OTP 22
2019-06-22 11:47:43 +02:00
Daiderd Jordan ce17e9941f gst_all_1.gstreamer: re-enable auto_features 2019-06-22 01:12:20 +02:00
Daiderd Jordan 2962730b88 gstreamer: fix darwin build 2019-06-21 20:30:05 +02:00
Daiderd Jordan c93a7f4d81 Merge pull request #63295 from ehamberg/patch-2
Don't use autoreconfHook for building Erlang/OTP
2019-06-18 18:17:29 +02:00
Daiderd Jordan c969ca3b99 Merge pull request #61376 from LnL7/chunkwm
chunkwm: init at 0.4.9
2019-06-08 11:26:33 +02:00
Daiderd Jordan 9b52ff5335 Merge pull request #62133 from LnL7/nixos-uwsgi
nixos: add test for uwsgi
2019-06-08 11:25:51 +02:00
Daiderd Jordan 6b363b3717 chunkwm: init at 0.4.9 2019-06-07 22:15:53 +02:00
Daiderd Jordan 167f380d39 Merge pull request #62247 from bachp/plex-1.15.6.1079
plex: 1.15.4.994 -> 1.15.6.1079
2019-06-03 23:02:16 +02:00
Daiderd Jordan 8ce93e26b0 nixos: add test for uwsgi 2019-05-27 23:03:22 +02:00
Daiderd Jordan a5a3d6d60b uwsgi: enable on darwin 2019-05-27 21:41:38 +02:00
Daiderd Jordan 77908680f2 indent: fix darwin build 2019-05-21 23:27:10 +02:00
Daiderd Jordan a5a389ef9a Merge pull request #60173 from bachp/plex-1.15.4.993
plex: 1.15.3.876 -> 1.15.4.994
2019-05-10 20:44:34 +02:00
Daiderd Jordan 626a95a9b4 llvm: create all versioned symlinks for libLLVM on darwin
Apply eb31e481475 to older versions where applicable.
2019-05-04 17:32:43 +02:00