Restrict qt-4.7 to linux only
svn path=/nixpkgs/trunk/; revision=22909
This commit is contained in:
parent
858ce6dfd9
commit
aadea685af
@ -104,7 +104,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A cross-platform application framework for C++";
|
description = "A cross-platform application framework for C++";
|
||||||
license = "GPL/LGPL";
|
license = "GPL/LGPL";
|
||||||
maintainers = with maintainers; [ urkud sander ];
|
maintainers = with maintainers; [ urkud sander ];
|
||||||
platforms = platforms.mesaPlatforms;
|
platforms = platforms.linux;
|
||||||
priority = 10;
|
priority = 10;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user