1
0
Fork 1
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:
Shea Levy 2013-02-14 19:58:50 -05:00
parent 701837017e
commit 3228a381dd

View file

@ -3503,7 +3503,7 @@ pythonPackages = python.modules // rec {
md5 = "29b6549d3421907de4bbd881ecc2e1b1";
};
buildInputs = [ numpy ];
propagatedBuildInputs = [ numpy ];
meta = {
description = "WebSockets support for any application/server";