Skip to content

Commit

Permalink
glamoroustoolkit: use system libgit2
Browse files Browse the repository at this point in the history
  • Loading branch information
suhr committed Jan 10, 2024
1 parent 4f4420d commit 79c1684
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/tools/glamoroustoolkit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
, libXi
, libXrandr
, libXrender
, libgit2
, libglvnd
, libuuid
, libxcb
Expand Down Expand Up @@ -91,7 +92,8 @@ preFixup = let
ln -s $out/lib/libcrypto.so $out/lib/libcrypto.so.1.1
ln -s $out/lib/libcairo.so $out/lib/libcairo.so.2
ln -s $out/lib/libgit2.so $out/lib/libgit2.so.1.1
rm $out/lib/libgit2.so
ln -s "${libgit2}/lib/libgit2.so" $out/lib/libgit2.so.1.1
'';

meta = {
Expand Down

0 comments on commit 79c1684

Please sign in to comment.