hyprpm: use provided pkgconf env if available
this is required for hyprpm to work under nix develop
This commit is contained in:
parent
82de66a030
commit
64db62d7e2
2 changed files with 20 additions and 3 deletions
|
|
@ -65,6 +65,8 @@ class CPluginManager {
|
|||
|
||||
void notify(const eNotifyIcons icon, uint32_t color, int durationMs, const std::string& message);
|
||||
|
||||
const std::string& getPkgConfigPath();
|
||||
|
||||
bool hasDeps();
|
||||
|
||||
bool m_bVerbose = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue