mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +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 = [
|
||||
"out"
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
"lib"
|
||||
"dev"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user