Skip to content

Commit

Permalink
fix package position links
Browse files Browse the repository at this point in the history
  • Loading branch information
ncfavier committed Dec 1, 2020
1 parent d23b777 commit 8d8f8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import-scripts/import_scripts/channel.py
Expand Up @@ -462,7 +462,7 @@ def gen():

position = data["meta"].get("position")
if position and position.startswith("/nix/store"):
position = position[44:]
position = position.split('/', 4)[-1]

package_attr_name_query = list(parse_query(attr_name))
package_pname = remove_attr_set(data["pname"])
Expand Down

0 comments on commit 8d8f8a4

Please sign in to comment.