diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-27 16:22:23 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-27 16:22:23 +0200 |
commit | 53c9fb939b08199f334218da66a11b07a0ed77bf (patch) | |
tree | 55ca558c999ea8cc75fdcde46592f450c453a80a /ymir.nix | |
parent | 74d828e17c3814f6e0804e3c45ab106fcdb05f2e (diff) | |
download | nixos-53c9fb939b08199f334218da66a11b07a0ed77bf.tar nixos-53c9fb939b08199f334218da66a11b07a0ed77bf.tar.gz nixos-53c9fb939b08199f334218da66a11b07a0ed77bf.tar.bz2 nixos-53c9fb939b08199f334218da66a11b07a0ed77bf.tar.xz nixos-53c9fb939b08199f334218da66a11b07a0ed77bf.zip |
prosody lua deps need manual registration
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ in { | |||
19 | nixpkgs.config.packageOverrides = pkgs: | 19 | nixpkgs.config.packageOverrides = pkgs: |
20 | rec { | 20 | rec { |
21 | prosody = pkgs.callPackage ./customized/prosody.nix ({ | 21 | prosody = pkgs.callPackage ./customized/prosody.nix ({ |
22 | inherit (pkgs.luaPackages) luasocket luasec luaexpat luafilesystem luabitop luaevent luazlib; | ||
22 | extraModules = ["mod_auth_pam"]; | 23 | extraModules = ["mod_auth_pam"]; |
23 | extraLibs = [luaPam]; | 24 | extraLibs = [luaPam]; |
24 | }); | 25 | }); |