shithub: libtags

ref: 3bc7b61cb1c7c34b4f1ad39771febe6ea61b5094
dir: /shell.nix/

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