From 8b0968b2054d3bb8d90b5ac056727f7c2ebeaed3 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 11 Dec 2018 18:10:48 +0300 Subject: (* HUGE *) Use nixpkgs overlays --- pkgs/ldapply/main.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pkgs/ldapply/main.nix (limited to 'pkgs/ldapply/main.nix') diff --git a/pkgs/ldapply/main.nix b/pkgs/ldapply/main.nix new file mode 100644 index 0000000..3a69576 --- /dev/null +++ b/pkgs/ldapply/main.nix @@ -0,0 +1,16 @@ +{ 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; +} -- cgit v1.2.3