Commit Graph
49 Commits
Author SHA1 Message Date
Sirio BalmelliandSandro Jäckel 3c1e706bee python3Packages.beancount_docverif: add build dependency
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2021-04-28 14:55:36 +02:00
Sirio Balmelli 5ead7d9343 wasmer: 0.17.0 -> 1.0.2
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2021-04-03 11:37:23 +02:00
Sirio BalmelliandRobert Schütz f6062dce02 python3Packages.yamllint: 1.25.0 -> 1.26.0
Fix Darwin build: disable broken tests on BSDs;
see https://github.com/adrienverge/yamllint/issues/307.

Report failure of test_find_files_recursively upstream;
see https://github.com/adrienverge/yamllint/issues/373.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-authored-by: Robert Schütz <dev@schuetz-co.de>
2021-04-02 16:02:05 +02:00
Sirio Balmelli 119b2d63f1 python3Packages.wasmer: build on Darwin
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2021-04-01 10:55:55 +02:00
Sirio Balmelli c280c15805 nrfutil: python37Packages -> python3Packages
Clean up build so it tracks latest python3Packages,
instead of being pinned to python37Packages.

Nrfutil builds and works fine with python38.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2021-02-12 13:08:43 +01:00
Sirio Balmelli 097d0836b4 gopass: 1.10.1 -> 1.11.0
Remove workaround introduced in dda50e73:
https://github.com/gopasspw/gopass/issues/1662
has now been fixed upstream.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2021-01-13 14:14:48 +01:00
Sirio Balmelli dda50e7348 gopass: fix impurity which breaks gopass after 'nix-store --gc'
gopass maintains a ~/.cache/gopass/gpg-binary.loc file
which stores an absolute path to the gpg executable,
overriding (and ignoring) the environment $PATH.

This creates a situation where gopass will work for a period of time
after install, but after gpg is upgraded and a 'nix-store --gc' is
performed, the cached gpg path will throw an error.

A gopass maintainer has declared this a wont-fix in
https://github.com/gopasspw/gopass/issues/1662

As a workaround, add a --run clause in the wrapper script
that removes this cache file.

Once (if) upstream fixes this issue, this cruft can be removed.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-12-14 08:59:23 +01:00
Sirio Balmelli 5c74db42c3 python3Packages.google_cloud_secret_manager: 1.0.0 -> 2.0.0
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-12-01 07:12:30 +01:00
Sirio Balmelli 1692d674fe python3Packages.pyserial: 3.4 -> 3.5
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-11-30 13:34:26 -08:00
Sirio BalmelliandDmitry Kalinkin a775974c8a ghostscript: fix broken rpath on Darwin
Dynamic library name on Darwin contains only 'maj.min' eg "9.53";
the build however used $version to set rpath;
this broke on 2029ca37 when $version went from "9.52" to "9.53.3".

Add a call to 'gs' in installCheckPhase,
to break the build if dylib issues arise in the future.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-11-25 10:28:21 +01:00
Sirio Balmelli 8fb56a487f python3Packages.pyelftools: disable tests on Darwin
af27072 broke the build on Darwin.

There does not seem to be any way to sanely enable tests on Darwin.

Tests initially fail because of missing 'greadelf'
expected by test/run_readelf_tests.py.

This is fixed by:

- adding 'binutils-unwrapped' to checkInputs
- hardlinking 'readelf' to 'greadelf' in a temp bin dir
- exporting temp bin dir to PATH

This leads to further test failures because of 'readelf' version mismatch
causing output inconsistencies.

See test/run_readelf_tests.py:31 for further details.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-11-06 10:48:01 -08:00
Sirio BalmelliandDoron Behar 32c27ddf5c replacement: init at 0.4.4
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-Authored-By: Doron Behar <doron.behar@gmail.com>
2020-08-22 15:11:07 +02:00
Sirio Balmelli b8b19c6036 vimPlugins.vim-clang-format: init at 2019-05-15 2020-08-14 17:14:42 -07:00
Sirio Balmelli a8a89c2ebc vimPlugins: update 2020-08-14 17:14:42 -07:00
Sirio Balmelli 0f1434cb2a neovim: fix build on Darwin
libluv path passed to -DLIBLUV_LIBRARY broken by change in libluv, eg:
libluv.dylib -> libluv.1.30.0.dylib

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-08-14 23:29:31 +02:00
Sirio Balmelli e11d511222 python3Packages.scikit-build: 0.10.0 -> 0.11.1
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-08-12 17:58:56 +02:00
Sirio Balmelli 94b468e72e python3Packages.wheel: 0.33.6 -> 0.34.2
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-08-04 21:54:26 +02:00
Sirio BalmelliandJoh b14be7257a python3Packages.west: init at 0.7.2
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-authored-by: Joh <jonringer@users.noreply.github.com>
2020-07-31 14:25:42 -07:00
Sirio Balmelli 223ed16ba9 python3Packages.sh: 1.12.14 -> 1.13.1
Sandbox build will now succeed on Darwin and Linux

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-31 13:48:33 -07:00
Sirio Balmelli 163e7a0663 python3Packages.pytest-localserver: fix build
All package tests rely on networking which breaks sandboxed builds.
Fall back to pythonImportsCheck instead.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-22 16:48:24 +02:00
Sirio Balmelli 2db3a7e56c python3Packages.pc-ble-driver-py: fix Darwin build
Remove udev dependency, propagate it from pc-ble-driver.
On Darwin, IOKit is propagated instead.

