Merge pull request #160238 from helsinki-systems/drop/scallion

scallion: drop
This commit is contained in:
ajs124 2022-02-21 17:27:03 +01:00 committed by GitHub
commit 34f3300e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 38 deletions

View File

@ -1,36 +0,0 @@
{ lib, stdenv, fetchFromGitHub, makeWrapper, mono, openssl_1_0_2, ocl-icd }:
stdenv.mkDerivation rec {
version = "2.1";
pname = "scallion";
src = fetchFromGitHub {
owner = "lachesis";
repo = "scallion";
rev = "v${version}";
sha256 = "1l9aj101xpsaaa6kmmhmq68m6z8gzli1iaaf8xaxbivq0i7vka9k";
};
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ mono ];
buildPhase = ''
xbuild scallion.sln
'';
installPhase = ''
mkdir -p $out/share
cp scallion/bin/Debug/* $out/share/
makeWrapper ${mono}/bin/mono $out/bin/scallion \
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ openssl_1_0_2 ocl-icd ]} \
--add-flags $out/share/scallion.exe
'';
meta = with lib; {
description = "GPU-based tor hidden service name generator";
homepage = src.meta.homepage;
license = licenses.mit;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ volth ];
};
}

View File

@ -1061,6 +1061,7 @@ mapAliases ({
saneBackendsGit = sane-backends; # Added 2016-01-02
saneFrontends = sane-frontends; # Added 2016-01-02
scaff = throw "scaff is deprecated - replaced by https://gitlab.com/jD91mZM2/inc (not in nixpkgs yet)"; # Added 2020-03-01
scallion = throw "scallion has been removed, because it is currently unmaintained upstream"; # added 2021-12-15
scim = sc-im; # Added 2016-01-22
scollector = bosun; # Added 2018-04-25
scyther = throw "scyther has been removed since it currently only supports Python 2, see https://github.com/cascremers/scyther/issues/20"; # Added 2021-10-07

View File

@ -9605,8 +9605,6 @@ with pkgs;
sasview = libsForQt5.callPackage ../applications/science/misc/sasview {};
scallion = callPackage ../tools/security/scallion { };
scanbd = callPackage ../tools/graphics/scanbd { };
scdoc = callPackage ../tools/typesetting/scdoc { };