mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
parent
9135c9f73a
commit
445b107d93
@ -49,6 +49,13 @@ stdenv.mkDerivation rec {
|
||||
]
|
||||
++ optional withGssapiPatches gssapiSrc;
|
||||
|
||||
postPatch =
|
||||
# On Hydra this makes installation fail (sometimes?),
|
||||
# and nix store doesn't allow such fancy permission bits anyway.
|
||||
''
|
||||
substituteInPlace Makefile.in --replace '$(INSTALL) -m 4711' '$(INSTALL) -m 0711'
|
||||
'';
|
||||
|
||||
buildInputs = [ zlib openssl libedit pkgconfig pam ]
|
||||
++ optional withKerberos kerberos
|
||||
++ optional hpnSupport autoreconfHook;
|
||||
|
Loading…
Reference in New Issue
Block a user