gst_all_1.gst-editing-services: fix build
This commit is contained in:
parent
3bd38b0daa
commit
0feb54c9ae
|
@ -32,4 +32,8 @@ stdenv.mkDerivation rec {
|
|||
})
|
||||
./fix_pkgconfig_includedir.patch
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
sed -i -r -e 's/p(bad|good) = .*/p\1 = pbase/' tests/check/meson.build
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue