gnu: sequoia: Fix pkgconfig files.
authorHartmut Goebel <h.goebel@crazy-compilers.com>
Sun, 10 May 2020 22:00:47 +0000 (00:00 +0200)
committerHartmut Goebel <h.goebel@crazy-compilers.com>
Mon, 11 May 2020 10:05:38 +0000 (12:05 +0200)
commitfbe17e242b539004e3aa1458c2e9ccbc635ddfb8
tree5049effcf6cb4e271e7df0a96d0c1b7272002504
parentd58c9574b3ea91bd796e6072d2ee2ba941abb9c7
gnu: sequoia: Fix pkgconfig files.

The pkgconfig files defines the wrong prefix: It is the build directory, while
it should be the installation prefix. This is caused by Makefiles replacing
`PREFIX` by `$(shell pwd)`.

See <https://gitlab.com/sequoia-pgp/sequoia/-/issues/502> for details.

* gnu/packages/sequoia.scm (sequoia)[fix-pkgconfig-file-substitutes]: New
  phase.
gnu/packages/sequoia.scm