Skip to content

Commit

Permalink
Merge pull request #226557 from amjoseph-nixpkgs/pr/fixcross/abiword
Browse files Browse the repository at this point in the history
abiword: fix cross
  • Loading branch information
NickCao authored Apr 18, 2023
2 parents 220889f + 10d06c6 commit ab809f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/office/abiword/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
wrapGAppsHook
perl
];

buildInputs = [
Expand All @@ -44,12 +45,12 @@ stdenv.mkDerivation rec {
enchant
wv
libjpeg
perl
boost
libxslt
goffice
];

strictDeps = true;
enableParallelBuilding = true;

meta = with lib; {
Expand Down

0 comments on commit ab809f2

Please sign in to comment.