From 42619cc0d5ae52e62ecb49db83a4ec1fdf2e61bb Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Sat, 18 May 2024 02:08:59 -0400 Subject: [PATCH] Change `ird_tools` back to `lib.licenses.unfree`, and tweak comment layout. --- home/packages/ird_tools/package.nix | 19 ++++++++++--------- home/packages/irdkit/package.nix | 3 ++- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/home/packages/ird_tools/package.nix b/home/packages/ird_tools/package.nix index 4364ee7..f9d209d 100644 --- a/home/packages/ird_tools/package.nix +++ b/home/packages/ird_tools/package.nix @@ -1,4 +1,4 @@ -{ +{ lib, fetchFromGitHub, gcc13Stdenv, @@ -32,14 +32,15 @@ gcc13Stdenv.mkDerivation { homepage = "https://github.com/Zarh/ird_tools"; description = "DESCRIPTION PLACEHOLDER"; longDescription = "DESCRIPTION PLACEHOLDER"; - license = lib.licenses.gpl3; - # license = lib.licenses.unfree; - # Dev feels that it should be GPLv3, but doesn't have a `LICENSE` file in - # the repository "proving" the licensing. Running with it for now. - # Info on this: https://github.com/Zarh/ird_tools/issues/3 - # Keeping `lib.licenses.unfree` license comment just to make sure I - # remember - maintainers = with lib.maintainers; [ ]; + license = lib.licenses.unfree; + /* + Dev feels that it should be GPLv3, but doesn't have a `LICENSE` file in + the repository "proving" the licensing. Running with it for now. + Info on this: https://github.com/Zarh/ird_tools/issues/3 + I'm keeping `lib.licenses.unfree` license comment just to make sure I + remember + */ + maintainers = "whovian9369"; mainProgram = "ird_tools"; platforms = lib.platforms.linux; }; diff --git a/home/packages/irdkit/package.nix b/home/packages/irdkit/package.nix index a1b53ec..8d11166 100644 --- a/home/packages/irdkit/package.nix +++ b/home/packages/irdkit/package.nix @@ -1,4 +1,5 @@ -{ lib, +{ + lib, buildDotnetModule, dotnetCorePackages, fetchFromGitHub