nix: add flatpak-builder

pull/79/head
Mitchell Hashimoto 2023-02-25 16:50:06 -08:00
parent 1ca0ea361b
commit 3345c2bb82
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 2 additions and 0 deletions

View File

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