8 inherit (haskell.lib.compose) overrideCabal justStaticExecutables;
11 description = "OAuth credential MAnager";
12 homepage = "https://github.com/pdobsan/oama";
13 maintainers = with lib.maintainers; [ aidalgol ];
15 passthru.updateScript = ./update.sh;
18 raw-pkg = haskellPackages.callPackage ./generated-package.nix { };
21 (overrideCabal overrides)
22 # FIXME: eliminate all erroneous references on aarch64-darwin manually,
23 # see https://github.com/NixOS/nixpkgs/issues/318013
24 (if stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64 then lib.id else justStaticExecutables)