shithub: libtags

ref: c074cc2a8b2d8e2721457f3c8723298dfd1fd212
dir: /shell.nix/

View raw version
with import <nixpkgs> {};
stdenv.mkDerivation {
 name = "libtags";
 buildInputs = with pkgs; [
  aflplusplus
  meson
  ninja
 ];
}