Skip to content

Commit

Permalink
Remove unnecessary fortran dependency
Browse files Browse the repository at this point in the history
This results in an error from `which` during the cygport compile stage,
but I think that's a fair trade-off for not needing to install
gcc-fortran when it's otherwise unused.
  • Loading branch information
me-and committed Oct 29, 2023
1 parent 817ada4 commit 2416e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskwarrior.cygport
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT_URI=https://github.com/GothenburgBitFactory/taskwarrior
GIT_TAG="v$PV"
LICENSE=MIT

BUILD_REQUIRES='cmake gcc-fortran ninja libuuid-devel libgnutls-devel python3'
BUILD_REQUIRES='cmake ninja libuuid-devel libgnutls-devel python3'

inherit cmake
inherit git
Expand Down

0 comments on commit 2416e90

Please sign in to comment.