summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cppheaderparser
diff options
context:
space:
mode:
authorAndy Richardson <andy.john.richardson@gmail.com>2021-01-26 10:28:01 +0000
committerGitHub <noreply@github.com>2021-01-26 10:28:01 +0000
commitb6fd07102710392d6bfe5c523b98b03409a0713c (patch)
tree4244ed2c31b35a953d3014a9df4baef7ca3ed111 /pkgs/development/python-modules/cppheaderparser
parent9c324b680d09866d9b64e37628381a40526e4eb9 (diff)
parent117addb0f8387072dbb287a75846c97f0589a90c (diff)
Merge branch 'master' into patch-3
Diffstat (limited to 'pkgs/development/python-modules/cppheaderparser')
-rw-r--r--pkgs/development/python-modules/cppheaderparser/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/cppheaderparser/default.nix b/pkgs/development/python-modules/cppheaderparser/default.nix
index b51499de449c..7602132c24ae 100644
--- a/pkgs/development/python-modules/cppheaderparser/default.nix
+++ b/pkgs/development/python-modules/cppheaderparser/default.nix
@@ -1,7 +1,7 @@
{ buildPythonPackage
, fetchPypi
, ply
-, lib, stdenv
+, lib
}:
buildPythonPackage rec {