3
0
Fork 0
forked from mirrors/nixpkgs

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 17:11:02 +01:00 committed by GitHub
parent 09212d71c1
commit daf8a7a7b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
'';