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:
Vladimír Čunát
2025-06-02 19:33:29 +02:00
parent bb90e78db3
commit ce5ebeb90c
+1 -1
View File
@@ -167,7 +167,7 @@ stdenv.mkDerivation (finalAttrs: {
libbsd
]
++ optionals stdenv.hostPlatform.isLinux [
liburing
#liburing # FIXME: better solution
systemd
]
++ optionals stdenv.hostPlatform.isDarwin [ libiconv ]