shithub: libtags

ref: e44c32cb41848b2dd685e5a0681aac26f90f30ca
dir: /shell.nix/

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