crc32c: enable static

This commit is contained in:
freezeboy
2020-09-22 23:10:00 -07:00
committed by Jon
parent e283133520
commit 160f169f03
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -191,6 +191,9 @@ in {
gsm = super.gsm.override {
staticSupport = true;
};
crc32c = super.crc32c.override {
staticOnly = true;
};
parted = super.parted.override {
enableStatic = true;
};