samba: mark as broken on darwin

smbclient does not properly link and when trying to run it it fails with
messages like:

dyld: Library not loaded: /private/tmp/nix-build-samba-4.7.12.drv-0/samba-4.7.12/bin/default/source3/libpopt-samba3-samba4.dylib
  Referenced from: result/bin/smbclient
  Reason: image not found
This commit is contained in:
Pascal Bach 2020-12-21 14:00:47 +01:00
parent a9ddc4fc88
commit 6f64a415e3

View file

@ -158,6 +158,7 @@ stdenv.mkDerivation rec {
description = "The standard Windows interoperability suite of programs for Linux and Unix";
license = licenses.gpl3;
platforms = platforms.unix;
broken = stdenv.isDarwin;
maintainers = with maintainers; [ aneeshusa ];
};
}