From ecfb534f4d291e84310dadb9e591de564b00e593 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 30 Sep 2015 16:30:26 +0200 Subject: cleanup --- custom/prosody-modules.nix | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 custom/prosody-modules.nix (limited to 'custom') diff --git a/custom/prosody-modules.nix b/custom/prosody-modules.nix deleted file mode 100644 index 1b05f19d..00000000 --- a/custom/prosody-modules.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ stdenv -, fetchhg -, modules ? [] -}: - -let - copyModule = name: "cp -rv $src/${name} $out/;"; - concat = a: b: a + b; - head = '' - source $stdenv/setup - mkdir -p $out - ''; -in stdenv.mkDerivation { - name = "prosody-modules"; - src = fetchhg { - url = "http://hg.prosody.im/prosody-modules"; - sha256 = "0nsf1j2prc6ggajn7zz9h300msf6aajqqxhy396g7j834knj5fb2"; - }; - builder = builtins.toFile "builder.sh" (head + (builtins.foldl' concat "" (map copyModule modules))); -} -- cgit v1.2.3