Build qwt6 on darwin

This commit is contained in:
Matthew Pickering 2018-03-13 09:48:17 +00:00
parent 3391006fd5
commit ef4bce8bf1

View File

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