polkit-qt-1: add license
This commit is contained in:
parent
91eea7482d
commit
6ff2c83d9f
@ -25,9 +25,10 @@ stdenv.mkDerivation {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A Qt wrapper around PolKit";
|
description = "A Qt wrapper around PolKit";
|
||||||
maintainers = with stdenv.lib.maintainers; [ ttuegel ];
|
maintainers = [ maintainers.ttuegel ];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.lgpl21;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user