pcb2gcode: fix finding boost (#435959)

This commit is contained in:
Peder Bergebakken Sundt
2025-08-27 02:19:22 +02:00
committed by GitHub
+4
View File
@@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
hash = "sha256-c5YabBqZn6ilIkF3lifTsYyLZMsZN21jDj1hNu0PRAc=";
};
configureFlags = [
(lib.withFeatureAs true "boost" boost.dev)
];
nativeBuildInputs = [
autoreconfHook
pkg-config