misc: add LGPL license
This commit is contained in:
parent
04c4cfe7e0
commit
5688409ea4
4 changed files with 805 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
enableWayland ? true,
|
||||
}: stdenv.mkDerivation {
|
||||
pname = "quickshell${lib.optionalString debug "-debug"}";
|
||||
version = "0.1";
|
||||
version = "0.1.0";
|
||||
src = nix-gitignore.gitignoreSource [] ./.;
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
|
@ -53,6 +53,7 @@
|
|||
meta = with lib; {
|
||||
homepage = "https://git.outfoxxed.me/outfoxxed/quickshell";
|
||||
description = "Simple and flexbile QtQuick based desktop shell toolkit";
|
||||
license = licenses.lgpl3Only;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue