smuxi: ensure makeWrapper is restricted to nativeBuildInputs (#341550)

This commit is contained in:
Nick Cao 2024-09-13 15:38:23 -04:00 committed by GitHub
commit 3dcae71262
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,11 +30,10 @@ stdenv.mkDerivation rec {
fetchSubmodules = true;
};
nativeBuildInputs = [ pkg-config ];
nativeBuildInputs = [ pkg-config makeWrapper ];
buildInputs = [ autoconf automake itstool intltool gettext
mono
stfl
makeWrapper ] ++ lib.optionals (guiSupport) [
stfl ] ++ lib.optionals (guiSupport) [
gtk-sharp-2_0
# loaded at runtime by GTK#
gdk-pixbuf pango