shithub: libtags

ref: 6e84aa27cac288fce0f34bd5eaab78e7f3ee5d91
dir: /shell.nix/

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