From 5cb16c34a8c5b803ec723934c1dc828c0e8e3bad Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Tue, 10 Sep 2024 11:52:55 -0500 Subject: Trying to get everything to actually work --- pkgs/plato/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/plato') diff --git a/pkgs/plato/default.nix b/pkgs/plato/default.nix index 548363b..6246f2b 100644 --- a/pkgs/plato/default.nix +++ b/pkgs/plato/default.nix @@ -22,7 +22,6 @@ stdenvNoCC.mkDerivation (finalAttrs: { outputs = [ "out" "KoboRoot" - "png" ]; phases = "installPhase"; @@ -34,7 +33,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { mkdir $KoboRoot - cp $picSrc/artworks/plato.png $png + install -D -t $KoboRoot/mnt/onboard $picSrc/artworks/plato.png runHook postInstall ''; -- cgit v1.2.3