diff --git a/pkgs/misc/cups/default.nix b/pkgs/misc/cups/default.nix index de56e336289..2b1ff222160 100644 --- a/pkgs/misc/cups/default.nix +++ b/pkgs/misc/cups/default.nix @@ -24,9 +24,6 @@ stdenv.mkDerivation { installFlagsArray=(BUILDROOT=$out/destdir) ''; - # !!! Ideally, we wouldn't have Samba as a dependency of CUPS. - # Rather, the backend directory should be treated as configuration - # data generated in some other Nix expression in NixOS. postInstall = '' mv $out/destdir/$out/* $out rm -rf $out/destdir