1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
}