summary refs log tree commit diff
path: root/pkgs/development/libraries/botan
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-10-24 14:16:12 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2017-10-24 14:21:07 +0200
commit2f5038535280c06d14ba4efa05b8bef94b3d385c (patch)
tree534131943bac95cdfdcb9a7eba426c85b8e0b868 /pkgs/development/libraries/botan
parent97b23fc9755e284399b62f5c162be6d3ab872dad (diff)
downloadnixpkgs-2f5038535280c06d14ba4efa05b8bef94b3d385c.tar
nixpkgs-2f5038535280c06d14ba4efa05b8bef94b3d385c.tar.gz
nixpkgs-2f5038535280c06d14ba4efa05b8bef94b3d385c.tar.bz2
nixpkgs-2f5038535280c06d14ba4efa05b8bef94b3d385c.tar.lz
nixpkgs-2f5038535280c06d14ba4efa05b8bef94b3d385c.tar.xz
nixpkgs-2f5038535280c06d14ba4efa05b8bef94b3d385c.tar.zst
nixpkgs-2f5038535280c06d14ba4efa05b8bef94b3d385c.zip
botanUnstable: remove, unused
Diffstat (limited to 'pkgs/development/libraries/botan')
-rw-r--r--pkgs/development/libraries/botan/unstable.nix9
-rw-r--r--pkgs/development/libraries/botan/unstable.upstream10
2 files changed, 0 insertions, 19 deletions
diff --git a/pkgs/development/libraries/botan/unstable.nix b/pkgs/development/libraries/botan/unstable.nix
deleted file mode 100644
index 6ae151dcc64..00000000000
--- a/pkgs/development/libraries/botan/unstable.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ callPackage, ... } @ args:
-
-callPackage ./generic.nix (args // {
-  baseVersion = "1.11";
-  revision = "34";
-  sha256 = "05hzffp0dxac7414a84z0fgv980cnfx55ch2y4vpg5nvin7m9bar";
-  openssl = null;
-  postPatch = "sed '1i#include <cmath>' -i src/tests/test_bigint.cpp";
-})
diff --git a/pkgs/development/libraries/botan/unstable.upstream b/pkgs/development/libraries/botan/unstable.upstream
deleted file mode 100644
index c03bc7a6c3b..00000000000
--- a/pkgs/development/libraries/botan/unstable.upstream
+++ /dev/null
@@ -1,10 +0,0 @@
-url http://botan.randombit.net/download.html
-version_link 'Botan-[0-9]+[.][0-9]+([.][0-9]+)?[.](tgz|tbz|tbz2|tar[.]bz2)$'
-ensure_version
-attribute_name botanUnstable
-do_overwrite(){
-  ensure_hash
-  set_var_value sha256 $CURRENT_HASH
-  set_var_value baseVersion ${CURRENT_VERSION%.*}
-  set_var_value revision ${CURRENT_VERSION##*.}
-}