mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
kdePackages: use stable metadata file, update metadata
This commit is contained in:
parent
97390e1d60
commit
8cff9765db
3 changed files with 18 additions and 68 deletions
|
@ -122,10 +122,7 @@ class KDERepoMetadata:
|
|||
dep_graph={},
|
||||
)
|
||||
|
||||
dep_specs = [
|
||||
"dependency-data-common",
|
||||
"dependency-data-kf6-qt6"
|
||||
]
|
||||
dep_specs = ["dependency-data-stable-kf6-qt6"]
|
||||
dep_graph = collections.defaultdict(set)
|
||||
|
||||
for spec in dep_specs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue