Zenmonitor now builds with sytem cc ver

This commit is contained in:
2026-02-20 17:32:40 +01:00
parent 4dbb21fc9e
commit 8a956aa9a5
2 changed files with 3 additions and 10 deletions

View File

@@ -30,13 +30,6 @@
]);
});
})
(final: prev: {
zenmonitor = prev.zenmonitor.overrideAttrs (oldAttrs: {
env = (oldAttrs.env or { }) // {
NIX_CFLAGS_COMPILE = "-std=gnu17";
};
});
})
];
};