lol

entt: remove unused substituteInPlace

substituteStream(): WARNING: pattern '${prefix}/@CMAKE_INSTALL_INCLUDEDIR@' doesn't match anything in file 'cmake/in/entt.pc.in'

It looks like https://github.com/skypjack/entt/issues/890 has been resolved.

authored by

Bobby Rong and committed by
GitHub
3c77bae4 f2de4779

-6
-6
pkgs/development/libraries/entt/default.nix
··· 12 12 13 13 nativeBuildInputs = [ cmake ]; 14 14 15 - # https://github.com/skypjack/entt/issues/890 16 - postPatch = '' 17 - substituteInPlace cmake/in/entt.pc.in \ 18 - --replace '$'{prefix}/@CMAKE_INSTALL_INCLUDEDIR@ @CMAKE_INSTALL_FULL_INCLUDEDIR@ 19 - ''; 20 - 21 15 meta = with lib; { 22 16 homepage = "https://github.com/skypjack/entt"; 23 17 description = "A header-only, tiny and easy to use library for game programming and much more written in modern C++";