mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
parent
9135c9f73a
commit
445b107d93
@ -49,6 +49,13 @@ stdenv.mkDerivation rec {
|
|||||||
]
|
]
|
||||||
++ optional withGssapiPatches gssapiSrc;
|
++ 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 ]
|
buildInputs = [ zlib openssl libedit pkgconfig pam ]
|
||||||
++ optional withKerberos kerberos
|
++ optional withKerberos kerberos
|
||||||
++ optional hpnSupport autoreconfHook;
|
++ optional hpnSupport autoreconfHook;
|
||||||
|
Loading…
Reference in New Issue
Block a user