darling: darwin only for now
This commit is contained in:
parent
0a9b43658a
commit
9330ef4df8
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||||||
repo = pname;
|
repo = pname;
|
||||||
owner = "darlinghq";
|
owner = "darlinghq";
|
||||||
rev = "d2cc5fa748003aaa70ad4180fff0a9a85dc65e9b";
|
rev = "d2cc5fa748003aaa70ad4180fff0a9a85dc65e9b";
|
||||||
sha256 = "1sdl0ysa3yfdvkq0x7vkdl64g7mcfy3qx70saf1d8rnhycbxjgjg";
|
sha256 = "1mkcnzy1cfpwghgvb9pszhy9jy6534y8krw8inwl9fqfd0w019wz";
|
||||||
};
|
};
|
||||||
|
|
||||||
# only packaging sandbox for now
|
# only packaging sandbox for now
|
||||||
@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ matthewbauer ];
|
maintainers = with maintainers; [ matthewbauer ];
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
description = "Darwin/macOS emulation layer for Linux";
|
description = "Darwin/macOS emulation layer for Linux";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.darwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user