shithub: libtags

ref: 0f87ccfbf40620cb0e2224a5a9e15c239ba4009a
dir: /shell.nix/

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