shithub: libtags

ref: 1a9591bd4f932a6ca2fba0eb84cb6b790c8c7250
dir: /shell.nix/

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