mtr: cleanup
This commit is contained in:
parent
16c881deac
commit
e7a276762b
@ -1,8 +1,6 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, autoreconfHook, pkg-config
|
{ stdenv, lib, fetchFromGitHub, autoreconfHook, pkg-config
|
||||||
, libcap, ncurses
|
, libcap, ncurses
|
||||||
, withGtk ? false, gtk3 ? null }:
|
, withGtk ? false, gtk3 }:
|
||||||
|
|
||||||
assert withGtk -> gtk3 != null;
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mtr${lib.optionalString withGtk "-gui"}";
|
pname = "mtr${lib.optionalString withGtk "-gui"}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user