cutegram: fix meta information and parallel building

+8 -5
+2 -1
pkgs/applications/networking/instant-messengers/telegram/cutegram/default.nix
··· 20 20 telegram-qml libqtelegram-aseman-edition 21 21 gst_plugins_base gst_plugins_good gst_plugins_bad gst_plugins_ugly ]; 22 22 nativeBuildInputs = [ makeQtWrapper ]; 23 - enableParallelBuild = true; 23 + enableParallelBuilding = true; 24 24 25 25 configurePhase = "qmake -r PREFIX=$out"; 26 26 ··· 32 32 homepage = "http://aseman.co/en/products/cutegram/"; 33 33 license = licenses.gpl3; 34 34 maintainers = with maintainers; [ profpatsch AndersonTorres ]; 35 + platforms = platforms.linux; 35 36 }; 36 37 } 37 38 #TODO: appindicator, for system tray plugin (by @profpatsch)
+3 -2
pkgs/applications/networking/instant-messengers/telegram/libqtelegram-aseman-edition/default.nix
··· 12 12 }; 13 13 14 14 buildInputs = [ qtbase qtmultimedia qtquick1 ]; 15 - enableParallelBuild = true; 15 + enableParallelBuilding = true; 16 16 17 17 patchPhase = '' 18 18 substituteInPlace libqtelegram-ae.pro --replace "/libqtelegram-ae" "" ··· 27 27 version = "6.1"; 28 28 description = "A fork of libqtelegram by Aseman, using qmake"; 29 29 homepage = src.meta.homepage; 30 - license = stdenv.lib.licenses.gpl3; 30 + license = licenses.gpl3; 31 31 maintainers = [ maintainers.profpatsch ]; 32 + platforms = platforms.linux; 32 33 }; 33 34 34 35 }
+3 -2
pkgs/applications/networking/instant-messengers/telegram/telegram-qml/default.nix
··· 13 13 }; 14 14 15 15 propagatedBuildInputs = [ qtbase qtmultimedia qtquick1 libqtelegram-aseman-edition ]; 16 - enableParallelBuild = true; 16 + enableParallelBuilding = true; 17 17 18 18 patchPhase = '' 19 19 substituteInPlace telegramqml.pro --replace "/\$\$LIB_PATH" "" ··· 28 28 version = "0.9.2"; 29 29 description = "Telegram API tools for QtQml and Qml"; 30 30 homepage = src.meta.homepage; 31 - license = stdenv.lib.licenses.gpl3; 31 + license = licenses.gpl3; 32 32 maintainers = [ maintainers.profpatsch ]; 33 + platforms = platforms.linux; 33 34 }; 34 35 35 36 }