fvwm3: remove libstroke from buildInputs

libstroke support was removed in 2020, drop it from buildInputs
`https://github.com/fvwmorg/fvwm3/pull/166`
This commit is contained in:
Reno Dakota 2024-11-22 05:22:31 -08:00
parent 897954b8ae
commit 55bcff938b
No known key found for this signature in database

View File

@ -19,7 +19,6 @@
, libintl , libintl
, libpng , libpng
, librsvg , librsvg
, libstroke
, libxslt , libxslt
, perl , perl
, pkg-config , pkg-config
@ -65,7 +64,6 @@ stdenv.mkDerivation (finalAttrs: {
libintl libintl
libpng libpng
librsvg librsvg
libstroke
libxslt libxslt
perl perl
python3Packages.python python3Packages.python