Unverified Commit ac8b5273 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #269343 from pbsds/fix-darling-1700671448

darling: unstable-2023-05-02 -> unstable-2023-11-07
parents 3ccf65f7 46b793f1
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
, writeShellScript
, fetchFromGitHub
, fetchpatch
, nixosTests

, freetype
, libjpeg
@@ -107,14 +108,14 @@ let
  ];
in stdenv.mkDerivation {
  pname = "darling";
  version = "unstable-2023-05-02";
  version = "unstable-2023-11-07";

  src = fetchFromGitHub {
    owner = "darlinghq";
    repo = "darling";
    rev = "557e7e9dece394a3f623825679474457e5b64fd0";
    rev = "34351655a40d2090e70b3033a577b8cdea967633";
    fetchSubmodules = true;
    hash = "sha256-SOoLaV7wg33qRHPQXkdMvrY++CvoG85kwd6IU6DkYa0=";
    hash = "sha256-Jhr7Do15vms8bJ8AczVSkuWrC7gUR5ZvU9/PfCmGGcg=";
  };

  outputs = [ "out" "sdk" ];
@@ -221,6 +222,8 @@ in stdenv.mkDerivation {
      $out/libexec/darling/usr/libexec/darling/mldr
  '';

  passthru.tests.nixos = nixosTests.darling;

  meta = with lib; {
    description = "Open-source Darwin/macOS emulation layer for Linux";
    homepage = "https://www.darlinghq.org";