Commit Graph

9 Commits

Author SHA1 Message Date
Mario Rodas
d2429ffaa8
Merge pull request #287051 from trofi/ocf-resource-agents-fix-meta
ocf-resource-agents: fix `pos` attribute to define source location
2024-03-08 09:02:42 -05:00
Sergei Trofimovich
7320119990 ocf-resource-agents: fix build against autoconf-2.72
Without the change build fails in` master` as https://hydra.nixos.org/build/247269225:

    checking whether gcc supports "-Wunsigned-char"... checking how to run the C preprocessor... gcc -E
    configure: error: in '/build/source':
    configure: error: C preprocessor "gcc -E" fails sanity check
    See 'config.log' for more details
2024-02-07 19:37:34 +00:00
Sergei Trofimovich
4ebe4721a6 ocf-resource-agents: expose it's inputs as attributes
With individual attributes exposed it's easier to interrogate and
upgrade constituents in `nixpkgs`.
2024-02-07 16:33:14 +00:00
Sergei Trofimovich
35e16bd907 ocf-resource-agents: fix pos attribute to define source location
Without the change commands like

    $ nix edit -f. ocf-resource-agents

do not point to a file.
2024-02-07 10:32:37 +00:00
Artturin
3251013cc1 treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Vladimír Čunát
555f300879
treewide: another round of gcc12 fixups 2023-02-05 15:29:43 +01:00
Ryan Mulligan
2b78cfdb09 pacemaker: init at 2.1.2 2022-03-08 20:26:52 +01:00
Ryan Mulligan
036b909421 drbd: 8.4.4 -> 9.19.1, ocf-resource-agents: init at 4.10.0 2021-11-30 21:43:42 +01:00