From c068047330d4c72cca53bf3a3d383bf8896bbcd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 3 Mar 2023 11:19:50 +0000 Subject: [PATCH] carla: remove python3Packages and gtk2, gk3 assertions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- pkgs/applications/audio/carla/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/applications/audio/carla/default.nix b/pkgs/applications/audio/carla/default.nix index 26a5eab3b2e7..74a84e2a8dc6 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";