cmospwd: Fix static compilation

This commit is contained in:
t4ccer 2023-11-17 20:31:22 -07:00
parent adce9e8593
commit 1ed3858f7c
No known key found for this signature in database
GPG Key ID: 19E5A2D8B1E43F19

View File

@ -12,6 +12,8 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-8pbSl5eUsKa3JrgK/JLk0FnGXcJhKksJN3wWiDPYYvQ=";
};
makeFlags = [ "CC:=$(CC)" ];
preConfigure = ''
cd src