10 stdenv.mkDerivation (finalAttrs: {
12 pname = "gnustep-gui";
15 url = "ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-gui-${finalAttrs.version}.tar.gz";
16 sha256 = "sha256-+4XEJ6PKpantbIbyNroFMaNBTFffkuW/ajSocGQO9Mo=";
23 buildInputs = [ base ];
29 changelog = "https://github.com/gnustep/libs-gui/releases/tag/gui-${
30 builtins.replaceStrings [ "." ] [ "_" ] finalAttrs.version
32 description = "GUI class library of GNUstep";
33 homepage = "https://gnustep.github.io/";
34 license = lib.licenses.lgpl2Plus;
35 maintainers = with lib.maintainers; [
40 platforms = lib.platforms.linux;