3
0
Fork 0
forked from mirrors/nixpkgs

xfce: add pos attribute in mkXfcederivation

This commit is contained in:
José Romildo Malaquias 2020-04-04 22:53:24 -03:00
parent 924e5cdc55
commit 2dff34b56b

View file

@ -27,6 +27,8 @@ let
enableParallelBuilding = true;
outputs = [ "out" "dev" ];
pos = builtins.unsafeGetAttrPos "pname" args;
meta = with stdenv.lib; {
homepage = "https://git.xfce.org/${category}/${pname}/about";
license = licenses.gpl2; # some libraries are under LGPLv2+