Commit Graph

12 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Eli
c8052a3143
oils-for-unix: reenable binary stripping
It seems that pkg.oils-for-unix was just copied from pkg.oil,
so it didn't reenable stripping the binary.
As the comment says, the old oil.ovm file had an appended zip file.
The new C++ interpreter doesn't, so this should be safe.
2024-06-03 15:57:29 -05:00
R. Ryantm
6cf8177e91 oil: 0.21.0 -> 0.22.0 2024-06-02 02:42:51 +00:00
Jeremy Baxter
dd846b37bc oink: init at 1.1.1 2024-05-23 09:35:22 +12:00
Maciej Krüger
bc206a940b
oil{,s-for-unix}: 0.20.0 -> 0.21.0 2024-03-14 13:15:09 +01:00
Maciej Krüger
1868ae718c
oil{,s-for-unix}: add melkor333 as maintainer 2024-03-14 13:15:08 +01:00
Maciej Krüger
acf8d16044
oil-python: rename to oil as upstream requested 2024-03-14 13:15:07 +01:00
Maciej Krüger
cbd126701b
oil: rename to oils-for-unix as upstream requested 2024-03-14 13:15:07 +01:00
Maciej Krüger
d339fffc7d
oil: add myself as maintainer 2024-02-08 10:19:10 +01:00
Maciej Krüger
c627c0f561
oil: init at 0.20.0
This is the new C++ version

Co-authored-by: Szymon Scholz <raspher@protonmail.com>
2024-02-08 10:19:08 +01:00
Maciej Krüger
fb988d2f7a
oil: rename to oil-python 2024-02-08 10:18:34 +01:00