ipu6-camera-bin: fix broken install phase (#221500)

Attempting to install the package via environment.systemPackages, as
describe in #212799, otherwise failed with a non-existent directory
error.

Co-authored-by: Martin Weinelt <hexa@darmstadt.ccc.de>
This commit is contained in:
Julian Arni
2023-03-16 16:11:02 +00:00
committed by GitHub
co-authored by Martin Weinelt
parent 09212d71c1
commit daf8a7a7b8
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
include \
$out/
install -D ../LICENSE $out/share/doc
install -m 0644 -D ../LICENSE $out/share/doc/LICENSE
runHook postInstall
'';