xidlehook: fix eavl

This commit is contained in:
Matthew Justin Bauer
2018-05-07 13:38:23 -05:00
committed by GitHub
parent 08e8701673
commit 248b050462

View File

@@ -1,4 +1,5 @@
{ lib, rustPlatform, fetchFromGitHub, x11, xorg, libpulseaudio, pkgconfig, patchelf }:
{ lib, rustPlatform, fetchFromGitHub, x11, xorg, libpulseaudio, pkgconfig, patchelf
, stdenv}:
rustPlatform.buildRustPackage rec {
name = "xidlehook-${version}";