xidlehook: 0.4.6 -> 0.4.8 (#41094)
This commit is contained in:
parent
d43fd83a27
commit
b707632e45
@ -1,19 +1,21 @@
|
|||||||
{ lib, rustPlatform, fetchFromGitHub, x11, xorg, libpulseaudio, pkgconfig, patchelf
|
{ lib, stdenv, rustPlatform, fetchFromGitHub, x11, xorg, libpulseaudio, pkgconfig, patchelf }:
|
||||||
, stdenv}:
|
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
name = "xidlehook-${version}";
|
name = "xidlehook-${version}";
|
||||||
version = "0.4.6";
|
version = "0.4.8";
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jD91mZM2";
|
owner = "jD91mZM2";
|
||||||
repo = "xidlehook";
|
repo = "xidlehook";
|
||||||
rev = version;
|
rev = version;
|
||||||
|
|
||||||
sha256 = "0h84ichm1v2wdmm4w1n7jr70yfb9hhi7kykvd99ppg00h1x9lr7w";
|
sha256 = "1125n5szgq7bziz3lkrhb2a2iac93ap63g2xr78ap7b9i3gxs3xh";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "0a1bl6fnfw6xy71q3b5zij52p9skylj1ivqj8my44bfsid2qfn7d";
|
cargoBuildFlags = lib.optionals (!stdenv.isLinux) ["--no-default-features" "--features" "pulse"];
|
||||||
|
cargoSha256 = "1mrg59flmmqg5wwi2l8lw6p1xpgdw597fdfsmpn8b126rgzqmjl8";
|
||||||
|
|
||||||
buildInputs = [ x11 xorg.libXScrnSaver libpulseaudio ];
|
buildInputs = [ x11 xorg.libXScrnSaver libpulseaudio ];
|
||||||
nativeBuildInputs = [ pkgconfig patchelf ];
|
nativeBuildInputs = [ pkgconfig patchelf ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user