znc: add support for modules, add fish and push module

Close #1148.
This commit is contained in:
Jaka Hudoklin
2013-10-30 17:12:55 +02:00
committed by Evgeny Egorochkin
parent 70a2c54527
commit e4ebc03367
3 changed files with 61 additions and 0 deletions
@@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
homepage = http://wiki.znc.in/ZNC;
maintainers = [ stdenv.lib.maintainers.viric ];
license = "ASL2.0";
platforms = stdenv.lib.platforms.unix;
};
}