Skip to content

Commit

Permalink
lib2geom: fix cross compilation
Browse files Browse the repository at this point in the history
gtest is required unconditionally since we are always building the test binaries
  • Loading branch information
NickCao committed Dec 20, 2024
1 parent d441bda commit 1973e2a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/by-name/li/lib2geom/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ stdenv.mkDerivation rec {
gsl
cairo
double-conversion
];

nativeCheckInputs = [
gtest
];

Expand Down

0 comments on commit 1973e2a

Please sign in to comment.