Merge pull request #226557 from amjoseph-nixpkgs/pr/fixcross/abiword
abiword: fix cross
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user