carla: remove python3Packages and gtk2, gk3 assertions

According to Nixpkgs maintainer Sandro Jäckel,

> that will never be the case in nixpkgs
> ---Sandro Jäckel, https://github.com/NixOS/nixpkgs/pull/217424#discussion_r1117657269
> ---Sandro Jäckel, https://github.com/NixOS/nixpkgs/pull/217424#discussion_r1117657635
This commit is contained in:
Sandro Jäckel
2023-03-03 11:20:46 +00:00
committed by Yuu Yin
parent d19490339b
commit c068047330
@@ -21,11 +21,8 @@
, wrapQtAppsHook ? null
}:
assert withFrontend -> python3Packages ? pyqt5;
assert withQt -> qtbase != null;
assert withQt -> wrapQtAppsHook != null;
assert withGtk2 -> gtk2 != null;
assert withGtk3 -> gtk3 != null;
stdenv.mkDerivation rec {
pname = "carla";