pkgsStatic.cctz: fix build#180325
Conversation
|
Please:
|
|
I confirm @maj0e Can you update what I asked so we can merge this? |
You have not updated here. |
|
Squash commits. |
I get an error, when testing locally. |
|
I squashed the commits. As I mentioned, I get an error for the argument Foundation, when I test it locally. CI is ok, though. |
I confirm problem. @SuperSandro2000 |
The install targets were "install_hdrs" and "install_shared_lib". The later is obviously not correct for a static build and was changed to "install_lib" (corresponds to libcctz.a) for that case.
|
Ideally commit should have been: CI should build as static. See: But I have no objection in merging this as it is. I have opened an issue here to clarify this: |
Description of changes
The static build of cctz
was failing at the installPhase with:
The install targets were "install_hdrs" and "install_shared_lib".
The later is obviously not correct for a static build and was changed to
"install_lib" (corresponds to libcctz.a) for that case.
Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)nixos/doc/manual/md-to-db.shto update generated release notes