mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-01 08:37:55 +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 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue