tv: pidgin-with-plugins -> pidgin
This commit is contained in:
parent
1c0078af96
commit
20ff460cb3
@ -18,8 +18,8 @@ with import <stockholm/lib>;
|
||||
environment.systemPackages = [
|
||||
pkgs.firefox
|
||||
pkgs.networkmanagerapplet
|
||||
(pkgs.pidgin-with-plugins.override {
|
||||
plugins = [ pkgs.pidginotr ];
|
||||
(pkgs.pidgin.override {
|
||||
plugins = [ pkgs.pidgin-otr ];
|
||||
})
|
||||
];
|
||||
|
||||
|
@ -63,8 +63,8 @@ with import <stockholm/lib>;
|
||||
pkgs.iptables
|
||||
pkgs.libreoffice
|
||||
pkgs.plasma-pa
|
||||
(pkgs.pidgin-with-plugins.override {
|
||||
plugins = [ pkgs.pidginotr ];
|
||||
(pkgs.pidgin.override {
|
||||
plugins = [ pkgs.pidgin-otr ];
|
||||
})
|
||||
pkgs.skypeforlinux
|
||||
pkgs.slock
|
||||
|
@ -26,8 +26,8 @@ with import <stockholm/lib>;
|
||||
pkgs.gimp
|
||||
pkgs.kate
|
||||
pkgs.libreoffice
|
||||
(pkgs.pidgin-with-plugins.override {
|
||||
plugins = [ pkgs.pidginotr ];
|
||||
(pkgs.pidgin.override {
|
||||
plugins = [ pkgs.pidgin-otr ];
|
||||
})
|
||||
pkgs.sxiv
|
||||
pkgs.texlive.combined.scheme-full
|
||||
|
Loading…
Reference in New Issue
Block a user