From 606a02579c738193d975652865b59b256d405085 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Wed, 10 Dec 2014 08:36:04 +0000 Subject: cantata: use Qt5 by default It's time. --- pkgs/applications/audio/cantata/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/audio/cantata') diff --git a/pkgs/applications/audio/cantata/default.nix b/pkgs/applications/audio/cantata/default.nix index ff5fc18f4cba..773f3dd82bb3 100644 --- a/pkgs/applications/audio/cantata/default.nix +++ b/pkgs/applications/audio/cantata/default.nix @@ -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. -- cgit 1.4.1