Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libaec: enable tests

+2
+2
pkgs/development/libraries/libaec/default.nix
··· 18 18 cmake 19 19 ]; 20 20 21 + doCheck = true; 22 + 21 23 meta = with lib; { 22 24 homepage = "https://gitlab.dkrz.de/k202009/libaec"; 23 25 description = "Adaptive Entropy Coding library";