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