Commit Graph

20 Commits

Author SHA1 Message Date
Sandro Jäckel
9bbc053f1a
yarn2nix: change yarnFlags to append by default
The main usecase for this variable is to append --production to yarn
which now got a whole lot easier because you no longer need to repeat
the defaults.
2022-07-24 16:18:09 +02:00
R. Ryantm
b12298c8d7 vieb: 7.1.2 -> 7.2.0 2022-04-04 01:53:08 +00:00
QuantMint
472c91e201 vieb: 6.2.0 -> 7.1.2 2022-03-23 12:37:11 +01:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
R. RyanTM
b195c2c47f
vieb: 6.1.0 -> 6.2.0
(#148909)
2022-02-19 23:53:39 +01:00
R. RyanTM
f038019231 vieb: 6.0.0 -> 6.1.0 2021-09-22 02:41:36 +00:00
Gabriel Ebner
96c1f4a0a2
Merge pull request #133151 from j-hui/fix-vieb-7z
vieb: use p7zip instead precompiled 7z binary
2021-09-21 11:20:43 +02:00
R. RyanTM
ca122687f1 vieb: 5.3.0 -> 6.0.0 2021-09-13 20:57:22 +00:00
Robert Hensing
a201246bac treewide: runCommandNoCC -> runCommand in generated code
This has been synonymous for ~5y.

Note that many of these runCommand bindings are unused, but that's
ok for generated code.
2021-08-15 17:36:41 +02:00
j-hui
6ed50f7dbf vieb: Use 7za instead of 7z 2021-08-08 15:02:52 -04:00
j-hui
8da786e9f8 nixos: symlink to p7zip instead of using patchelf 2021-08-08 14:25:08 -04:00
j-hui
2a6c2b4a1b vieb: fix internal node_modules structure
Vieb's source code manually constructs the path the 7z binary using
a relative path. This breaks because vieb is running under
libexec/vieb/deps/vieb (and expects 7z to be inside
libexec/vieb/deps/vieb/node_modules), whereas the actual binary is
in libexec/vieb/node_modules). We fix this with a symlink.
2021-08-08 11:54:54 -04:00
j-hui
3e2fd65953 vieb: Use autoPatchelfHook for 7z binary
Attempt at fixing NixOS/nixpkgs#133077. Patched 7z binary works, but
Vieb browser still unable to install extensions.
2021-08-08 10:27:19 -04:00
fortuneteller2k
c239f3d739 vieb: 5.2.0 -> 5.3.0 2021-07-01 12:12:47 +08:00
fortuneteller2k
d6fe06a305 vieb: 5.1.0 -> 5.2.0 2021-06-21 13:21:29 +08:00
fortuneteller2k
d5ead7ab4c vieb: 5.0.0 -> 5.1.0 2021-06-10 01:12:08 +08:00
fortuneteller2k
3e9365aefb vieb: 4.5.1 -> 5.0.0 2021-05-26 22:18:28 +08:00
fortuneteller2k
9802eed170 vieb: 3.4.0 -> 4.5.1 2021-05-06 16:23:09 +08:00
Gabriel Ebner
14e3301a90 vieb: 3.1.0 -> 3.4.0 2021-02-13 17:48:28 +01:00
Gabriel Ebner
fa0c914322 vieb: init at 3.1.0 2020-12-13 15:48:30 +01:00