cbqn: tie outputs for library to library config option
This commit is contained in:
parent
294ba76d44
commit
cac5e045dc
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
outputs = [
|
||||
"out"
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
] ++ lib.optionals enableLibcbqn [
|
||||
"lib"
|
||||
"dev"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue