nix: remove glaze patch
Signed-off-by: Tyr Heimdal <tyr.heimdal@warning.no>
This commit is contained in:
parent
fd48d102e1
commit
380d14998e
2 changed files with 0 additions and 23 deletions
|
|
@ -105,13 +105,6 @@ in
|
|||
]));
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Bump hyprpm's glaze dependency to 7.0.0, the version already present
|
||||
# in Nixpkgs.
|
||||
# TODO: apply patch globally when Arch repos get glaze 7.0.0.
|
||||
./glaze.patch
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
# Fix hardcoded paths to /usr installation
|
||||
sed -i "s#/usr#$out#" src/render/OpenGL.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue