summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools
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/development/tools
parentdb4cede4160f25143fd882ba92e3cc2cd5f93ae0 (diff)
treewide: remove inherited stdenv.lib
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/profiling/systemtap/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/tools/profiling/systemtap/default.nix b/pkgs/development/tools/profiling/systemtap/default.nix
index c978d8bd96a7..c5d65a8239ea 100644
--- a/pkgs/development/tools/profiling/systemtap/default.nix
+++ b/pkgs/development/tools/profiling/systemtap/default.nix
@@ -1,4 +1,4 @@
-{ fetchgit, pkg-config, gettext, runCommand, makeWrapper
+{ lib, fetchgit, pkg-config, gettext, runCommand, makeWrapper
, elfutils, kernel, gnumake, python2, python2Packages
}:
@@ -10,7 +10,6 @@ let
version = "4.1";
inherit (kernel) stdenv;
- inherit (stdenv) lib;
## stap binaries
stapBuild = stdenv.mkDerivation {