Merge pull request #45293 from thefloweringash/libqmatrixclient-darwin

libqmatrixclient: enable Darwin platform
This commit is contained in:
Jörg Thalheim 2018-08-18 18:07:47 +01:00 committed by GitHub
commit 92ce64d54a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description= "A Qt5 library to write cross-platfrom clients for Matrix";
homepage = https://matrix.org/docs/projects/sdk/libqmatrixclient.html;
license = licenses.lgpl21;
platforms = platforms.linux;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ peterhoeg ];
};
}