Skip to content

Commit

Permalink
Update pkgs/development/libraries/ncurses/default.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Artturi <Artturin@artturin.com>
  • Loading branch information
kjeremy and Artturin committed Nov 3, 2023
1 parent 378476d commit 40a4ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/ncurses/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
pkg-config
] ++ lib.optionals (stdenv.buildPlatform != stdenv.hostPlatform) [
# for `tic`, build already depends on for build `cc` so it's weird the build doesn't just build `tic`.
ncurses
];

Expand Down

0 comments on commit 40a4ad2

Please sign in to comment.