Depends on d6b3707c86

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-20 20:32:53 +02:00
Sirio Balmelli 5a29435e2e dpkg: 1.20.0 -> 1.20.5
Fixes broken Darwin build in 1.20.0

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-20 13:47:11 +02:00
Sirio Balmelli d6b3707c86 pc-ble-driver: fix Darwin build
Propagate platform I/O dependencies (udev or IOKit)

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-19 23:34:05 +02:00
Sirio Balmelli 1666b03bf7 python3Packages.biplist: init at 1.0.3
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-13 12:04:45 -07:00
Sirio Balmelli 1e529449e8 python3Packages.mac_alias: init at 2.0.7
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-13 12:03:17 -07:00
Sirio BalmelliandJon 669de6d21d python3Packages.pyspinel: fix build
Adopt upstream patch accepted here:
https://github.com/openthread/pyspinel/pull/98

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-07-09 10:58:12 -07:00
Sirio Balmelli 20e6d74a60 python3Packages.pykwalify: init at 1.7.0
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-07 22:59:30 -07:00
Sirio Balmelli 6ca34e4e36 python3Packages.google_cloud_storage: 1.28.1 -> 1.29.0
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-07-07 22:14:50 -07:00
Sirio BalmelliandJoh f0c7019005 python3Packages.testfixtures: fix build (ignore failing tests)
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-authored-by: Joh <jonringer@users.noreply.github.com>
2020-07-04 08:27:07 -07:00
Sirio Balmelli 8c74f97c15 google-cloud-secret-manager: init at 1.0.0
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-06-25 14:32:57 -07:00
Sirio BalmelliandJon d3d039c4cb beancount_docverif: init at 1.0.0
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2020-06-24 13:57:58 -07:00
Sirio Balmelli 8bdbb204d4 maintainers: add siriobalmelli
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-06-24 13:57:58 -07:00
Sirio Balmelli d5b6a9c6de vim-beancount: fix broken
Runtime dependency on python3 'beancount' package needed
for autocompletion engine.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-06-23 16:17:36 -07:00
Sirio BalmelliandDmitry Kalinkin a9a0e6458b asio: 1.12 -> 1.16
1.16 will now build on Darwin, properly mark it as such.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-06-19 01:24:37 +02:00
Sirio Balmelli ca8e5a63d3 vimPlugins: update
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-06-13 15:07:43 -07:00
Sirio Balmelli 803ef3f367 piccata 1.0.1 -> 2.0.0
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-06-12 12:30:53 -07:00
Sirio Balmelli 3a7dca9950 mscgen: clean up build
1. Remove freetype dependency:
    - was not being used by build
    - trying to enable freetype gives nontrivial error
      'gdoTextWidth: Problem doing text layout (GDFONTPATH=)'

2. Correctly link manpages by specifying 'outputs'.

3. Separate nativeBuildInputs from buildInputs

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-20 15:27:28 +02:00
Sirio Balmelli 410fc69c7c mscgen: add pkg-config build-time dependency
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-20 00:01:30 +02:00
Sirio Balmelli 85501cae5e howdoi: cachelib and appdirs dependencies _also_ needed for Linux.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-19 19:43:08 +00:00
Sirio Balmelli 0e48a68559 howdoi: fix Darwin build dependencies
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-19 21:39:37 +02:00
Sirio Balmelli e1ff31dd91 plantuml-syntax: add vim plugin
Add https://github.com/aklt/plantuml-syntax to vim-plugins

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-25 20:30:35 +02:00
Sirio Balmelli dee0cb7be5 ycmd: add gopls completer
ycmd gives 'no completer support' because of missing 'gopls'.
Add this as a conditional dependency.

Refactor the 'mkdir -p' step to be conditional per-dependency,
and placed just before the link step.
This is mostly for legibility but also pedantic correctness:
do not create a directory unless it will be used.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:40 +02:00
Sirio Balmelli 7d21d6a680 ycmd: update build to 2019-09-19
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:40 +02:00
Sirio Balmelli dfc7bdb1a3 ycmd: install phase copies all dirs below 'third_party'
Copy _all_ of 'third_party'.
Cherry-picking the contents of this dir is a fragile approach as
they change in later commits (breaking this build).

This approach continues to work on the current build,
and will not break with later versions of the project.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:37 +02:00
Sirio Balmelli 7cb3992c6c cargo-inspect: fix build on Darwin
package fails to build with 'ld: framework not found Security'
Solve by adding darwin.apple_sdk.frameworks.Security on Darwin.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-18 10:10:28 +02:00
Sirio Balmelli a3757e6409 racerd: fix broken build on Darwin (#68861)
* racerd: fix broken build on Darwin

Build on Darwin failing with 'ld: framework not found Security'

Add buildInput darwin.apple_sdk.frameworks.Security
when building on Darwin.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-15 21:25:59 -05:00
Sirio Balmelli 16a4799cf0 Add vim-jdaddy plugin (alternate, faster JSON linting)
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-04-16 20:40:44 +02:00
Sirio Balmelli edfbf262ba Add vim plugin vim-beancount
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-04-16 20:40:43 +02:00
Sirio Balmelli ad49300678 add vim plugin vim-scripts/autoload_cscope.vim 2018-11-01 20:01:55 +01:00