diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 16:46:52 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 16:46:52 +0200 |
commit | 046ae6203ed8dc8162135bb21c4e2ddc1c08b933 (patch) | |
tree | ac0816340cb2527067c7f816eef3978a55999362 | |
parent | cb5eb0feb588744f61907e9c8c6b32b0647c57cd (diff) | |
download | nixos-046ae6203ed8dc8162135bb21c4e2ddc1c08b933.tar nixos-046ae6203ed8dc8162135bb21c4e2ddc1c08b933.tar.gz nixos-046ae6203ed8dc8162135bb21c4e2ddc1c08b933.tar.bz2 nixos-046ae6203ed8dc8162135bb21c4e2ddc1c08b933.tar.xz nixos-046ae6203ed8dc8162135bb21c4e2ddc1c08b933.zip |
fixed build
-rw-r--r-- | custom/prosody-auth.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/custom/prosody-auth.nix b/custom/prosody-auth.nix index 21629e4a..55d3ff54 100644 --- a/custom/prosody-auth.nix +++ b/custom/prosody-auth.nix | |||
@@ -10,4 +10,10 @@ in stdenv.mkDerivation { | |||
10 | rev = "eb68d998a10b436194cc81f9a64620606b1bd216"; | 10 | rev = "eb68d998a10b436194cc81f9a64620606b1bd216"; |
11 | sha256 = "e13bd6ba909ed479e85e32a11a16a1b953c643b85c0d54ec0d94be674ed31cea"; | 11 | sha256 = "e13bd6ba909ed479e85e32a11a16a1b953c643b85c0d54ec0d94be674ed31cea"; |
12 | }; | 12 | }; |
13 | builder = builtins.toFile "builder.sh" '' | ||
14 | source $stdenv/profile | ||
15 | |||
16 | mkdir -p $out | ||
17 | cp -rv mod_auth_custom $out | ||
18 | ''; | ||
13 | } | 19 | } |