From ecf54a3e6b5c40a046c4d66aad0106f5a831eaa1 Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Mon, 15 Nov 2010 10:12:55 +0000 Subject: lshw: disable gui by default since it's ugly. svn path=/nixpkgs/trunk/; revision=24689 --- pkgs/tools/system/lshw/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools/system/lshw') diff --git a/pkgs/tools/system/lshw/default.nix b/pkgs/tools/system/lshw/default.nix index 3c36812eae9..fc791c2761b 100644 --- a/pkgs/tools/system/lshw/default.nix +++ b/pkgs/tools/system/lshw/default.nix @@ -1,5 +1,5 @@ { stdenv, fetchurl -, withGUI? true, gtk? null, pkgconfig? null, sqlite? null # compile GUI +, withGUI? false, gtk? null, pkgconfig? null, sqlite? null # compile GUI }: stdenv.mkDerivation rec { -- cgit 1.4.1