Skip to content

Commit

Permalink
Use upstream generate-ninja package for gn
Browse files Browse the repository at this point in the history
  • Loading branch information
sfiera committed Dec 9, 2024
1 parent 5a0cb92 commit 355b032
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Binaries
("clang", "clang"),
("clang++", "clang"),
("gn", "gn"),
("gn", "generate-ninja"),
("ninja", "ninja-build"),
("pkg-config", "pkg-config"),
# Libraries
Expand All @@ -50,9 +50,7 @@
("zlib", "zlib1g-dev"),
]
)
SOURCES[DEBIAN] = [
("arescentral", "http://apt.arescentral.org", "contrib"),
]
SOURCES[DEBIAN] = []
KEYS[DEBIAN] = [
(
"apt-key adv --keyserver keyserver.ubuntu.com --recv"
Expand Down

0 comments on commit 355b032

Please sign in to comment.