1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00

lshw: disable gui by default since it's ugly.

svn path=/nixpkgs/trunk/; revision=24689
This commit is contained in:
Evgeny Egorochkin 2010-11-15 10:12:55 +00:00
parent b9b7665edd
commit ecf54a3e6b

View file

@ -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 {