Skip to content

Commit 1ac0826

Browse files
committed
pkgsUbuntu.bionic: add heimdal-qumulo cross-compilation override
Same --undefined-version lld workaround as regular heimdal.
1 parent fae1f93 commit 1ac0826

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkgs/top-level/ubuntu-bionic.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ nixpkgsFun {
189189
NIX_LDFLAGS = (old.NIX_LDFLAGS or "") + " --undefined-version";
190190
doCheck = false;
191191
});
192+
heimdal-qumulo = crossSuper.heimdal-qumulo.overrideAttrs (old: {
193+
NIX_LDFLAGS = (old.NIX_LDFLAGS or "") + " --undefined-version";
194+
});
192195

193196
# libcap: Go can't cross-compile (sysroot contamination),
194197
# PAM needs audit.

0 commit comments

Comments
 (0)