qca2-qt5: remove in favor of libsForQt5.qca-qt5
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, cmake, wrapQtAppsHook
|
||||
, qtbase, qtmultimedia, qtx11extras, qttools, qtwebengine
|
||||
, libidn, qca2-qt5, libXScrnSaver, hunspell
|
||||
, libidn, qca-qt5, libXScrnSaver, hunspell
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "psi";
|
||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ cmake wrapQtAppsHook ];
|
||||
buildInputs = [
|
||||
qtbase qtmultimedia qtx11extras qttools qtwebengine
|
||||
libidn qca2-qt5 libXScrnSaver hunspell
|
||||
libidn qca-qt5 libXScrnSaver hunspell
|
||||
];
|
||||
enableParallelBuilding = true;
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user