* `--exec-prefix=$out/bin' causes programs to be installed in
$out/bin/bin and $out/bin/sbin, which breaks NixOS (see e.g. http://hydra.nixos.org/build/380092). svn path=/nixpkgs/trunk/; revision=21339
This commit is contained in:
parent
68d9e26bcb
commit
18849f0f24
@ -19,11 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configurePhase =
|
configureFlags = "--disable-ldap --enable-gnutls --exec-prefix=$(out)";
|
||||||
'' ./configure --prefix="$out" --exec-prefix="$out/bin" \
|
|
||||||
--libdir="$out/lib" --disable-static \
|
|
||||||
--disable-ldap --enable-gnutls
|
|
||||||
'';
|
|
||||||
|
|
||||||
# FIXME: The test suite seems to make assumptions that don't hold in Nix
|
# FIXME: The test suite seems to make assumptions that don't hold in Nix
|
||||||
# chroots.
|
# chroots.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user