xfce: use pname
This commit is contained in:
parent
34de28ed17
commit
9ef6317164
@ -23,7 +23,7 @@ let
|
|||||||
zipAttrsWithNames (filterAttrNames isList (head attrsets)) (_: concatLists) attrsets;
|
zipAttrsWithNames (filterAttrNames isList (head attrsets)) (_: concatLists) attrsets;
|
||||||
|
|
||||||
template = rec {
|
template = rec {
|
||||||
name = "${pname}-${version}";
|
inherit pname version;
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig xfce4-dev-tools wrapGAppsHook ];
|
nativeBuildInputs = [ pkgconfig xfce4-dev-tools wrapGAppsHook ];
|
||||||
buildInputs = [ hicolor-icon-theme ];
|
buildInputs = [ hicolor-icon-theme ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user