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:
parent
b58297d606
commit
d696e4b875
|
@ -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 ];
|
||||
|
|
Loading…
Reference in New Issue