Revert "smokegen: init at v4.14.3"

This reverts commit d7ea3d708b.
This commit is contained in:
ajs124 2022-12-09 12:07:26 +01:00
parent 2b85e7e9b8
commit 2ab41bea09
2 changed files with 0 additions and 23 deletions

View file

@ -1,21 +0,0 @@
{ pkgs, lib, ... }:
pkgs.stdenv.mkDerivation rec {
pname = "smokegen";
version = "v4.14.3";
src = pkgs.fetchzip {
url = "https://invent.kde.org/unmaintained/${pname}/-/archive/${version}/${pname}-${version}.tar.gz";
hash = "sha256-finsoruPeJZLawIjNUJ25Pq54eaCByfALVraNQJPk7c=";
};
buildInputs = [ pkgs.cmake pkgs.qt4 ];
buildPhase = ''
cmake .
'';
meta = with lib; {
description = "A general purpose C++ parser with a plugin infrastructure";
homepage = "https://invent.kde.org/unmaintained/smokegen";
license = licenses.gpl2Only;
platforms = platforms.unix;
maintainers = with maintainers; [ uthar ];
};
}

View file

@ -6342,8 +6342,6 @@ with pkgs;
simg2img = callPackage ../tools/filesystems/simg2img { };
smokegen = callPackage ../development/libraries/smokegen { };
snazy = callPackage ../development/tools/snazy { };
snippetpixie = callPackage ../tools/text/snippetpixie { };