2
0

remove outdated cmake patch

This commit is contained in:
2025-10-17 17:24:28 +01:00
parent d1cd13d5dc
commit 3c0f55cd9e
-14
View File
@@ -114,20 +114,6 @@ extraPkgs
}
);
# luarocks wants a cross-compiled cmake (which seems like a bug,
# we're never going to run luarocks on the device, but ...)
# but https://github.com/NixOS/nixpkgs/issues/284734
# so we do surgery on the cmake derivation until that's fixed
cmake = crossOnly prev.cmake (
d:
d.overrideAttrs (o: {
preConfigure =
builtins.replaceStrings [ "$configureFlags" ] [ "$configureFlags $cmakeFlags" ]
o.preConfigure;
})
);
dnsmasq =
let
d = prev.dnsmasq.overrideAttrs (o: {