qwt: supports darwin

This commit is contained in:
Matthew Bauer 2017-04-21 00:10:38 -05:00
parent fac85b06fd
commit bd33551e06
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
homepage = http://qwt.sourceforge.net/;
# LGPL 2.1 plus a few exceptions (more liberal)
license = stdenv.lib.licenses.qwt;
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
maintainers = [ maintainers.bjornfor ];
branch = "6";
};