ori: remove after being marked broken for over two years

It was marked in commit 8146cf699a by xeji on 2018-04-11 (commited on 2018-04-12)
This commit is contained in:
ajs124 2022-03-31 22:04:39 +02:00
parent 06be988015
commit 148b8f1543
2 changed files with 0 additions and 31 deletions

View file

@ -1,29 +0,0 @@
{ lib, stdenv, fetchurl, boost, pkg-config, scons, util-linux, fuse, libevent, openssl, zlib }:
stdenv.mkDerivation {
version = "0.8.1";
pname = "ori";
src = fetchurl {
url = "https://bitbucket.org/orifs/ori/downloads/ori-0.8.1.tar.xz";
sha256 = "8ce1a3dfbb6d1538885e993616bdfe71be44711d48f7f6798ff6bc0a39b3deca";
};
buildInputs = [
boost pkg-config scons util-linux fuse libevent openssl zlib
];
buildPhase = ''
scons PREFIX=$out WITH_ORILOCAL=1 install
'';
dontInstall = true;
meta = with lib; {
description = "A secure distributed file system";
homepage = "http://ori.scs.stanford.edu/";
license = licenses.mit;
platforms = platforms.unix;
broken = true; # 2018-04-11
};
}

View file

@ -4136,8 +4136,6 @@ with pkgs;
byzanz = callPackage ../applications/video/byzanz {};
ori = callPackage ../tools/backup/ori { };
anydesk = callPackage ../applications/networking/remote/anydesk { };
anystyle-cli = callPackage ../tools/misc/anystyle-cli { };