diff options
| author | Guilhem Saurel <guilhem.saurel@laas.fr> | 2025-10-24 00:06:00 +0200 |
|---|---|---|
| committer | Guilhem Saurel <guilhem.saurel@laas.fr> | 2025-10-28 19:55:40 +0100 |
| commit | 044abb14a1ed1294026481cc5d032956f7c41854 (patch) | |
| tree | 11debbe0f2913e20e67dc503716f04b8cec7fbc9 /pkgs/development/python-modules/rangehttpserver | |
| parent | 974b7b39d7c2160c5ec33df951d9e6be4ad2fcd7 (diff) | |
lib3mf: fix header install
Somehow this was working before, but around 2025-10-23, something
changed on master, and nixpkgs-review would stop working on
https://github.com/NixOS/nixpkgs/pull/445078:
```
$ nix build -L github:NixOS/nixpkgs/pull/445078/head#lib3mf.dev
$ eza result-dev/include/
lib3mf/
$ nix build -L github:NixOS/nixpkgs/pull/445078/merge#lib3mf.dev
$ eza result-dev/include/
"result-dev/include/": No such file or directory (os error 2)
```
The headers are now installed in the build tree:
```
-- Installing: /nix/store/i7qd0hcky65i557fqjl5qq3xrp30hwhz-lib3mf-2.4.1/lib/lib3mf.so.2
-- Installing: /nix/store/i7qd0hcky65i557fqjl5qq3xrp30hwhz-lib3mf-2.4.1/lib/lib3mf.so
-- Installing: /build/source/build/include/lib3mf/Bindings
-- Installing: /build/source/build/include/lib3mf/Bindings/NodeJS
-- Installing: /build/source/build/include/lib3mf/Bindings/NodeJS/lib3mf_nodeaddon.cc
-- Installing: /build/source/build/include/lib3mf/Bindings/NodeJS/lib3mf_nodewrapper.cc
```
Maybe CMake 4.1.1 -> 4.1.2 changed something.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
