aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/ldapply/main.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pkgs/ldapply/main.nix')
-rw-r--r--modules/pkgs/ldapply/main.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/pkgs/ldapply/main.nix b/modules/pkgs/ldapply/main.nix
deleted file mode 100644
index 3a69576..0000000
--- a/modules/pkgs/ldapply/main.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{ mkDerivation, base, bytestring, docopt, interpolatedstring-perl6
-, LDAP, ldif, stdenv, unordered-containers
-}:
-mkDerivation {
- pname = "ldapply";
- version = "0.2.0";
- sha256 = "0qgpb22k9krdhwjydzyfhjf85crxc49ss7x74mrqj8ivkzg5hl28";
- isLibrary = false;
- isExecutable = true;
- executableHaskellDepends = [
- base bytestring docopt interpolatedstring-perl6 LDAP ldif
- unordered-containers
- ];
- description = "LDIF idempotent apply tool";
- license = stdenv.lib.licenses.mit;
-}