Loading pkgs/by-name/ne/neovide/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ , pkg-config , python3 , removeReferencesTo , apple-sdk_11 , cctools , SDL2 , fontconfig Loading Loading @@ -74,7 +75,7 @@ rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } rec { SDL2 fontconfig rustPlatform.bindgenHook ]; ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]; postFixup = let libPath = lib.makeLibraryPath ([ Loading Loading @@ -116,6 +117,6 @@ rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } rec { changelog = "https://github.com/neovide/neovide/releases/tag/${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ ck3d ]; platforms = platforms.linux ++ [ "aarch64-darwin" ]; platforms = platforms.unix; }; } Loading
pkgs/by-name/ne/neovide/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ , pkg-config , python3 , removeReferencesTo , apple-sdk_11 , cctools , SDL2 , fontconfig Loading Loading @@ -74,7 +75,7 @@ rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } rec { SDL2 fontconfig rustPlatform.bindgenHook ]; ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ]; postFixup = let libPath = lib.makeLibraryPath ([ Loading Loading @@ -116,6 +117,6 @@ rustPlatform.buildRustPackage.override { stdenv = clangStdenv; } rec { changelog = "https://github.com/neovide/neovide/releases/tag/${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ ck3d ]; platforms = platforms.linux ++ [ "aarch64-darwin" ]; platforms = platforms.unix; }; }