Commit Graph
45 Commits
Author SHA1 Message Date
Johannes Bornhold 5b7f9db5c5 pelican: Disable pandoc support for now
Version 3.7.1 is not compatible with the current (more recent) pandoc version.
Since pandoc support is optional in pelican, we can ship it without pandoc
support until a fix will be applied upstream.

Kept a note in the buildInputs so that the improvement opportunity can be
spotted again on future updates of pelican.
2017-12-29 18:13:11 +01:00
Johannes Bornhold 0afb6d789c pytest_xdist: 1.8 -> 1.14 2017-05-10 14:52:51 +02:00
Johannes Bornhold e6f50214ed freezegun: 0.3.5 -> 0.3.8 2017-05-10 14:52:42 +02:00
Johannes Bornhold c8301a813b pytestcov: 2.3.1 -> 2.4.0 2017-05-10 14:52:22 +02:00
Johannes Bornhold a189f8cc0f pytest_xdist: 1.8 -> 1.14 2017-04-12 13:13:27 +02:00
Johannes Bornhold 3c65b4ac9a freezegun: 0.3.5 -> 0.3.8 2017-04-12 13:13:27 +02:00
Johannes Bornhold ab8bcd05f6 pytestcov: 2.3.1 -> 2.4.0 2017-04-12 13:13:27 +02:00
Johannes Bornhold 3a4c851b89 mysql57: Add developer_cmds as build input on darwin 2017-02-26 17:27:08 +01:00
Johannes Bornhold ac346f4be6 zope_configuration: Skip tests on py3
There is an open problem around namespace packages which prevents a successful
test run at the moment.
2017-02-21 10:52:53 +01:00
Johannes Bornhold 3134afb814 requests_toolbelt: 0.6.2 -> 0.7.1 2017-02-21 10:05:16 +01:00
Johannes Bornhold 87b9ee7680 flake8-blind-except: init at 0.1.1 2017-02-21 10:05:16 +01:00
Johannes Bornhold c55649ce07 flake8-debugger: init at 1.4.0 2017-02-21 10:05:16 +01:00
Johannes Bornhold 96e1fd6a5a python-stdnum: init at 1.5 2017-02-21 10:05:16 +01:00
Johannes Bornhold 402a6c6dde PyWebDAV: init at 0.9.8 2017-02-21 10:05:16 +01:00
Johannes Bornhold 4518b02c8b simpleeval: init at 0.9.5 2017-02-21 10:05:16 +01:00
Johannes Bornhold 6f8a44820e trytond: init at 4.2.1 2017-02-20 23:03:17 +01:00
Johannes Bornhold 79cba3d3ff relatorio: init at 0.6.4 2017-02-20 23:03:04 +01:00
Johannes Bornhold a2dd4ea7d1 python-sql: init at 0.8 2017-02-20 23:02:04 +01:00
Johannes Bornhold 37788f13b7 tryton: init at 4.2.1 2017-01-15 01:40:01 +01:00
Johannes Bornhold 17c61810e3 Add johbo to maintainers 2017-01-15 00:32:20 +01:00
Johannes Bornhold 4b9349698a pangomm: Add ApplicationServices on darwin 2017-01-14 20:27:54 +01:00
Johannes Bornhold da563e5773 Do not trim trailing whitespace in patch files 2017-01-12 23:44:26 +01:00
Johannes Bornhold 71aad4c494 xournal: Support gtk backend quartz on darwin 2017-01-12 22:55:23 +01:00
Johannes Bornhold f025d2c189 gtksourceview: Add gtk-mac-integration for darwin
Had to pick two commits as patches from the repository which update the
dependency ige-mac-integration to gtk-mac-integration.
2017-01-07 19:21:43 +01:00
Johannes Bornhold 0f67005c4a cairo: Add ApplicationServices as propagatedBuildInput
Noticed that it caused depending packages to fail, like librsvg, imagemagiv, graphviz.
2017-01-07 19:21:42 +01:00
Johannes Bornhold 8f7adffe4d pygtk: Add flag -ObjC for darwin
Had to add this so that it was able to parse the headers from the frameworks.
2017-01-07 17:35:09 +01:00
Johannes Bornhold 5a572f8018 gtk2: Use quartz backend on darwin 2017-01-07 17:35:09 +01:00
Johannes Bornhold 9f31633a50 librsvg: Add framework ApplicationServices for darwin 2017-01-07 17:31:10 +01:00
Johannes Bornhold 354c91df2e pango: Add darwin frameworks for fond rendering 2017-01-07 17:31:10 +01:00
Johannes Bornhold bbdca635cf cairo: Add CoreText for darwin
This helps so that fonts are properly rendered in gtk when used with the backend
"quartz".
2017-01-07 17:31:10 +01:00
Johannes Bornhold febab15b01 gtk2: Enable xinput for Darwin 2016-12-27 14:19:26 +01:00
Johannes Bornhold 346c1db2ac xournal: Allow to build it on darwin with X11 backend 2016-12-27 14:19:25 +01:00
Johannes Bornhold e4f30acb14 dmd: Fix build for Darwin 2016-12-25 04:58:31 +01:00
Johannes Bornhold b27932a65b v8-3_16_14 tweaks for the build on darwin
The build was originally failing due to a missing libtool. Trying to add
the buildInput "libtool" did not work out, since a few command line
arguments are not supported. I've applied the same workaround as for
"xcodebuild".

The second change is about the install step, where the path of
"libv8.dylib" was just slightly different.
2016-11-05 22:31:12 +01:00
Johannes Bornhold 4f01beb531 Adjust ruby gem defaults for scrypt on darwin
Without the adjustment I was not able to build scrypt. It was failing
because of missing symbols due to the parameter '-arch i386' being
appended to the clang calls.
2016-11-03 01:29:03 +01:00
Johannes Bornhold b18dde4593 s3cmd: Fix file library path for darwin 2016-07-18 13:35:20 +02:00
Johannes Bornhold 67b1acd989 mysql55: Allow to build on darwin 2016-03-18 14:23:14 +01:00
Johannes Bornhold 7672c68ed7 dmd: Avoid depending on gcc for the darwin build (close #11949)
Adding stdenv.cc into the PATH, also setting CC, so that on Darwin
clang will be used by default. Still allowing to use an existing value
of CC if it is set already.

Replacing __inline_isnanl with __inline_isnan on darwin since the former
one was not defined.
2016-01-06 15:06:53 +01:00
Johannes Bornhold ee799e05bf dmd: Disable unsupported linker flags if stdenv.isClang
Close #9692.
Was able to build dmd on darwin, but it could not be used due to those flags.
2015-09-17 21:19:47 +02:00
Johannes Bornhold 2ed4587b61 mod_python: Avoid that git is called to generate a version
This failed when building mod_python and resulted in a broken
value being included in the file "version.py".
2015-05-25 18:24:22 +02:00
Johannes Bornhold 2e658c1c63 dmd: Update version to 2.067.1 2015-05-02 11:20:45 +02:00
Johannes Bornhold 2bc69990cc dmd: Tweaks so that it compiles on darwin
- Patching the makefile so use "clang++" as compiler. This was commented out
  inside of the makefile.

- Fix the path to copy libphobos from.
2015-05-02 11:05:43 +02:00
Johannes Bornhold 51b4ce18f4 dub: Add dub to interact with the D package registry 2015-01-18 18:32:46 +01:00
Johannes Bornhold f8247edd1c Add meta attributes to emacsPackages.d 2015-01-11 18:46:48 +01:00
Johannes Bornhold 860336e786 Add d-mode to emacs modes 2015-01-11 18:46:48 +01:00