shithub: libtags

ref: 20eb728d82e67ea8fb0f5ceade56e1a3b1076c84
dir: /shell.nix/

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