about summary refs log tree commit diff
path: root/pkgs/tools/networking/mtr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/mtr/default.nix')
-rw-r--r--pkgs/tools/networking/mtr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/mtr/default.nix b/pkgs/tools/networking/mtr/default.nix
index 8932360c7176..3c2ced1712fd 100644
--- a/pkgs/tools/networking/mtr/default.nix
+++ b/pkgs/tools/networking/mtr/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
     substituteInPlace Makefile.in --replace ' install-exec-hook' ""
   '';
 
-  configureFlags = stdenv.lib.optionalString (!withGtk) "--without-gtk";
+  configureFlags = stdenv.lib.optional (!withGtk) "--without-gtk";
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];