mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
libdap: drop
Broken since 2020-08-15
This commit is contained in:
parent
e8e6743b28
commit
2b6ad30610
@ -1,23 +0,0 @@
|
||||
{ lib, stdenv, fetchurl, bison, libuuid, curl, libxml2, flex }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "3.20.6";
|
||||
pname = "libdap";
|
||||
|
||||
nativeBuildInputs = [ bison flex ];
|
||||
buildInputs = [ libuuid curl libxml2 ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.opendap.org/pub/source/${pname}-${version}.tar.gz";
|
||||
sha256 = "0jn5bi8k2lq6mmrsw7r1r5aviyf8gb39b2iy20v4kpkj5napzk1m";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "A C++ SDK which contains an implementation of DAP";
|
||||
homepage = "https://www.opendap.org/software/libdap";
|
||||
license = licenses.lgpl2;
|
||||
maintainers = [ maintainers.bzizou ];
|
||||
platforms = platforms.linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
@ -18333,8 +18333,6 @@ with pkgs;
|
||||
|
||||
libdaemon = callPackage ../development/libraries/libdaemon { };
|
||||
|
||||
libdap = callPackage ../development/libraries/libdap { };
|
||||
|
||||
libdatrie = callPackage ../development/libraries/libdatrie { };
|
||||
|
||||
libdazzle = callPackage ../development/libraries/libdazzle { };
|
||||
|
Loading…
Reference in New Issue
Block a user