xfce: use pname

This commit is contained in:
José Romildo Malaquias 2020-12-27 17:28:16 -03:00
parent 34de28ed17
commit 9ef6317164

View File

@ -23,7 +23,7 @@ let
zipAttrsWithNames (filterAttrNames isList (head attrsets)) (_: concatLists) attrsets;
template = rec {
name = "${pname}-${version}";
inherit pname version;
nativeBuildInputs = [ pkgconfig xfce4-dev-tools wrapGAppsHook ];
buildInputs = [ hicolor-icon-theme ];