gammy: 0.9.58 -> 0.9.58a (#98864)
* gammy: 0.9.58 -> 0.9.58a Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
This commit is contained in:
parent
c2fbdeb28a
commit
5f45e68c6b
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "gammy";
|
pname = "gammy";
|
||||||
version = "0.9.58";
|
version = "0.9.58a";
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -12,22 +12,13 @@ stdenv.mkDerivation {
|
|||||||
owner = "Fushko";
|
owner = "Fushko";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "02f19b7acrzip4kbfjgqk06xv1c257rq77khpdg5gz0ai6ayvwm8";
|
sha256 = "02kwfzh7h2dbsfb6b3qlsc7zga1hq21qvg45wf22vm03mahc28za";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ qmake wrapQtAppsHook ];
|
nativeBuildInputs = [ qmake wrapQtAppsHook ];
|
||||||
|
|
||||||
buildInputs = [ libXxf86vm ];
|
buildInputs = [ libXxf86vm ];
|
||||||
|
|
||||||
# FIXME remove when https://github.com/Fushko/gammy/issues/45 is fixed
|
|
||||||
installPhase = ''
|
|
||||||
runHook preInstall
|
|
||||||
|
|
||||||
install gammy -Dt $out/bin/
|
|
||||||
|
|
||||||
runHook postInstall
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "GUI tool for manual- of auto-adjusting of brightness/temperature";
|
description = "GUI tool for manual- of auto-adjusting of brightness/temperature";
|
||||||
homepage = "https://github.com/Fushko/gammy";
|
homepage = "https://github.com/Fushko/gammy";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user