ignition-transport: fix cmake file

This commit is contained in:
Alexander Ried 2016-09-07 14:24:18 +02:00
parent b6be650608
commit 7a623aec47

View file

@ -15,6 +15,10 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ cppzmq ];
postPatch = ''
substituteInPlace cmake/ignition-config.cmake.in --replace "@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_" "@CMAKE_INSTALL_"
'';
meta = with stdenv.lib; {
homepage = http://ignitionrobotics.org/libraries/math;
description = "Math library by Ingition Robotics, created for the Gazebo project";