summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
diff options
context:
space:
mode:
authorViktor Kronvall <viktor.kronvall@gmail.com>2022-11-09 19:53:34 +0900
committerViktor Kronvall <viktor.kronvall@gmail.com>2022-11-09 19:53:34 +0900
commit69b41f98809c7a3bfe79dae28c31917927ee9f64 (patch)
tree01480bbf65345d9d2a0b20f558fb492a044f364b /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
parent29e71a7193d4d8252031984d9c1f4b1b9fb4c443 (diff)
pfstools: fix netpbm inclusion
The main CMakeLists.txt no longer includes the FindNETPBM.cmake file. This commit removes the comment on the `include` statement to re-enable including the FindNETPBM.cmake file. Moreover the netpbm libraries weren't found due to the name searched for included an extraneous `.` The `stdenv.hostPlatform.extensions.sharedLibrary` expressions resolves to ".so" on x86_64-linux which means that the `-name` flag gets passed "*..so*" instead of "*.so*". This commit ensures that "*.so*" is passed when looking for the netpbm shared objects.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions