From f45ed4b74eafe7360b6443937d50dbd33ffbf55d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 3 Feb 2009 22:15:02 +0000 Subject: [PATCH] * Remove obsolete comment. svn path=/nixpkgs/trunk/; revision=13977 --- pkgs/misc/cups/default.nix | 3 --- 1 file changed, 3 deletions(-) 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