about summary refs log tree commit diff
path: root/pkgs/applications/audio/carla
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-03-03 11:19:50 +0000
committerYuu Yin <yuu@anche.no>2023-03-03 11:20:46 +0000
commitc068047330d4c72cca53bf3a3d383bf8896bbcd0 (patch)
treeb7ce104b6affbe133644299cb9448bce7bc28ebb /pkgs/applications/audio/carla
parentd19490339b900fff1de43876702964f3d41557ea (diff)
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
Diffstat (limited to 'pkgs/applications/audio/carla')
-rw-r--r--pkgs/applications/audio/carla/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/audio/carla/default.nix b/pkgs/applications/audio/carla/default.nix
index 26a5eab3b2e77..74a84e2a8dc6c 100644
--- a/pkgs/applications/audio/carla/default.nix
+++ b/pkgs/applications/audio/carla/default.nix
@@ -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";