feat(tazjin/frog): Install Quassel client on frog
Change-Id: I5abcf0768a84b2010acefef595d05d4f24f6d622 Reviewed-on: https://cl.tvl.fyi/c/depot/+/956 Tested-by: BuildkiteCI Reviewed-by: isomer <isomer@tvl.fyi>
This commit is contained in:
parent
449afaa384
commit
d6bf3207b0
2 changed files with 8 additions and 0 deletions
1
third_party/default.nix
vendored
1
third_party/default.nix
vendored
|
@ -175,6 +175,7 @@ let
|
||||||
mercurial
|
mercurial
|
||||||
perl
|
perl
|
||||||
perlPackages
|
perlPackages
|
||||||
|
quassel
|
||||||
utillinuxMinimal;
|
utillinuxMinimal;
|
||||||
|
|
||||||
haskellPackages = (nixpkgs.haskellPackages.override {
|
haskellPackages = (nixpkgs.haskellPackages.override {
|
||||||
|
|
|
@ -12,6 +12,12 @@ config: let
|
||||||
frogEmacs = (depot.users.tazjin.emacs.overrideEmacs(epkgs: epkgs ++ [
|
frogEmacs = (depot.users.tazjin.emacs.overrideEmacs(epkgs: epkgs ++ [
|
||||||
depot.third_party.emacsPackages.google-c-style
|
depot.third_party.emacsPackages.google-c-style
|
||||||
]));
|
]));
|
||||||
|
|
||||||
|
quasselClient = depot.third_party.quassel.override {
|
||||||
|
client = true;
|
||||||
|
enableDaemon = false;
|
||||||
|
monolithic = false;
|
||||||
|
};
|
||||||
in depot.lib.fix(self: {
|
in depot.lib.fix(self: {
|
||||||
imports = [
|
imports = [
|
||||||
"${depot.depotPath}/ops/nixos/v4l2loopback.nix"
|
"${depot.depotPath}/ops/nixos/v4l2loopback.nix"
|
||||||
|
@ -205,6 +211,7 @@ in depot.lib.fix(self: {
|
||||||
fun.uggc
|
fun.uggc
|
||||||
lieer
|
lieer
|
||||||
ops.kontemplate
|
ops.kontemplate
|
||||||
|
quasselClient
|
||||||
third_party.ffmpeg
|
third_party.ffmpeg
|
||||||
third_party.git
|
third_party.git
|
||||||
third_party.lutris
|
third_party.lutris
|
||||||
|
|
Loading…
Add table
Reference in a new issue