3
0
Fork 0
forked from mirrors/nixpkgs

qt5Full: Fix version

This commit is contained in:
William A. Kennington III 2015-04-06 20:23:36 -07:00
parent 4b5592cff7
commit 5598a5b359

View file

@ -7349,7 +7349,7 @@ let
qt5 = qt54;
qt5Full = appendToName "full" (qt53.override {
qt5Full = appendToName "full" (qt5.override {
buildDocs = true;
buildExamples = true;
buildTests = true;