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:19:50 +00:00 committed by Yuu Yin
parent d19490339b
commit c068047330
No known key found for this signature in database
GPG Key ID: 416F303B43C20AC3

View File

@ -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";