Unverified Commit daf8a7a7 authored by Julian Arni's avatar Julian Arni Committed by GitHub
Browse files

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: default avatarMartin Weinelt <hexa@darmstadt.ccc.de>
parent 09212d71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
  '';