3
0
Fork 0
forked from mirrors/nixpkgs

grantlee5: update meta.homepage

This commit is contained in:
Thomas Tuegel 2017-05-27 16:19:26 -05:00
parent 6ba0ab1b92
commit 96e2a3bd85
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -21,8 +21,9 @@ mkDerivation rec {
postFixup = postFixup =
# Disabuse CMake of the notion that libraries are in $dev # Disabuse CMake of the notion that libraries are in $dev
'' ''
sed -i $dev/lib/cmake/Grantlee5/GrantleeTargets-release.cmake \ for mod in $dev/lib/cmake/Grantlee5/GrantleeTargets-*.cmake; do
-e "s|\''${_IMPORT_PREFIX}|$out|" sed -i $mod -e "s|\''${_IMPORT_PREFIX}|$out|"
done
''; '';
setupHook = ./setup-hook.sh; setupHook = ./setup-hook.sh;