shithub: libtags

ref: 9fd9c7b9e579e2ce4de4ee63a28c0ab04459ca13
dir: /shell.nix/

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