forked from mirrors/nixpkgs
Build qwt6 on darwin
This commit is contained in:
parent
3391006fd5
commit
ef4bce8bf1
|
@ -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.unix;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
branch = "6";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue