From 2e451386d2a4b54019ae6098b10c93eaaacfd046 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 27 Aug 2022 13:41:49 +0800 Subject: [PATCH] shells/flatpak: update desktop-file-utils as one of the inputs --- shells/flatpak.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shells/flatpak.nix b/shells/flatpak.nix index 2551cc3a..6d0417ae 100644 --- a/shells/flatpak.nix +++ b/shells/flatpak.nix @@ -3,6 +3,7 @@ { mkShell , lib , diffoscope +, desktop-file-utils , flatpak-builder , editorconfig-checker , editorconfig-core-c @@ -13,6 +14,7 @@ mkShell { packages = [ dasel # For converting various data into something. + desktop-file-utils # Interacting with the desktop entry files are a must. diffoscope # `diff(1)` on steroids. flatpak-builder # A required tool. editorconfig-checker # We're most likely writing manifests in YAML so I need them consistent spaces.