Switch gcc dependenency to gcc-libs

This commit is contained in:
2025-08-24 12:19:27 +03:00
parent 6728889b3d
commit 6887da149e
+3 -2
View File
@@ -1,10 +1,11 @@
name: fish name: fish
description: A smart and user-friendly command line shell description: A smart and user-friendly command line shell
version: 4.0.2 version: 4.0.2
revision: 2
url: https://fishshell.com/ url: https://fishshell.com/
license: GPL2,PSF2,MIT,LGPL2 license: GPL2,PSF2,MIT,LGPL2
architecture: any architecture: any
depends: ["glibc","gcc","ncurses","pcre2"] depends: ["glibc", "gcc-libs", "ncurses", "pcre2"]
optional_depends: ["python3"] optional_depends: ["python3"]
make_depends: ["cmake","jq","rustc","expect","procps-ng"] make_depends: ["cmake", "jq", "rustc", "expect", "procps-ng"]
type: source type: source