mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 05:37:42 +00:00
libsysprof-capture: add meta.pkgConfigModules annotation
This commit is contained in:
parent
2d87e9ae03
commit
ae7cc3b314
@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Static library for Sysprof capture data generation";
|
||||
license = lib.licenses.bsd2Patent;
|
||||
platforms = lib.platforms.all;
|
||||
pkgConfigModules = [ "sysprof-capture-4" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user