summary refs log tree commit diff
path: root/pkgs/tools/system/lshw
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/lshw')
-rw-r--r--pkgs/tools/system/lshw/default.nix2
1 files changed, 1 insertions, 1 deletions
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 {