Restrict qt-4.7 to linux only

svn path=/nixpkgs/trunk/; revision=22909
This commit is contained in:
Yury G. Kudryashov 2010-08-02 21:47:28 +00:00
parent 858ce6dfd9
commit aadea685af

View file

@ -104,7 +104,7 @@ stdenv.mkDerivation rec {
description = "A cross-platform application framework for C++";
license = "GPL/LGPL";
maintainers = with maintainers; [ urkud sander ];
platforms = platforms.mesaPlatforms;
platforms = platforms.linux;
priority = 10;
};
}