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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}";