Commit Graph

6 Commits

Author SHA1 Message Date
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +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
figsoda
6990430cf6 opensmalltalk-vm: convert buildFlags to a list 2023-06-22 19:34:59 -04:00
Weijia Wang
e8d09fc809 opensmalltalk-vm: fix eval 2023-06-16 16:19:06 +03:00
Theodore Ni
395e5d76a7 opensmalltalk-vm: fix evaluation on darwin 2023-06-16 13:52:06 +01:00
Jake Waksbaum
5d486408b5
opensmalltalk-vm: init at 202206021410 (#215158)
* opensmalltalk-vm: init at 202206021410

* add x86-64 vms

* Add meta

* Use src.url

* Hardcode commit hash

* Inline everything

* Set scriptname and mainProgram

* Add comment about checkSCCSversion

* Hardcode date

* Hardcode hash

* Use attrset instead of if-else

* Remove arch-specific environment variables

* Remove -msse2 flag

* Rename squeak.cog.spur -> sqeak-cog-spur
2023-06-15 23:48:42 +02:00