qwt: supports darwin
This commit is contained in:
parent
fac85b06fd
commit
bd33551e06
@ -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.linux ++ platforms.darwin;
|
||||||
maintainers = [ maintainers.bjornfor ];
|
maintainers = [ maintainers.bjornfor ];
|
||||||
branch = "6";
|
branch = "6";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user