mtr: cleanup

This commit is contained in:
Sandro Jäckel 2021-02-12 04:26:28 +01:00
parent 16c881deac
commit e7a276762b
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,8 +1,6 @@
{ stdenv, lib, fetchFromGitHub, autoreconfHook, pkg-config
, libcap, ncurses
, withGtk ? false, gtk3 ? null }:
assert withGtk -> gtk3 != null;
, withGtk ? false, gtk3 }:
stdenv.mkDerivation rec {
pname = "mtr${lib.optionalString withGtk "-gui"}";