mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(packages): freeipa-ipasam
This commit is contained in:
parent
0e346ff051
commit
b70430a4a6
2 changed files with 12 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ in {
|
|||
../packages/freeipa-ipasam.patch
|
||||
];
|
||||
configureFlags = lib.filter (f: f != "--disable-server") old.configureFlags;
|
||||
nativeBuildInputs = old.nativeBuildInputs or []
|
||||
# wants 1.17 normally
|
||||
++ lib.optional (lib.versionAtLeast final.automake.version "1.18") final.autoreconfHook
|
||||
;
|
||||
};
|
||||
overrides = {
|
||||
samba = final.samba-ldap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue