Merge pull request #268220 from t4ccer/t4/cmospwd-fix-static

cmospwd: Fix static compilation
This commit is contained in:
Nick Cao
2023-11-18 16:55:07 -05:00
committed by GitHub
+2
View File
@@ -12,6 +12,8 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-8pbSl5eUsKa3JrgK/JLk0FnGXcJhKksJN3wWiDPYYvQ=";
};
makeFlags = [ "CC:=$(CC)" ];
preConfigure = ''
cd src