a few packages: work-arounds with split outputs
There's something wrong with imake-based packages, but I couldn't find out what, so disabling transfig in libgcrypt for now.
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ gettext libuuid readline ];
|
||||
|
||||
outputs = [ "dev" "out" "bin" ];
|
||||
outputs = [ "dev" "out" "bin" ]; # TODO: review xfs
|
||||
|
||||
preConfigure = ''
|
||||
NIX_LDFLAGS="$(echo $NIX_LDFLAGS | sed "s,$out,$lib,g")"
|
||||
|
||||
Reference in New Issue
Block a user