Merge pull request #252058 from Fryuni/patch-2

This commit is contained in:
Artturi 2023-08-29 17:10:08 +03:00 committed by GitHub
commit cbb59a14dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -979,6 +979,9 @@ self: super:
postInstall = ''
rm $out/bin/xkeystone
'';
meta = attrs.meta // {
mainProgram = "xrandr";
};
});
xset = super.xset.overrideAttrs (attrs: {