From 81c79d71b20533e638f56b482901e95e61652abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andres=20L=C3=B6h?= Date: Mon, 6 Aug 2007 15:09:38 +0000 Subject: [PATCH] * mutt was incorrectly listed under tools, not applications svn path=/nixpkgs/trunk/; revision=9058 --- pkgs/top-level/all-packages.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index d29df868dea2..e080e407dfe6 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -465,10 +465,6 @@ rec { inherit fetchurl stdenv; }; - mutt = import ../applications/networking/mailreaders/mutt { - inherit fetchurl stdenv ncurses which openssl; - }; - ncat = import ../tools/networking/ncat { inherit fetchurl stdenv openssl; }; @@ -3114,6 +3110,10 @@ rec { # !!! should depend on MPlayer }; + mutt = import ../applications/networking/mailreaders/mutt { + inherit fetchurl stdenv ncurses which openssl; + }; + mythtv = import ../applications/video/mythtv { inherit fetchurl stdenv which qt3 x11 lame zlib mesa; inherit (xlibs) libX11 libXinerama libXv libXxf86vm libXrandr libXmu;