mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-04 10:27:34 +00:00
pythonPackages.websockify: Needs to propagate numpy
This commit is contained in:
parent
701837017e
commit
3228a381dd
1 changed files with 1 additions and 1 deletions
|
@ -3503,7 +3503,7 @@ pythonPackages = python.modules // rec {
|
||||||
md5 = "29b6549d3421907de4bbd881ecc2e1b1";
|
md5 = "29b6549d3421907de4bbd881ecc2e1b1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ numpy ];
|
propagatedBuildInputs = [ numpy ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "WebSockets support for any application/server";
|
description = "WebSockets support for any application/server";
|
||||||
|
|
Loading…
Add table
Reference in a new issue