shithub: libtags

ref: 78aa2362a55bfb147a995a7df2ec5691ef280aa8
dir: /shell.nix/

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