nix: fix wallpaper location (#334)
This commit is contained in:
parent
8482063157
commit
c8c5e0b90a
2 changed files with 8 additions and 0 deletions
|
|
@ -61,6 +61,11 @@ stdenv.mkDerivation {
|
|||
./meson-build.patch
|
||||
];
|
||||
|
||||
# Fix hardcoded paths to /usr installation
|
||||
postPatch = ''
|
||||
sed -i "s#/usr#$out#" src/render/OpenGL.cpp
|
||||
'';
|
||||
|
||||
passthru.providedSessions = ["hyprland"];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue