shithub: libtags

ref: 5e7d1c7c613f0d46b9266a43b941d33ea8d88d32
dir: /shell.nix/

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