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