mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-25 21:16:40 +10:00
remove unnessisary bits and nix darwin stuff
This commit is contained in:
@@ -24,44 +24,6 @@
|
|||||||
# Android development tools
|
# Android development tools
|
||||||
android-tools
|
android-tools
|
||||||
gradle
|
gradle
|
||||||
|
|
||||||
# iOS development (macOS only)
|
|
||||||
] ++ (
|
|
||||||
if pkgs.stdenv.isDarwin then
|
|
||||||
with pkgs.darwin.apple_sdk.frameworks; [
|
|
||||||
Cocoa
|
|
||||||
Security
|
|
||||||
IOKit
|
|
||||||
]
|
|
||||||
else
|
|
||||||
[]
|
|
||||||
) ++ [
|
|
||||||
# Common development tools
|
|
||||||
git
|
|
||||||
curl
|
|
||||||
wget
|
|
||||||
pkg-config
|
|
||||||
|
|
||||||
# Build tools
|
|
||||||
cmake
|
|
||||||
ninja
|
|
||||||
clang
|
|
||||||
llvm
|
|
||||||
# Linux desktop development
|
|
||||||
gtk3
|
|
||||||
glib
|
|
||||||
libdatrie
|
|
||||||
sysprof
|
|
||||||
xorg.libX11
|
|
||||||
xorg.libXext
|
|
||||||
xorg.libXrender
|
|
||||||
xorg.libXinerama
|
|
||||||
xorg.libXcursor
|
|
||||||
xorg.libXi
|
|
||||||
xorg.libXrandr
|
|
||||||
xorg.libXdamage
|
|
||||||
# Optional: testing
|
|
||||||
lcov
|
|
||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user