quadprogpp: set __structuredAttrs and strictDeps

This commit is contained in:
Michael Daniels
2026-04-18 11:10:15 -04:00
parent f360d3dce0
commit ed69ea457f
+2
View File
@@ -8,6 +8,8 @@
stdenv.mkDerivation {
pname = "quadprogpp";
version = "1.2.2-unstable-2025-12-03";
__structuredAttrs = true;
strictDeps = true;
src = fetchFromGitHub {
owner = "liuq";