about summary refs log tree commit diff
path: root/pkgs/development/libraries/qwt/6_qt4.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2017-04-21 00:10:38 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2017-04-23 18:08:51 -0500
commitbd33551e06e68f05eb85dfc10fb620e1c1bf0f32 (patch)
tree9044ecf6ee73b452edcfa7c0f126da7c892f8a06 /pkgs/development/libraries/qwt/6_qt4.nix
parentfac85b06fdf0d3dbf9c5e5a74e0a5273b8c2dc0a (diff)
downloadnixlib-bd33551e06e68f05eb85dfc10fb620e1c1bf0f32.tar
nixlib-bd33551e06e68f05eb85dfc10fb620e1c1bf0f32.tar.gz
nixlib-bd33551e06e68f05eb85dfc10fb620e1c1bf0f32.tar.bz2
nixlib-bd33551e06e68f05eb85dfc10fb620e1c1bf0f32.tar.lz
nixlib-bd33551e06e68f05eb85dfc10fb620e1c1bf0f32.tar.xz
nixlib-bd33551e06e68f05eb85dfc10fb620e1c1bf0f32.tar.zst
nixlib-bd33551e06e68f05eb85dfc10fb620e1c1bf0f32.zip
qwt: supports darwin
Diffstat (limited to 'pkgs/development/libraries/qwt/6_qt4.nix')
-rw-r--r--pkgs/development/libraries/qwt/6_qt4.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qwt/6_qt4.nix b/pkgs/development/libraries/qwt/6_qt4.nix
index 7774ab7df9ec..0315ae72709e 100644
--- a/pkgs/development/libraries/qwt/6_qt4.nix
+++ b/pkgs/development/libraries/qwt/6_qt4.nix
@@ -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";
   };