forked from mirrors/nixpkgs
xfce: add pos attribute in mkXfcederivation
This commit is contained in:
parent
924e5cdc55
commit
2dff34b56b
|
@ -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+
|
||||
|
|
Loading…
Reference in a new issue