mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
pybitmessage: add numpy + pyopencl to propagatedBuildInputs
This commit is contained in:
parent
10e8214b93
commit
235b63d96c
@ -12,7 +12,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
sha256 = "04sgns9qczzw2152gqdr6bjyy4fmgs26cz8n3qck94l0j51rxhz8";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [ msgpack pyqt4 ] ++ [ openssl ];
|
||||
propagatedBuildInputs = with pythonPackages; [ msgpack pyqt4 numpy pyopencl ] ++ [ openssl ];
|
||||
|
||||
preConfigure = ''
|
||||
# Remove interaction and misleading output
|
||||
|
Loading…
Reference in New Issue
Block a user