1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-06 23:31:34 +00:00

helvum: remove unused clang from build closure

This commit is contained in:
aleksana 2024-12-01 17:03:48 +08:00
parent ffdf195290
commit 9312eba083

View file

@ -1,6 +1,5 @@
{ lib
, cargo
, clang
, desktop-file-utils
, fetchFromGitLab
, glib
@ -35,7 +34,6 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
clang
meson
ninja
pkg-config