mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
lib3mf: fix pkg-config file
This commit is contained in:
parent
1570951612
commit
df448f0993
@ -18,6 +18,9 @@ stdenv.mkDerivation rec {
|
||||
postPatch = ''
|
||||
rmdir UnitTests/googletest
|
||||
ln -s ${gtest.src} UnitTests/googletest
|
||||
|
||||
# fix libdir=''${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||
sed -i 's,=''${\(exec_\)\?prefix}/,=,' lib3MF.pc.in
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user