websocketpp: fix cross

Apparently, that's all needed to get websocketpp to cross-compile.
This commit is contained in:
Florian Klink 2020-12-24 16:55:37 +01:00
parent fb875dcf6f
commit 3daa255777

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "12ffczcrryh74c1xssww35ic6yiy2l2xgdd30lshiq9wnzl2brgy";
};
buildInputs = [ cmake ];
nativeBuildInputs = [ cmake ];
meta = with stdenv.lib; {
homepage = "https://www.zaphoyd.com/websocketpp/";