hyprwm / hyprland-plugins

Official plugins for Hyprland
BSD 3-Clause "New" or "Revised" License
459 stars 42 forks source link

[Nix] Plugins unable to be loaded #193

Open CmrCrabs opened 3 days ago

CmrCrabs commented 3 days ago

Using the hyprland flake, everything is up to date. Plugin builds completely fine and adding it as a plugin works, but once you actually try to use it in a way where it would actually be loaded, it breaks. IE if I used borders plus plus with border size set to zero, it runs fine - but If i set any actual border size it errors with

Failed to load the following plugin: /nix/store/(hash)-borders-plus-plus-0.1/lib/libborders-plus-plus.so

Same exact error (with corresponding plugin.so) occurs for all the plugins in this repo, & other third party ones I have tried. I have tried various hyprland versions with the plugin version following the hyprland version, but will still result in same error.