Merge pull request #269343 from pbsds/fix-darling-1700671448
darling: unstable-2023-05-02 -> unstable-2023-11-07
This commit is contained in:
commit
ac8b5273bb
1 changed files with 6 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue