mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
quassel: add quassel and quassel-client without kde integration
Close #3508.
This commit is contained in:
parent
380ba438ee
commit
1bfaed62b3
@ -10708,6 +10708,11 @@ let
|
||||
|
||||
quassel = callPackage ../applications/networking/irc/quassel { dconf = gnome3.dconf; };
|
||||
|
||||
quasselWithoutKDE = (self.quassel.override {
|
||||
withKDE = false;
|
||||
tag = "-without-kde";
|
||||
});
|
||||
|
||||
quasselDaemon = (self.quassel.override {
|
||||
monolithic = false;
|
||||
daemon = true;
|
||||
@ -10720,6 +10725,11 @@ let
|
||||
tag = "-client";
|
||||
});
|
||||
|
||||
quasselClientWithoutKDE = (self.quasselClient.override {
|
||||
withKDE = false;
|
||||
tag = "-client-without-kde";
|
||||
});
|
||||
|
||||
rekonq = callPackage ../applications/networking/browsers/rekonq { };
|
||||
|
||||
kwebkitpart = callPackage ../applications/networking/browsers/kwebkitpart { };
|
||||
|
Loading…
Reference in New Issue
Block a user