pybitmessage: add numpy + pyopencl to propagatedBuildInputs
This commit is contained in:
parent
10e8214b93
commit
235b63d96c
@ -12,7 +12,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
sha256 = "04sgns9qczzw2152gqdr6bjyy4fmgs26cz8n3qck94l0j51rxhz8";
|
sha256 = "04sgns9qczzw2152gqdr6bjyy4fmgs26cz8n3qck94l0j51rxhz8";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [ msgpack pyqt4 ] ++ [ openssl ];
|
propagatedBuildInputs = with pythonPackages; [ msgpack pyqt4 numpy pyopencl ] ++ [ openssl ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
# Remove interaction and misleading output
|
# Remove interaction and misleading output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user