mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
nix: flatpak stuff should go into linux section
This commit is contained in:
@ -67,8 +67,6 @@ in mkShell rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
# For builds
|
||||
debugedit
|
||||
flatpak-builder
|
||||
fpm
|
||||
llvmPackages_latest.llvm
|
||||
pkg-config
|
||||
@ -90,6 +88,10 @@ in mkShell rec {
|
||||
wabt
|
||||
wasmtime
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
# Flatpak builds
|
||||
debugedit
|
||||
flatpak-builder
|
||||
|
||||
valgrind
|
||||
wraptest
|
||||
];
|
||||
|
Reference in New Issue
Block a user