mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03: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 New Issue
Block a user