Merge pull request #62130 from LnL7/darwin-uwsgi
uwsgi: enable on darwin
This commit is contained in:
commit
febcf2aad2
@ -96,6 +96,6 @@ stdenv.mkDerivation rec {
|
|||||||
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 schneefux ];
|
maintainers = with maintainers; [ abbradar schneefux ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user