about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorAllen Nelson <anelson@narrativescience.com>2015-05-22 09:57:42 -0500
committerAllen Nelson <anelson@narrativescience.com>2015-05-24 10:21:33 -0500
commitbf1a16bbeac462ee46674e4d340a7f1edffddb0a (patch)
tree39ffb30bafca0c208fdf283aa0b076bca9d076c1 /pkgs/development
parent06ff4af597a75a0854cbcb9c822b1fe38a466a98 (diff)
downloadnixlib-bf1a16bbeac462ee46674e4d340a7f1edffddb0a.tar
nixlib-bf1a16bbeac462ee46674e4d340a7f1edffddb0a.tar.gz
nixlib-bf1a16bbeac462ee46674e4d340a7f1edffddb0a.tar.bz2
nixlib-bf1a16bbeac462ee46674e4d340a7f1edffddb0a.tar.lz
nixlib-bf1a16bbeac462ee46674e4d340a7f1edffddb0a.tar.xz
nixlib-bf1a16bbeac462ee46674e4d340a7f1edffddb0a.tar.zst
nixlib-bf1a16bbeac462ee46674e4d340a7f1edffddb0a.zip
removing superfluous lets
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/generic/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/generic/default.nix b/pkgs/development/python-modules/generic/default.nix
index 211c781b5d4b..9856682ba89b 100644
--- a/pkgs/development/python-modules/generic/default.nix
+++ b/pkgs/development/python-modules/generic/default.nix
@@ -59,11 +59,6 @@ if disabled
 then throw "${name} not supported for interpreter ${python.executable}"
 else
 
-let
-  inherit (builtins) hasAttr;
-  inherit (lib) mapAttrs concatStringsSep optionals hasSuffix;
-in
-
 python.stdenv.mkDerivation (attrs // {
   inherit doCheck;