forked from mirrors/nixpkgs
libqmi: 1.8.0 -> 1.12.6
This commit is contained in:
parent
8071107881
commit
a12a63fc08
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, glib, python }:
|
{ stdenv, fetchurl, pkgconfig, glib, python }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libqmi-1.8.0";
|
name = "libqmi-1.12.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.freedesktop.org/software/libqmi/${name}.tar.xz";
|
url = "http://www.freedesktop.org/software/libqmi/${name}.tar.xz";
|
||||||
sha256 = "03gf221yjcdzvnl4v2adwpc6cyg5mlbccn20s00fp5bgvmq81pgs";
|
sha256 = "101ppan2q1h4pyp2zbn9b8sdwy2c7fk9rp91yykxz3afrvzbymq8";
|
||||||
};
|
};
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
@ -15,7 +15,10 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ pkgconfig glib python ];
|
buildInputs = [ pkgconfig glib python ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
homepage = http://www.freedesktop.org/wiki/Software/libqmi/;
|
||||||
description = "Modem protocol helper library";
|
description = "Modem protocol helper library";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.gpl2;
|
||||||
|
maintainers = with maintainers; [ wkennington ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue