gnomeExtensions.screen-autorotate: remove patch

Removed patch because the extension only supports up to Gnome 41, which has been deprecated.
This commit is contained in:
ChaosAttractor 2023-04-08 17:59:09 +08:00
parent c9e56bdab7
commit 4b53c01e56

View File

@ -91,16 +91,6 @@ super: lib.trivial.pipe super [
];
}))
(patchExtension "screen-autorotate@kosmospredanie.yandex.ru" (old: {
# Requires gjs
# https://github.com/NixOS/nixpkgs/issues/164865
postPatch = ''
for file in *.js; do
substituteInPlace $file --replace "gjs" "${gjs}/bin/gjs"
done
'';
}))
(patchExtension "shell-volume-mixer@derhofbauer.at" (old: {
patches = [
(substituteAll {