Commit graph

11 commits

Author SHA1 Message Date
oxalica 327e6a993f
stretchly: 1.6.0 -> 1.7.0
It contains a bug fix for electron process leak on every break.

https://github.com/hovancik/stretchly/issues/925
2021-07-29 05:39:50 +08:00
1000101 1226804741 stretchly: 1.5.0 -> 1.6.0 2021-04-16 23:33:00 +02:00
1000101 50d3824728 stretchly: 1.2.0 -> 1.5.0 2021-04-13 13:03:34 +02: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
1000101 8f33fd8638 stretchly: 0.21.1 -> 1.2.0 2020-10-11 18:03:48 +02:00
Pavol Rusnak 4d6411288c
electron: point electron alias to the latest stable version
+ require explicit version of electron in packages
2020-07-20 17:58:55 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Will Dietz d7131ce4ad
stretchly: 0.21.0 -> 0.21.1, use system electron, simplify 2020-02-13 11:37:38 -06:00
(cdep)illabout 8a2aefe860
stretchly: 0.19.1 -> 0.21.0
Also add an automatic updater script.
2019-11-30 18:03:40 +09:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Dennis Gosnell 96fa44736a stretchly: init at 0.19.1 (#59383)
This commit adds the program `stretchly`:

https://github.com/hovancik/stretchly

`stretchly` is an Electron app, so this commit just packages the binary
version for Linux.
2019-04-17 19:36:11 +02:00