mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
libpisp: add backend_default_config.json in output
This commit is contained in:
parent
ebc22a7d5a
commit
0468ebaa68
1 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,12 @@ final: prev: {
|
||||||
# https://github.com/NixOS/nixpkgs/issues/86131
|
# https://github.com/NixOS/nixpkgs/issues/86131
|
||||||
BOOST_INCLUDEDIR = "${prev.lib.getDev final.boost}/include";
|
BOOST_INCLUDEDIR = "${prev.lib.getDev final.boost}/include";
|
||||||
BOOST_LIBRARYDIR = "${prev.lib.getLib final.boost}/lib";
|
BOOST_LIBRARYDIR = "${prev.lib.getLib final.boost}/lib";
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
ls -l
|
||||||
|
mkdir -p $out/lib/libpisp/backend
|
||||||
|
cp src/libpisp/backend/backend_default_config.json $out/lib/libpisp/backend/backend_default_config.json
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
libcamera = prev.libcamera.overrideAttrs (old: {
|
libcamera = prev.libcamera.overrideAttrs (old: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue