aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libotr
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-03-09 15:38:35 -0600
committerGraham Christensen <graham@grahamc.com>2016-03-09 17:20:36 -0600
commit6b4a70c67240097a669ba3660e2aebde7074e4ee (patch)
tree50a836aaa9fa7d3fce3dff3431d1480bdd3e795a /pkgs/development/libraries/libotr
parent728cf25e168072212ba5aed51be386170e608bc4 (diff)
libotr_3_2: remove, not updated since 2012, and unused.
Diffstat (limited to 'pkgs/development/libraries/libotr')
-rw-r--r--pkgs/development/libraries/libotr/3.2.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/development/libraries/libotr/3.2.nix b/pkgs/development/libraries/libotr/3.2.nix
deleted file mode 100644
index 7dd6226a6981..000000000000
--- a/pkgs/development/libraries/libotr/3.2.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{stdenv, fetchurl, libgcrypt}:
-
-stdenv.mkDerivation {
- name = "libotr-3.2.1";
- src = fetchurl {
- url = http://www.cypherpunks.ca/otr/libotr-3.2.0.tar.gz;
- sha256 = "14v6idnqpp2vhgir9bzp1ay2gmhqsb8iavrkwmallakfwch9sfyq";
- };
-
- propagatedBuildInputs = [libgcrypt];
-}