Skip to content

Commit

Permalink
websocketpp: fix cross
Browse files Browse the repository at this point in the history
Apparently, that's all needed to get websocketpp to cross-compile.
  • Loading branch information
flokli committed Dec 24, 2020
1 parent fb875dc commit 3daa255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/websocket++/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "12ffczcrryh74c1xssww35ic6yiy2l2xgdd30lshiq9wnzl2brgy";
};

buildInputs = [ cmake ];
nativeBuildInputs = [ cmake ];

meta = with stdenv.lib; {
homepage = "https://www.zaphoyd.com/websocketpp/";
Expand Down

0 comments on commit 3daa255

Please sign in to comment.