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:
parent
b9b7665edd
commit
ecf54a3e6b
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue