mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
swlay: actually enable tests
This commit is contained in:
parent
2df0ae942d
commit
fd607d72ad
@ -11,11 +11,18 @@ stdenv.mkDerivation rec {
|
||||
hash = "sha256-xKQGZO5hNzMg+JYKeqOBsu73YO+ucBEOcNhG8iSNYvA=";
|
||||
};
|
||||
|
||||
checkInputs = [ cunit ];
|
||||
doCheck = true;
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
cmakeFlags = [
|
||||
(lib.cmakeBool "WSLAY_TESTS" true)
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
checkInputs = [ cunit ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://tatsuhiro-t.github.io/wslay/";
|
||||
description = "The WebSocket library in C";
|
||||
|
Loading…
Reference in New Issue
Block a user