diff options
| author | Maximilian Bosch <maximilian@mbosch.me> | 2018-04-29 22:09:25 +0200 |
|---|---|---|
| committer | Maximilian Bosch <maximilian@mbosch.me> | 2018-04-30 10:20:38 +0200 |
| commit | 6a32965e17910c18bd166a79502c0a3639854ea7 (patch) | |
| tree | 5adedcc4f39854fac4d29d5b73904d695d3d1b7a /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 8d6d1363de90b8bfc3eb89ccfdcb47064ccdb43d (diff) | |
notary: fix build
The package is broken on master for some time now:
https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.notary.x86_64-linux/all
The main reason for the breackage is that the `Makefile` script attempts
to retrieve the latest git commit by using `git rev-parse` which breaks
as `git` is not in the build environment. This could be fixed by using
`?=` rather than `:=` for the `GITCOMMIT` variable in the `make` script
to easily override `GITCOMMIT` in the `buildPhase`.
See the Hydra logs for reference:
https://nix-cache.s3.amazonaws.com/log/ib4qp8h4r8d830ra4fah38l7ybb82gp7-notary-0.6.0.drv
Furthermore some refactoring was applied:
* Activated the test suite for `cmd/notary` to confirm the basic
functionality when building for NixOS.
* Added {pre,post} hooks for `{build,install}Phase`
* Added myself as maintainer to have more people available in case of
further breakage.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
