about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/tabbed
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/tabbed')
-rw-r--r--pkgs/applications/window-managers/tabbed/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/tabbed/default.nix b/pkgs/applications/window-managers/tabbed/default.nix
index 0943881da28fa..c391532376e31 100644
--- a/pkgs/applications/window-managers/tabbed/default.nix
+++ b/pkgs/applications/window-managers/tabbed/default.nix
@@ -2,7 +2,7 @@
 
 with stdenv.lib;
 
-stdenv.mkDerivation rec {
+stdenv.mkDerivation {
   name = "tabbed-20180310";
 
   src = fetchgit {