From 92f7fe58b6caf3033a5618b22d68312febb92547 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Fri, 14 May 2021 14:42:20 +0800 Subject: [PATCH] strawberry: drop special taglib handling --- pkgs/applications/audio/strawberry/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/applications/audio/strawberry/default.nix b/pkgs/applications/audio/strawberry/default.nix index 76ed0e9cc1fe..c8ffba2c2a7a 100644 --- a/pkgs/applications/audio/strawberry/default.nix +++ b/pkgs/applications/audio/strawberry/default.nix @@ -82,10 +82,6 @@ mkDerivation rec { util-linux ]; - cmakeFlags = [ - "-DUSE_SYSTEM_TAGLIB=ON" - ]; - postInstall = '' qtWrapperArgs+=(--prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "$GST_PLUGIN_SYSTEM_PATH_1_0") '';