fix openobex build

This commit is contained in:
Aristid Breitkreuz 2014-11-15 22:32:36 +01:00
parent ec453f984e
commit 05d4db4c71

View file

@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
patchPhase = ''
sed -i "s!/lib/udev!$out/lib/udev!" udev/CMakeLists.txt
sed -i "/if ( PKGCONFIG_UDEV_FOUND )/,/endif ( PKGCONFIG_UDEV_FOUND )/d" udev/CMakeLists.txt
'';
meta = {