shithub: libtags

ref: 8f4bfe49e034694ac1d79f89130ed0566845da56
dir: /shell.nix/

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