mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
uwsgi: enable on darwin
This commit is contained in:
parent
915085c6de
commit
a5a3d6d60b
1 changed files with 1 additions and 1 deletions
|
@ -96,6 +96,6 @@ stdenv.mkDerivation rec {
|
|||
description = "A fast, self-healing and developer/sysadmin-friendly application container server coded in pure C";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ abbradar schneefux ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue