Commit Graph

14 Commits

Author SHA1 Message Date
Josh Rickmar
c0200c0d4e oksh: link to ncurses
This fixes the ^L keybinding in emacs mode to properly clear the
screen.
2024-04-14 23:23:23 -04:00
R. Ryantm
2a7d4668b2 oksh: 7.4 -> 7.5 2024-04-07 13:24:22 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
de58b0eafe oksh: 7.3 -> 7.4 2023-11-21 07:03:17 +00:00
R. Ryantm
f265ce9bb7 oksh: 7.2 -> 7.3 2023-04-25 16:51:14 +00:00
R. Ryantm
a54597eb3d oksh: 7.1 -> 7.2 2022-10-30 02:28:19 +00:00
Moheeb Aljaroudi
1d8b8365a0 oksh: 7.0 -> 7.1 2022-06-09 19:27:52 -05:00
Artturin
ea79263e60 pkgs/shells: enable strictDeps 2022-05-06 22:31:38 +03:00
Nikolay Korotkiy
15427feaeb
oksh: fix cross-compilation 2022-04-23 10:08:22 +03:00
R. Ryantm
e3e3c0fcb8 oksh: 6.9 -> 7.0 2021-11-03 17:29:22 +00:00
Ben Siraphob
d312374f6f oksh: 6.8.1 -> 6.9 2021-06-10 22:28:33 +07:00
Josh Rickmar
6198e24f02 oksh: add shellPath for use as user shells
This allows the user shell to be set to pkgs.oksh instead of needing
a string like "${pkgs.oksh}/bin/oksh".
2021-01-26 09:30:50 -05:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Ben Siraphob
b13edbaac5 oksh: init at 6.8.1 2020-12-05 18:36:49 +07:00