nix: need debugedit for flatpak-builder

This commit is contained in:
Mitchell Hashimoto
2023-02-25 19:39:33 -08:00
parent f18789da87
commit 31540c24e7

View File

@ -1,5 +1,6 @@
{ mkShell, lib, stdenv
, debugedit
, flatpak-builder
, fpm
, gdb
@ -66,6 +67,7 @@ in mkShell rec {
nativeBuildInputs = [
# For builds
debugedit
flatpak-builder
fpm
llvmPackages_latest.llvm