forked from mirrors/nixpkgs
cantata: use Qt5 by default
It's time.
This commit is contained in:
parent
8a9292b357
commit
606a02579c
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchurl, cmake
|
||||
, withQt4 ? true, qt4
|
||||
, withQt5 ? false, qt5
|
||||
, withQt4 ? false, qt4
|
||||
, withQt5 ? true, qt5
|
||||
|
||||
# I'm unable to make KDE work here, crashes at runtime so I simply
|
||||
# make Qt4 the default until someone who wants KDE can figure it out.
|
||||
|
|
Loading…
Reference in a new issue