Loading pkgs/applications/editors/cosmic-edit/default.nix +2 −7 Original line number Diff line number Diff line Loading @@ -15,11 +15,6 @@ , fontconfig , freetype , wayland , expat , udev , which , lld , util-linuxMinimal }: rustPlatform.buildRustPackage rec { Loading Loading @@ -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; Loading Loading
pkgs/applications/editors/cosmic-edit/default.nix +2 −7 Original line number Diff line number Diff line Loading @@ -15,11 +15,6 @@ , fontconfig , freetype , wayland , expat , udev , which , lld , util-linuxMinimal }: rustPlatform.buildRustPackage rec { Loading Loading @@ -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; Loading