shithub: libtags

ref: 2dcaa4af26a51d0d022f9ec6d2a7ad490d0e87d7
dir: /shell.nix/

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