mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
cbqn: fix output on non-Linux platforms
cbqn: fix output on non-Linux platforms
This commit is contained in:
parent
b0644b461f
commit
52a9d9ad39
@ -82,6 +82,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"out"
|
"out"
|
||||||
|
] ++ lib.optionals stdenv.isLinux [
|
||||||
"lib"
|
"lib"
|
||||||
"dev"
|
"dev"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user