Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Sep 16, 2024
1 parent 81e676b commit 2ffd512
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,16 @@
strictDeps = true;

nativeBuildInputs = with pkgs; [
gcc
pkg-config
];

buildInputs = with pkgs; [
gtk4
glib-networking
cmake
webkitgtk_6_0
libsoup
stdenv
openssl
glibc
libsoup
cairo
];
};
cargoArtifacts = craneLib.buildDepsOnly commonArgs;
Expand Down

0 comments on commit 2ffd512

Please sign in to comment.