uwsgi: 2.0.12 -> 2.0.13.1
This commit is contained in:
parent
80b22a823c
commit
862c160e29
@ -33,11 +33,11 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "uwsgi-${version}";
|
name = "uwsgi-${version}";
|
||||||
version = "2.0.12";
|
version = "2.0.13.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://projects.unbit.it/downloads/${name}.tar.gz";
|
url = "http://projects.unbit.it/downloads/${name}.tar.gz";
|
||||||
sha256 = "02g46dnw5j1iw8fsq392bxbk8d21b9pdgb3ypcinv3b4jzdm2srh";
|
sha256 = "0zwdljaljzshrdcqsrr2l2ak2zcmsps4glac2lrg0xmb28phrjif";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ python3 pkgconfig ];
|
nativeBuildInputs = [ python3 pkgconfig ];
|
||||||
@ -73,10 +73,13 @@ stdenv.mkDerivation rec {
|
|||||||
${lib.concatMapStringsSep "\n" (x: x.install) needed}
|
${lib.concatMapStringsSep "\n" (x: x.install) needed}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
NIX_CFLAGS_LINK = [ "-lsystemd" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://uwsgi-docs.readthedocs.org/en/latest/;
|
homepage = http://uwsgi-docs.readthedocs.org/en/latest/;
|
||||||
description = "A fast, self-healing and developer/sysadmin-friendly application container server coded in pure C";
|
description = "A fast, self-healing and developer/sysadmin-friendly application container server coded in pure C";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user