kdsoap: fix after update
This commit is contained in:
parent
823d7161d2
commit
df8dfca854
1 changed files with 2 additions and 4 deletions
|
@ -28,10 +28,8 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
postInstall = ''
|
||||
moveToOutput bin/kdwsdl2cpp* "$dev"
|
||||
sed -i "$out/lib/cmake/${cmakeName}/KDSoapTargets.cmake" \
|
||||
-e "/^ INTERFACE_INCLUDE_DIRECTORIES/ c INTERFACE_INCLUDE_DIRECTORIES \"$dev/include\""
|
||||
sed -i "$out/lib/cmake/${cmakeName}/KDSoapTargets-release.cmake" \
|
||||
-e "s@$out/bin@$dev/bin@"
|
||||
substituteInPlace "$out/lib/cmake/${cmakeName}/KDSoapTargets-release.cmake" \
|
||||
--replace $out/bin $dev/bin
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue