oil: rename to oil-python

This commit is contained in:
Maciej Krüger 2024-02-04 21:52:17 +01:00
parent 763868f445
commit fb988d2f7a
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F
2 changed files with 1 additions and 3 deletions

View File

@ -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; [

View File

@ -15358,8 +15358,6 @@ with pkgs;
oh = callPackage ../shells/oh { };
oil = callPackage ../shells/oil { };
oksh = callPackage ../shells/oksh { };
scponly = callPackage ../shells/scponly { };