1 { lib, stdenv, fetchFromGitHub, autoreconfHook }:
2 stdenv.mkDerivation rec {
4 version = "unstable-2017-10-06";
6 src = fetchFromGitHub {
9 rev = "4f794b14450132f81673f7d3570c5a859aecf7ae";
10 sha256 = "16v8aj914ac1ipf14a867ljib3gy7fhzd9ypxnsg9l0zi8mm3ml5";
13 nativeBuildInputs = [ autoreconfHook ];
15 env.NIX_CFLAGS_COMPILE = toString [
21 description = "Library to access GSM mobile phones through GSM modems";
22 homepage = "https://github.com/x-logLT/gsmlib";
23 license = licenses.lgpl2;
24 platforms = platforms.linux;
25 maintainers = [ maintainers.misuzu ];