Add meta.mainProgram and shellPath for NixOS compatibility
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
+4
-1
@@ -14,10 +14,13 @@ runCommand "xonsh-${xonsh-unwrapped.version}"
|
||||
inherit (xonsh-unwrapped)
|
||||
pname
|
||||
version
|
||||
meta
|
||||
;
|
||||
meta = xonsh-unwrapped.meta // {
|
||||
mainProgram = "xonsh";
|
||||
};
|
||||
passthru = {
|
||||
unwrapped = xonsh-unwrapped;
|
||||
shellPath = "/bin/xonsh";
|
||||
};
|
||||
}
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user