mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
nanomsg: fix path in pkg-config file
This commit is contained in:
parent
3e6abe1c77
commit
e3d63b734b
@ -21,6 +21,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
# https://github.com/nanomsg/nanomsg/issues/1082
|
||||
postPatch = ''
|
||||
substituteInPlace src/pkgconfig.in \
|
||||
--replace '$'{prefix}/@CMAKE_INSTALL_LIBDIR@ @CMAKE_INSTALL_FULL_LIBDIR@
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description= "Socket library that provides several common communication patterns";
|
||||
homepage = "https://nanomsg.org/";
|
||||
|
Loading…
Reference in New Issue
Block a user