Skip to content

Commit

Permalink
add pname into python-modules/mxnet (#117101)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
InLaw and SuperSandro2000 committed Mar 27, 2021
1 parent b58297d commit d696e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/mxnet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit d696e4b

Please sign in to comment.