Restrict qt-4.7 to linux only
svn path=/nixpkgs/trunk/; revision=22909
This commit is contained in:
parent
858ce6dfd9
commit
aadea685af
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue