fractal-nixified: remove some unecessary dependencies

This commit is contained in:
Colin 2023-10-01 05:02:50 +00:00
parent 9e78ec221b
commit 7a6981253b

View File

@ -25,7 +25,6 @@
, pipewire
, pkg-config
, rustPlatform
, rustc
, sqlite
, wrapGAppsHook4
, xdg-desktop-portal
@ -56,16 +55,11 @@ let
outputs = [ "out" ]; # default is "out" and "lib", but that somehow causes cycles
outputDev = [ "out" ];
nativeBuildInputs = [
# TODO: maybe not all of these are needed anymore (cargo?)
glib
gtk4
meson
ninja
pkg-config
rustPlatform.bindgenHook
# rustPlatform.cargoSetupHook
cargo
rustc
desktop-file-utils
appstream-glib
wrapGAppsHook4