mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
ltunify: init at 20140331
This commit is contained in:
parent
9e44faab97
commit
038241a761
21
pkgs/tools/misc/ltunify/default.nix
Normal file
21
pkgs/tools/misc/ltunify/default.nix
Normal file
@ -0,0 +1,21 @@
|
||||
{ stdenv, fetchgit }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ltunify-20140331";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://git.lekensteyn.nl/ltunify.git";
|
||||
rev = "c3a263ff97bcd31e96abbfed33d066f8d2778f58";
|
||||
sha256 = "0zjw064fl9f73ppl9c37wsfhp6296yx65m1gis2n2ia6arlnh45q";
|
||||
};
|
||||
|
||||
makeFlags = [ "DESTDIR=$(out)" "bindir=/bin" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Tool for working with Logitech Unifying receivers and devices";
|
||||
homepage = https://lekensteyn.nl/logitech-unifying.html;
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.abbradar ];
|
||||
};
|
||||
}
|
@ -13194,6 +13194,8 @@ let
|
||||
apiKey = config.libspotify.apiKey or null;
|
||||
};
|
||||
|
||||
ltunify = callPackage ../tools/misc/ltunify { };
|
||||
|
||||
src = callPackage ../applications/version-management/src/default.nix {
|
||||
git = gitMinimal;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user