forked from mirrors/nixpkgs
libtoxcore: repair paths in pkg-config file
This commit is contained in:
parent
4d6e005dec
commit
e298a63fdc
1 changed files with 6 additions and 0 deletions
|
@ -33,6 +33,12 @@ let
|
||||||
doCheck = false; # hangs, tries to access the net?
|
doCheck = false; # hangs, tries to access the net?
|
||||||
checkInputs = [ check ];
|
checkInputs = [ check ];
|
||||||
|
|
||||||
|
postFixup =''
|
||||||
|
sed -i $out/lib/pkgconfig/*.pc \
|
||||||
|
-e "s|^libdir=.*|libdir=$out/lib|" \
|
||||||
|
-e "s|^includedir=.*|includedir=$out/include|"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "P2P FOSS instant messaging application aimed to replace Skype";
|
description = "P2P FOSS instant messaging application aimed to replace Skype";
|
||||||
homepage = https://tox.chat;
|
homepage = https://tox.chat;
|
||||||
|
|
Loading…
Add table
Reference in a new issue