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

cosmic-edit: drop unneeded dependencies

authored by Weijia Wang and committed by GitHub 1421eece 8a04a88c

+2 -7
+2 -7
pkgs/applications/editors/cosmic-edit/default.nix
··· 15 , fontconfig 16 , freetype 17 , wayland 18 - , expat 19 - , udev 20 - , which 21 - , lld 22 - , util-linuxMinimal 23 }: 24 25 rustPlatform.buildRustPackage rec { ··· 51 substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)" 52 ''; 53 54 - nativeBuildInputs = [ cmake just pkg-config which lld util-linuxMinimal makeWrapper ]; 55 - buildInputs = [ libxkbcommon libinput fontconfig freetype wayland expat udev glib gtk3 ]; 56 57 dontUseJustBuild = true; 58
··· 15 , fontconfig 16 , freetype 17 , wayland 18 }: 19 20 rustPlatform.buildRustPackage rec { ··· 46 substituteInPlace justfile --replace '#!/usr/bin/env' "#!$(command -v env)" 47 ''; 48 49 + nativeBuildInputs = [ cmake just pkg-config makeWrapper ]; 50 + buildInputs = [ libxkbcommon libinput fontconfig freetype wayland glib gtk3 ]; 51 52 dontUseJustBuild = true; 53