discrete-scroll: minor fixes (#385412)
This commit is contained in:
commit
3f8df124bd
@ -23,15 +23,15 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
install -Dm755 a.out $out/bin/discretescroll
|
install -Dm555 a.out $out/bin/discretescroll
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Fix for OS X's scroll wheel problem";
|
description = "Fix for macOS's unnecessary scroll wheel acceleration";
|
||||||
homepage = "https://github.com/emreyolcu/discrete-scroll";
|
homepage = "https://github.com/emreyolcu/discrete-scroll";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ bb2020 ];
|
|
||||||
platforms = lib.platforms.darwin;
|
platforms = lib.platforms.darwin;
|
||||||
|
maintainers = with lib.maintainers; [ bb2020 ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user