2016-01-11 02:21:24 +00:00
|
|
|
{ stdenv, fetchgit }:
|
|
|
|
|
|
|
|
stdenv.mkDerivation rec {
|
|
|
|
name = "ltunify-20140331";
|
|
|
|
|
|
|
|
src = fetchgit {
|
|
|
|
url = "https://git.lekensteyn.nl/ltunify.git";
|
|
|
|
rev = "c3a263ff97bcd31e96abbfed33d066f8d2778f58";
|
2016-06-02 12:26:44 +01:00
|
|
|
sha256 = "04g7mmljkx8643k53yd9x4k2ndrr98w7fbq10qn8ll6didkph3v8";
|
2016-01-11 02:21:24 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
makeFlags = [ "DESTDIR=$(out)" "bindir=/bin" ];
|
|
|
|
|
|
|
|
meta = with stdenv.lib; {
|
|
|
|
description = "Tool for working with Logitech Unifying receivers and devices";
|
2017-08-01 21:03:30 +01:00
|
|
|
homepage = https://lekensteyn.nl/logitech-unifying.html;
|
2016-01-11 02:21:24 +00:00
|
|
|
license = licenses.gpl3Plus;
|
|
|
|
platforms = platforms.linux;
|
|
|
|
maintainers = [ maintainers.abbradar ];
|
|
|
|
};
|
|
|
|
}
|