gst_all_1.gst-editing-services: fix build

This commit is contained in:
Michael Raskin 2019-01-11 11:46:01 +01:00
parent 3bd38b0daa
commit 0feb54c9ae
1 changed files with 4 additions and 0 deletions

View File

@ -32,4 +32,8 @@ stdenv.mkDerivation rec {
}) })
./fix_pkgconfig_includedir.patch ./fix_pkgconfig_includedir.patch
]; ];
postPatch = ''
sed -i -r -e 's/p(bad|good) = .*/p\1 = pbase/' tests/check/meson.build
'';
} }