Merge pull request #226557 from amjoseph-nixpkgs/pr/fixcross/abiword

abiword: fix cross
This commit is contained in:
Nick Cao
2023-04-18 14:03:32 +08:00
committed by GitHub
+2 -1
View File
@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
wrapGAppsHook
perl
];
buildInputs = [
@@ -44,12 +45,12 @@ stdenv.mkDerivation rec {
enchant
wv
libjpeg
perl
boost
libxslt
goffice
];
strictDeps = true;
enableParallelBuilding = true;
meta = with lib; {