Merge pull request #204347 from trofi/gnustep.back-without-xlibsWrapper

gnustep.back: use xorg.* packages directly instead of xlibsWrapper in…
This commit is contained in:
Sergei Trofimovich
2022-12-04 17:42:35 +00:00
committed by GitHub
+3 -2
View File
@@ -2,9 +2,10 @@
, cairo
, fetchzip
, base, gui
, xlibsWrapper
, fontconfig
, freetype
, pkg-config
, libXft
, libXmu
}:
@@ -18,7 +19,7 @@ gsmakeDerivation rec {
};
nativeBuildInputs = [ pkg-config ];
buildInputs = [ cairo base gui freetype xlibsWrapper libXmu ];
buildInputs = [ cairo base gui fontconfig freetype libXft libXmu ];
meta = {
description = "A generic backend for GNUstep";
};