Unverified Commit 3d7142eb authored by TomaSajt's avatar TomaSajt
Browse files

hieroglyphic: remove stuff already included by apple-sdk

parent f09703e0
Loading
Loading
Loading
Loading
+5 −14
Original line number Diff line number Diff line
@@ -13,14 +13,10 @@
  glib,
  gtk4,
  libadwaita,
  darwin,
  gettext,
  appstream,
}:

let
  inherit (darwin.apple_sdk.frameworks) CoreFoundation Foundation;
in
stdenv.mkDerivation (finalAttrs: {
  pname = "hieroglyphic";
  version = "1.1.0";
@@ -53,15 +49,10 @@ stdenv.mkDerivation (finalAttrs: {
    appstream
  ];

  buildInputs =
    [
  buildInputs = [
    glib
    gtk4
    libadwaita
    ]
    ++ lib.optionals stdenv.hostPlatform.isDarwin [
      CoreFoundation
      Foundation
  ];

  # needed for darwin