rc: unstable-2023-06-14 -> unstable-2025-10-01

This includes rakitzis/rc#117 that fixes the hydra build broken by
gcc-15 migration.

https://hydra.nixos.org/build/324324334.
https://github.com/rakitzis/rc/pull/117
https://github.com/rakitzis/rc/compare/4aaba1a..2bab312
This commit is contained in:
Dmitry Bogatov
2026-05-10 06:00:00 -04:00
parent 3c4f8c0608
commit 87c6bb09c9
+3 -10
View File
@@ -31,13 +31,13 @@ assert
assert (lineEditingLibrary == "readline") -> readlineSupport;
stdenv.mkDerivation (finalAttrs: {
pname = "rc";
version = "unstable-2023-06-14";
version = "unstable-2025-10-01";
src = fetchFromGitHub {
owner = "rakitzis";
repo = "rc";
rev = "4aaba1a9cb9fdbb8660696a87850836ffdb09599";
hash = "sha256-Yql3mt7hTO2W7wTfPje+X2zBGTHiNXGGXYORJewJIM8=";
rev = "2bab312ea11cb77d2654a731357842971c0b5d18";
hash = "sha256-ViyO3i7P2RU5HZvbenANOT1WTF7JCLexeqeHPUT8PCQ=";
};
outputs = [
@@ -45,13 +45,6 @@ stdenv.mkDerivation (finalAttrs: {
"man"
];
patches = [
(fetchpatch2 {
url = "https://github.com/rakitzis/rc/commit/2bab312ea11cb77d2654a731357842971c0b5d18.patch";
hash = "sha256-LpnrsvJH/0CRS0bCgoZT2Dkac6AZH8DZIPU4MQ5MP0I=";
})
];
# TODO: think on a less ugly fixup
postPatch = ''
ed -v -s Makefile << EOS