Merge pull request #199699 from maralorn/stork
emanote: disable on darwin-x86_64
This commit is contained in:
@@ -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 ]
|
||||
|
||||
@@ -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 ];
|
||||
}) {};
|
||||
|
||||
Reference in New Issue
Block a user