samba4: fixup build on linux
https://hydra.nixos.org/build/298833701/nixlog/3/tail What I tried: - updating to 0.20.8 doesn't solve the issue (we could still do that easily, e.g. on staging; I just didn't feel like trashing successful binaries for aarch64-darwin) - upgrading to 0.22.1 brings others (2 patches not applying and more problems...)
This commit is contained in:
@@ -167,7 +167,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libbsd
|
||||
]
|
||||
++ optionals stdenv.hostPlatform.isLinux [
|
||||
liburing
|
||||
#liburing # FIXME: better solution
|
||||
systemd
|
||||
]
|
||||
++ optionals stdenv.hostPlatform.isDarwin [ libiconv ]
|
||||
|
||||
Reference in New Issue
Block a user