shithub: m8c

Download patch

ref: fbf27d37d8be33bd2a31a3694bdee09d8daf5d24
parent: cab4b51b1e24d09f0201c4a759f7a7043157b608
author: K. Adam Christensen <pope@shifteleven.com>
date: Sun Sep 14 13:00:55 EDT 2025

Re-add copyDesktopItems

Signed-off-by: K. Adam Christensen <pope@shifteleven.com>

--- a/flake.nix
+++ b/flake.nix
@@ -19,6 +19,7 @@
       m8c-package =
         { stdenv
         , cmake
+        , copyDesktopItems
         , pkg-config
         , sdl3
         , libserialport
@@ -27,7 +28,7 @@
           inherit pname version;
           src = ./.;
 
-          nativeBuildInputs = [ cmake pkg-config ];
+          nativeBuildInputs = [ cmake copyDesktopItems pkg-config ];
           buildInputs = [ sdl3 libserialport ];
         };
       eachSystem = f: nixpkgs.lib.genAttrs (import systems) (system: f
--