Unverified Commit c0680473 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by Yuu Yin
Browse files

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
parent d1949033
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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";