lshw: disable gui by default since it's ugly.
svn path=/nixpkgs/trunk/; revision=24689
This commit is contained in:
parent
b9b7665edd
commit
ecf54a3e6b
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl
|
{ 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 {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user