summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavidCromp <davidcrompton1192@gmail.com>2023-01-10 22:16:04 -0500
committerGitHub <noreply@github.com>2023-01-11 00:16:04 -0300
commit52a9d9ad3914dc089d100d3111bb9ad18c801f14 (patch)
tree86cf95c8f38baf755b783160fe1481efab303dba
parentb0644b461f97d4f7240b089074084c18f521f497 (diff)
cbqn: fix output on non-Linux platforms
cbqn: fix output on non-Linux platforms
-rw-r--r--pkgs/development/interpreters/bqn/cbqn/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/bqn/cbqn/default.nix b/pkgs/development/interpreters/bqn/cbqn/default.nix
index fbd78c81ebbf..5dffd7f184c3 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"
];