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:
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
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue