Unverified Commit ce5ebeb9 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

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...)
parent bb90e78d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ stdenv.mkDerivation (finalAttrs: {
      libbsd
    ]
    ++ optionals stdenv.hostPlatform.isLinux [
      liburing
      #liburing # FIXME: better solution
      systemd
    ]
    ++ optionals stdenv.hostPlatform.isDarwin [ libiconv ]