mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #267299 from a-kenji/ce-drop-deps
cosmic-edit: drop unneeded dependencies
This commit is contained in:
commit
1421eece09
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user