Add darwin to qwt platforms attribute

This commit is contained in:
Matthew Pickering 2018-03-13 09:59:02 +00:00
parent 4a4478bbc0
commit 92f76df825

View File

@ -25,7 +25,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.unix;
maintainers = [ maintainers.bjornfor ];
};
}