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 = [
|
nativeBuildInputs = [
|
||||||
# For builds
|
# For builds
|
||||||
debugedit
|
|
||||||
flatpak-builder
|
|
||||||
fpm
|
fpm
|
||||||
llvmPackages_latest.llvm
|
llvmPackages_latest.llvm
|
||||||
pkg-config
|
pkg-config
|
||||||
@ -90,6 +88,10 @@ in mkShell rec {
|
|||||||
wabt
|
wabt
|
||||||
wasmtime
|
wasmtime
|
||||||
] ++ lib.optionals stdenv.isLinux [
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
|
# Flatpak builds
|
||||||
|
debugedit
|
||||||
|
flatpak-builder
|
||||||
|
|
||||||
valgrind
|
valgrind
|
||||||
wraptest
|
wraptest
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user