mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
moneydance: restrict supported platforms to linux
This commit is contained in:
parent
3f888f6733
commit
1184c6ad94
@ -53,7 +53,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "An easy to use and full-featured personal finance app that doesn't compromise your privacy";
|
||||
sourceProvenance = [ lib.sourceTypes.binaryBytecode ];
|
||||
license = lib.licenses.unfree;
|
||||
platforms = jdk.meta.platforms;
|
||||
# Darwin refers to Zulu Java, which breaks the evaluation of this derivation
|
||||
# for some reason
|
||||
#
|
||||
# https://github.com/NixOS/nixpkgs/pull/306372#issuecomment-2111688236
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.lucasbergman ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user