about summary refs log tree commit diff
path: root/pkgs/tools/misc/staruml
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-27 12:44:43 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-01-27 12:44:43 +0700
commit3bbad8b041ce225eeb84b335c1cd1305b8c6f693 (patch)
tree4da99035070a79667db2ec1e1fc1e467501da228 /pkgs/tools/misc/staruml
parentdb4cede4160f25143fd882ba92e3cc2cd5f93ae0 (diff)
treewide: remove inherited stdenv.lib
Diffstat (limited to 'pkgs/tools/misc/staruml')
-rw-r--r--pkgs/tools/misc/staruml/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/misc/staruml/default.nix b/pkgs/tools/misc/staruml/default.nix
index b6a78f85a35d3..db3a065fdf4ee 100644
--- a/pkgs/tools/misc/staruml/default.nix
+++ b/pkgs/tools/misc/staruml/default.nix
@@ -4,7 +4,6 @@
 , libXdamage, expat }:
 
 let
-  inherit (stdenv) lib;
   LD_LIBRARY_PATH = lib.makeLibraryPath
     [ glib gtk2 gdk-pixbuf alsaLib nss nspr GConf cups libgcrypt dbus libXdamage expat ];
 in