mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
fermyon-spin: add mainProgram and fix build for darwin
This commit is contained in:
parent
bf25d8782b
commit
453d64c9c2
@ -33,7 +33,7 @@ in stdenv.mkDerivation rec {
|
||||
sha256 = packageHash;
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
nativeBuildInputs = lib.optionals stdenv.isLinux [
|
||||
autoPatchelfHook
|
||||
];
|
||||
|
||||
@ -51,6 +51,7 @@ in stdenv.mkDerivation rec {
|
||||
description = "Framework for building, deploying, and running fast, secure, and composable cloud microservices with WebAssembly.";
|
||||
homepage = "https://github.com/fermyon/spin";
|
||||
license = with licenses; [ asl20 ];
|
||||
mainProgram = "spin";
|
||||
maintainers = with maintainers; [ mglolenstine ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user