mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
pythonPackages.websockify: Needs to propagate numpy
This commit is contained in:
parent
701837017e
commit
3228a381dd
|
@ -3503,7 +3503,7 @@ pythonPackages = python.modules // rec {
|
|||
md5 = "29b6549d3421907de4bbd881ecc2e1b1";
|
||||
};
|
||||
|
||||
buildInputs = [ numpy ];
|
||||
propagatedBuildInputs = [ numpy ];
|
||||
|
||||
meta = {
|
||||
description = "WebSockets support for any application/server";
|
||||
|
|
Loading…
Reference in a new issue