Merge pull request #199699 from maralorn/stork

emanote: disable on darwin-x86_64
This commit is contained in:
maralorn 2022-11-06 17:22:43 +01:00 committed by GitHub
commit acedfc5388
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -521,6 +521,7 @@ unsupported-platforms:
sensei: [ platforms.darwin ]
synthesizer-alsa: [ platforms.darwin ]
taffybar: [ platforms.darwin ]
emanote: [ x86_64-darwin ] # Depends on stork which is broken on macOS sdk < 10.14
termonad: [ platforms.darwin ]
tokyotyrant-haskell: [ platforms.darwin ]
Unixutils-shadow: [ platforms.darwin ]

View file

@ -90498,6 +90498,7 @@ self: {
];
description = "Emanate a structured view of your plain-text notes";
license = lib.licenses.agpl3Only;
badPlatforms = [ "x86_64-darwin" ];
mainProgram = "emanote";
maintainers = [ lib.maintainers.maralorn ];
}) {};