void-packages/srcpkgs/freeplane/patches/remove_mac.patch

14 lines
440 B
Diff

--- a/freeplane_debughelper/build.gradle 2020-06-29 17:33:42.544000000 +1000
+++ b/freeplane_debughelper/build.gradle 2020-06-29 17:33:48.627000000 +1000
@@ -7,9 +7,7 @@
dependencies {
def exclusions = [project.name, 'freeplane_ant']
- if (! Os.isFamily(Os.FAMILY_MAC)) {
- exclusions.add('freeplane_mac')
- }
+ exclusions.add('freeplane_mac')
parent.subprojects.findAll{! exclusions.contains(it.name)}.each {
runtimeOnly it
}