okteta: set outputs to reduce runtime closure

This commit is contained in:
Frederik Rietdijk 2022-04-27 16:50:38 +02:00 committed by Frederik Rietdijk
parent d140aefd20
commit 538ace2858

View File

@ -26,6 +26,8 @@ mkDerivation rec {
kcrash
];
outputs = [ "out" "dev" ];
meta = with lib; {
license = licenses.gpl2;
description = "A hex editor";