1
0
Fork 0

Fix eventd meson compatibility

This commit is contained in:
Malte Brandy 2018-12-16 00:46:36 +01:00
parent 042f42ea67
commit 7e22d5b16c
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1,12 +1,12 @@
{ fetchFromGitHub, stdenv, ninja, meson, pkgconfig, glib, cairo, gdk_pixbuf, glib_networking, pango, libudev, xorg, libxslt, docbook_xml_xslt, git, libuuid, dbus, libsoup, docbook_xml_dtd_45, docbook5_xsl, gettext, autoconf, libtool, utillinux, libxkbcommon }: { fetchFromGitHub, stdenv, ninja, meson, pkgconfig, glib, cairo, gdk_pixbuf, glib_networking, pango, libudev, xorg, libxslt, docbook_xml_xslt, git, libuuid, dbus, libsoup, docbook_xml_dtd_45, docbook5_xsl, gettext, autoconf, libtool, utillinux, libxkbcommon }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "eventd"; name = "eventd";
version = "v0.24.1"; version = "d7c7ba59aa6b225b3e2b8aebdd853137c05d8445";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sardemff7"; owner = "sardemff7";
repo = "eventd"; repo = "eventd";
rev = version; rev = version;
sha256 = "1xjkary1lq8yk1nqw039hrxwax1h0l0vi1dmcyqrgvzb1igsfa6y"; sha256 = "0b32dwx2ngdm57pdhq1wr7h7i12lnhnm81bs9bbs60dqc01ry6jq";
fetchSubmodules = true; fetchSubmodules = true;
}; };
buildInputs = [ buildInputs = [