Loading pkgs/by-name/mo/moneydance/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -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
pkgs/by-name/mo/moneydance/package.nix +5 −1 Original line number Diff line number Diff line Loading @@ -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 ]; }; })