From 7a6981253bf25f48bb3d66e2536366eaf9dedfb7 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 1 Oct 2023 05:02:50 +0000 Subject: [PATCH] fractal-nixified: remove some unecessary dependencies --- pkgs/additional/fractal-nixified/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/additional/fractal-nixified/default.nix b/pkgs/additional/fractal-nixified/default.nix index d2464cb7..00ab608f 100644 --- a/pkgs/additional/fractal-nixified/default.nix +++ b/pkgs/additional/fractal-nixified/default.nix @@ -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