imatix_gsl: remove after being marked broken for over two years

It was marked in commit 5ee52f9d4e by xeji on 2018-04-10 (commited on 2018-04-12)
This commit is contained in:
ajs124 2022-03-31 22:04:17 +02:00
parent 03a6a8c2ac
commit b4713da648
2 changed files with 0 additions and 32 deletions

View file

@ -1,30 +0,0 @@
{ lib, stdenv, fetchFromGitHub, pcre } :
stdenv.mkDerivation {
pname = "imatix_gsl";
version = "4.1";
src = fetchFromGitHub {
owner = "imatix";
repo = "gsl";
rev = "72192d0d9de17de08d9379602d6482b4e5d402d0";
sha256 = "1apy11avgqc27xlczyjh15y10qjdyqsqab1wrl2067qgpdiy58w7";
};
buildInputs = [ pcre ];
CCNAME = "cc";
postPatch = "sed -e 's,/usr/bin/install,install,g' -i src/Makefile";
preBuild = "cd src";
installFlags = [ "DESTDIR=$(out)" ];
meta = with lib; {
license = licenses.gpl3Plus;
homepage = "https://github.com/imatix/gsl/";
description = "A universal code generator";
platforms = platforms.unix;
maintainers = [ maintainers.moosingin3space ];
broken = stdenv.isLinux; # 2018-04-10
};
}

View file

@ -34727,8 +34727,6 @@ with pkgs;
tomb = callPackage ../os-specific/linux/tomb {};
imatix_gsl = callPackage ../development/tools/imatix_gsl {};
sccache = callPackage ../development/tools/misc/sccache {
inherit (darwin.apple_sdk.frameworks) Security;
};