diff --git a/Cargo.toml b/Cargo.toml index 15332af..177f977 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,6 @@ default = [ "replaygain", "mp3_extractor", "flac_extractor", - "taglib_extractor", "ffprobe_extractor", "command_genhtml" ] @@ -82,4 +81,4 @@ ffprobe_extractor = [] # If to allow using ffmpeg/ffprobe as a fallback tag extr command_genhtml = ["dep:html-escape", "dep:urlencoding"] -replaygain = ["dep:replaygain"] \ No newline at end of file +replaygain = ["dep:replaygain"] diff --git a/flake.nix b/flake.nix index 4d9425c..042e4f0 100644 --- a/flake.nix +++ b/flake.nix @@ -32,6 +32,8 @@ LIBCLANG_PATH = "${pkgs.llvmPackages.libclang.lib}/lib"; + buildFeatures = [ "taglib_extractor" ]; + preBuild = '' export BINDGEN_EXTRA_CLANG_ARGS="$(< ${stdenv.cc}/nix-support/libc-crt1-cflags) \ $(< ${stdenv.cc}/nix-support/libc-cflags) \