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)
|
inherit (xonsh-unwrapped)
|
||||||
pname
|
pname
|
||||||
version
|
version
|
||||||
meta
|
|
||||||
;
|
;
|
||||||
|
meta = xonsh-unwrapped.meta // {
|
||||||
|
mainProgram = "xonsh";
|
||||||
|
};
|
||||||
passthru = {
|
passthru = {
|
||||||
unwrapped = xonsh-unwrapped;
|
unwrapped = xonsh-unwrapped;
|
||||||
|
shellPath = "/bin/xonsh";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
|
|||||||
Reference in New Issue
Block a user