strawberry: drop special taglib handling

This commit is contained in:
Peter Hoeg 2021-05-14 14:42:20 +08:00
parent 4a29d1156c
commit 92f7fe58b6

View file

@ -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")
'';