From 08baf793bf0bcbbf270a5818971ed06451296794 Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Sat, 18 May 2024 02:11:05 -0400 Subject: [PATCH] Ah, I misread my own comment lol. Tweaked the message a little, that's for future me. --- home/packages/ird_tools/package.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/packages/ird_tools/package.nix b/home/packages/ird_tools/package.nix index f9d209d..ec92c9c 100644 --- a/home/packages/ird_tools/package.nix +++ b/home/packages/ird_tools/package.nix @@ -32,13 +32,14 @@ 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 - I'm keeping `lib.licenses.unfree` license comment just to make sure I - remember + I'm keeping `lib.licenses.gpl3` license comment just to make sure I + remember to change it back... If the dev adds the file. */ maintainers = "whovian9369"; mainProgram = "ird_tools";