disallow unfree by default

This commit is contained in:
xunuwu 2024-10-24 16:35:24 +02:00
parent 716e9e7ac2
commit 17e15e69d1
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
12 changed files with 27 additions and 46 deletions

View file

@ -164,7 +164,7 @@ in
description = "Paid version of the world's smartest and most feature-full disassembler";
homepage = "https://hex-rays.com/ida-free/";
changelog = "https://hex-rays.com/products/ida/news/";
# license = licenses.unfree;
# license = licenses.unfree; # unfree packages are a pain to deal with on nixos
mainProgram = "ida64";
# maintainers = with maintainers; [msanft];
platforms = ["x86_64-linux"]; # Right now, the installation script only supports Linux.