darling: darwin only for now

This commit is contained in:
Matthew Justin Bauer
2018-04-16 17:01:38 -05:00
committed by GitHub
parent 0a9b43658a
commit 9330ef4df8

View File

@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
repo = pname;
owner = "darlinghq";
rev = "d2cc5fa748003aaa70ad4180fff0a9a85dc65e9b";
sha256 = "1sdl0ysa3yfdvkq0x7vkdl64g7mcfy3qx70saf1d8rnhycbxjgjg";
sha256 = "1mkcnzy1cfpwghgvb9pszhy9jy6534y8krw8inwl9fqfd0w019wz";
};
# only packaging sandbox for now
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ matthewbauer ];
license = licenses.gpl3;
description = "Darwin/macOS emulation layer for Linux";
platforms = platforms.unix;
platforms = platforms.darwin;
};
}