Skip to content

Commit

Permalink
samba: fix darwin
Browse files Browse the repository at this point in the history
add cups to fix link error
  • Loading branch information
paparodeo committed Oct 25, 2024
1 parent fd00e32 commit d4e00b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/samba/4.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ stdenv.mkDerivation (finalAttrs: {
tdb
libxcrypt
] ++ optionals stdenv.hostPlatform.isLinux [ liburing systemd ]
++ optionals stdenv.hostPlatform.isDarwin [ libiconv ]
++ optionals stdenv.hostPlatform.isDarwin [ libiconv cups ]
++ optionals enableLDAP [ openldap.dev python3Packages.markdown ]
++ optionals (!enableLDAP && stdenv.hostPlatform.isLinux) [ ldb talloc tevent ]
++ optional (enablePrinting && stdenv.hostPlatform.isLinux) cups
Expand Down

0 comments on commit d4e00b0

Please sign in to comment.