Unverified Commit 1421eece authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #267299 from a-kenji/ce-drop-deps

cosmic-edit: drop unneeded dependencies
parents 8a04a88c d8860662
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -15,11 +15,6 @@
, fontconfig
, freetype
, wayland
, expat
, udev
, which
, lld
, util-linuxMinimal
}:

rustPlatform.buildRustPackage rec {
@@ -51,8 +46,8 @@ rustPlatform.buildRustPackage rec {
    substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)"
  '';

  nativeBuildInputs = [ cmake just pkg-config which lld util-linuxMinimal makeWrapper ];
  buildInputs = [ libxkbcommon libinput fontconfig freetype wayland expat udev glib gtk3 ];
  nativeBuildInputs = [ cmake just pkg-config makeWrapper ];
  buildInputs = [ libxkbcommon libinput fontconfig freetype wayland glib gtk3 ];

  dontUseJustBuild = true;