pcb2gcode: fix finding boost

This commit is contained in:
Dmitry Moskowski
2025-08-22 19:19:50 +00:00
parent 5fd87a2802
commit f21aab6718
+4
View File
@@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
hash = "sha256-c5YabBqZn6ilIkF3lifTsYyLZMsZN21jDj1hNu0PRAc=";
};
configureFlags = [
(lib.withFeatureAs true "boost" boost.dev)
];
nativeBuildInputs = [
autoreconfHook
pkg-config