musly: fix platforms

Co-Authored-By: ggPeti <ggpeti@gmail.com>
This commit is contained in:
Jan Tojnar 2019-03-21 10:17:42 +01:00 committed by GitHub
parent 12e425c17b
commit e3521e9d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
''; '';
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ ggpeti ]; maintainers = with maintainers; [ ggpeti ];
platforms = with platforms; [ darwin linux ]; platforms = with platforms; darwin ++ linux;
}; };
} }