codecserver: fixup paths in .pc file
This commit is contained in:
@@ -24,6 +24,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [ protobuf ];
|
||||
|
||||
postFixup = ''
|
||||
substituteInPlace "$out"/lib/pkgconfig/codecserver.pc \
|
||||
--replace '=''${prefix}//' '=/' \
|
||||
--replace '=''${exec_prefix}//' '=/'
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/jketterl/codecserver";
|
||||
description = "Modular audio codec server";
|
||||
|
||||
Reference in New Issue
Block a user