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:
parent
d19490339b
commit
c068047330
1 changed files with 0 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue