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

darling: unstable-2023-05-02 -> unstable-2023-11-07
This commit is contained in:
Robert Scott 2023-11-24 00:35:38 +00:00 committed by GitHub
commit ac8b5273bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";