shithub: libtags

ref: 47a009f78b0ee0b5a5588718ce3a9a39f75c4813
dir: /shell.nix/

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