Shizcow / dmenu-rs

A pixel perfect port of dmenu, rewritten in Rust with extensive plugin support
GNU General Public License v3.0
197 stars 9 forks source link

use default c compiler instead of hardcoded clang #44

Closed benjaminedwardwebb closed 1 year ago

benjaminedwardwebb commented 1 year ago

While adding dmenu-rs as a package to my distro, some reviewers suggested the hardcoded clang be dropped upstream in favor of using the system default.

See: https://github.com/NixOS/nixpkgs/pull/200977

Shizcow commented 1 year ago

Seems reasonable to me. Thanks for your PR.

Unrelated: I've been considering switching to NixOS myself... I will consider this a sign that I should 😄