oil: rename to oil-python
This commit is contained in:
parent
763868f445
commit
fb988d2f7a
2 changed files with 1 additions and 3 deletions
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||
dontStrip = true;
|
||||
|
||||
meta = {
|
||||
description = "A new unix shell";
|
||||
description = "A new unix shell - Old python build";
|
||||
homepage = "https://www.oilshell.org/";
|
||||
|
||||
license = with lib.licenses; [
|
|
@ -15358,8 +15358,6 @@ with pkgs;
|
|||
|
||||
oh = callPackage ../shells/oh { };
|
||||
|
||||
oil = callPackage ../shells/oil { };
|
||||
|
||||
oksh = callPackage ../shells/oksh { };
|
||||
|
||||
scponly = callPackage ../shells/scponly { };
|
||||
|
|
Loading…
Reference in a new issue