aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/ldapply/ldap.nix
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2018-12-11 18:10:48 +0300
committerIgor Pashev <pashev.igor@gmail.com>2018-12-11 18:10:48 +0300
commit8b0968b2054d3bb8d90b5ac056727f7c2ebeaed3 (patch)
treed03b70f693463fc836a8dbe4240424d2547530c8 /modules/pkgs/ldapply/ldap.nix
parentc4273035cf5876e3ba8ed2c6b492d31c2de290ee (diff)
downloadnixsap-8b0968b2054d3bb8d90b5ac056727f7c2ebeaed3.tar.gz
(* HUGE *) Use nixpkgs overlays
Diffstat (limited to 'modules/pkgs/ldapply/ldap.nix')
-rw-r--r--modules/pkgs/ldapply/ldap.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/pkgs/ldapply/ldap.nix b/modules/pkgs/ldapply/ldap.nix
deleted file mode 100644
index 03a5fd3..0000000
--- a/modules/pkgs/ldapply/ldap.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ mkDerivation, base, HUnit, cyrus_sasl, openldap, stdenv }:
-mkDerivation {
- pname = "LDAP";
- version = "0.6.11";
- doCheck = false; # XXX: missing file in tarball
- sha256 = "1cwh3272zi5r0zznmixghf87vskz7s35bmz6ifyky0xk3s04ijq1";
- libraryHaskellDepends = [ base ];
- librarySystemDepends = [ cyrus_sasl openldap ];
- testHaskellDepends = [ base HUnit ];
- testSystemDepends = [ openldap ];
- homepage = "https://github.com/ezyang/ldap-haskell";
- description = "Haskell binding for C LDAP API";
- license = stdenv.lib.licenses.bsd3;
-}