Loading pkgs/development/libraries/libieee1284/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,11 @@ stdenv.mkDerivation rec { configureFlags = [ "--without-python" ] ++ lib.optionals (stdenv.hostPlatform.isMusl && !stdenv.hostPlatform.isx86) [ # musl always provides <sys/io.h>, even though the functionality # is x86-specific. # https://www.openwall.com/lists/musl/2024/10/25/2 "ac_cv_header_sys_io_h=no" ]; prePatch = '' Loading Loading
pkgs/development/libraries/libieee1284/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,11 @@ stdenv.mkDerivation rec { configureFlags = [ "--without-python" ] ++ lib.optionals (stdenv.hostPlatform.isMusl && !stdenv.hostPlatform.isx86) [ # musl always provides <sys/io.h>, even though the functionality # is x86-specific. # https://www.openwall.com/lists/musl/2024/10/25/2 "ac_cv_header_sys_io_h=no" ]; prePatch = '' Loading