shithub: libtags

ref: b9872910ce781e5818322af3e31c655ca8d87821
dir: /shell.nix/

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