Merge pull request #62130 from LnL7/darwin-uwsgi

uwsgi: enable on darwin
This commit is contained in:
Renaud 2019-05-28 11:12:12 +02:00 committed by GitHub
commit febcf2aad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
}