shithub: libtags

ref: 3389f5793e35a290431bd1a2f1d4aa960f81f454
dir: /shell.nix/

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