Loading pkgs/tools/backup/stenc/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,13 @@ stdenv.mkDerivation rec { sha256 = "GcCRVkv+1mREq3MhMRn5fICthwI4WRQJSP6InuzxP1Q="; }; postPatch = '' # Fix gcc-13 build by pulling missing header. UPstream also fixed it # in next major version, but there are many other patch dependencies. # TODO: remove on next major version update sed -e '1i #include <cstdint>' -i src/scsiencrypt.h ''; nativeBuildInputs = [ autoreconfHook ]; passthru.updateScript = gitUpdater { }; Loading Loading
pkgs/tools/backup/stenc/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,13 @@ stdenv.mkDerivation rec { sha256 = "GcCRVkv+1mREq3MhMRn5fICthwI4WRQJSP6InuzxP1Q="; }; postPatch = '' # Fix gcc-13 build by pulling missing header. UPstream also fixed it # in next major version, but there are many other patch dependencies. # TODO: remove on next major version update sed -e '1i #include <cstdint>' -i src/scsiencrypt.h ''; nativeBuildInputs = [ autoreconfHook ]; passthru.updateScript = gitUpdater { }; Loading