summary refs log tree commit diff
path: root/pkgs/tools/backup/duplicity
diff options
context:
space:
mode:
authorJason Felice <jason.m.felice@gmail.com>2019-07-02 22:36:31 -0400
committerJason Felice <jason.m.felice@gmail.com>2019-08-09 16:29:51 -0400
commit83c1e8c319799c1b95b4979fcd84ebe528a9238f (patch)
treede3357fab282be4ebaf4829710c6d722f37a20be /pkgs/tools/backup/duplicity
parentb044b6814f64b2fcc628ed24fae9e7e01ce7f7af (diff)
downloadnixpkgs-83c1e8c319799c1b95b4979fcd84ebe528a9238f.tar
nixpkgs-83c1e8c319799c1b95b4979fcd84ebe528a9238f.tar.gz
nixpkgs-83c1e8c319799c1b95b4979fcd84ebe528a9238f.tar.bz2
nixpkgs-83c1e8c319799c1b95b4979fcd84ebe528a9238f.tar.lz
nixpkgs-83c1e8c319799c1b95b4979fcd84ebe528a9238f.tar.xz
nixpkgs-83c1e8c319799c1b95b4979fcd84ebe528a9238f.tar.zst
nixpkgs-83c1e8c319799c1b95b4979fcd84ebe528a9238f.zip
plan9port: use C compiler from Nix
The install script was escaping the Nix environment on Mac OS by using
`xcrun -sdk macos clang` as its C compiler.  Using the Nix compiler
required declaring the necessary frameworks as inputs and patching
build scripts to assume MacOS 10.12 (and not try to detect).

So cached derivations prior to this would probably not work on all
intended target machines.

This *might* also fix installCheck on Darwin on Hydra.

Other minor fixes:

* Disable parallel building due to a race with a missing y.tab.h
* Use NIX_CFLAGS_COMPILE/NIX_LDFLAGS instead of trying to synthesize
  something like them.
* X11 dependencies aren't used on Darwin when the windowing system
  is correctly detected
Diffstat (limited to 'pkgs/tools/backup/duplicity')
0 files changed, 0 insertions, 0 deletions