Merge pull request #107540 from flokli/websocketpp-fix-cross

websocketpp: fix cross
This commit is contained in:
Florian Klink 2020-12-24 23:29:41 +01:00 committed by GitHub
commit ae46445e62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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/";