nixpkgs/pkgs/applications/audio/infamousPlugins
Sergei Trofimovich 944aa75afa infamousPlugins: fix build on glibc-2.36
Without the change build fails as:

    src/casynth/casynth_ui_main.cxx:47:27: error: 'time' was not declared in this scope
    and ((unsigned int) time (NULL));
                        ^~~~
    src/casynth/casynth_ui_main.cxx:9:1: note: 'time' is defined in header '<ctime>'; did you forget to '#include <ctime>'?
        8 | #include "casynth_ui.h"
      +++ |+#include <ctime>
        9 | #include "lv2/lv2plug.in/ns/extensions/ui/ui.h"

Full build log: https://hydra.nixos.org/log/dh6qh731kjkizpymf8qpbi33pwq7bg9v-infamousPlugins-0.3.0.drv

ZHF: #230712
2023-05-12 22:48:06 +01:00
..
default.nix infamousPlugins: fix build on glibc-2.36 2023-05-12 22:48:06 +01:00