diff --git a/pkgs/by-name/fv/fvm/package.nix b/pkgs/by-name/fv/fvm/package.nix index 8bd21886e291f3..c0a403f6c19008 100644 --- a/pkgs/by-name/fv/fvm/package.nix +++ b/pkgs/by-name/fv/fvm/package.nix @@ -1,6 +1,5 @@ { buildDartApplication, - installShellFiles, clang, pkg-config, gtk3, @@ -24,12 +23,10 @@ buildDartApplication rec { pubspecLock = lib.importJSON ./pubspec.lock.json; nativeBuildInputs = [ - installShellFiles clang pkg-config gtk3 cmake - installShellFiles ]; shellHook = ''