From 046ae6203ed8dc8162135bb21c4e2ddc1c08b933 Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Wed, 30 Sep 2015 16:46:52 +0200
Subject: fixed build

---
 custom/prosody-auth.nix | 6 ++++++
 1 file changed, 6 insertions(+)

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 {
     rev = "eb68d998a10b436194cc81f9a64620606b1bd216";
     sha256 = "e13bd6ba909ed479e85e32a11a16a1b953c643b85c0d54ec0d94be674ed31cea";
   };
+  builder = builtins.toFile "builder.sh" ''
+    source $stdenv/profile
+
+    mkdir -p $out
+    cp -rv mod_auth_custom $out
+  '';
 }
-- 
cgit v1.2.3