add pname into python-modules/mxnet (#117101)

* add pname into python-modules/mxnet

Signed-off-by: P33_ae <marsweb@gmx.de>

* Update pkgs/development/python-modules/mxnet/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
InLaw 2021-03-27 02:51:18 +01:00 committed by GitHub
parent b58297d606
commit d696e4b875
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
}:
buildPythonPackage {
inherit (pkgs.mxnet) name version src meta;
inherit (pkgs.mxnet) pname version src meta;
buildInputs = [ pkgs.mxnet ];
propagatedBuildInputs = [ requests numpy graphviz ];