From 52a9d9ad3914dc089d100d3111bb9ad18c801f14 Mon Sep 17 00:00:00 2001 From: DavidCromp Date: Tue, 10 Jan 2023 22:16:04 -0500 Subject: [PATCH] cbqn: fix output on non-Linux platforms cbqn: fix output on non-Linux platforms --- pkgs/development/interpreters/bqn/cbqn/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/interpreters/bqn/cbqn/default.nix b/pkgs/development/interpreters/bqn/cbqn/default.nix index fbd78c81ebb..5dffd7f184c 100644 --- a/pkgs/development/interpreters/bqn/cbqn/default.nix +++ b/pkgs/development/interpreters/bqn/cbqn/default.nix @@ -82,6 +82,7 @@ stdenv.mkDerivation rec { outputs = [ "out" + ] ++ lib.optionals stdenv.isLinux [ "lib" "dev" ];