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
Kamus Hadenes
950c5e1879
Rambox Pro 1.3.2 > 1.4.1 ( #104997 )
2020-12-28 02:51:09 +01:00
gnidorah
86630c774d
rambox: 0.7.6 -> 0.7.7
2020-10-10 07:30:01 +03:00
gnidorah
cac4080c44
rambox: 0.7.5 -> 0.7.6
2020-09-17 20:15:06 +03:00
Florian Klink
fd4ca19831
rambox: use lib.getLib udev instead of udev.lib
...
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:42 +02:00
gnidorah
aa7ebdd885
rambox: use gappsWrapperArgs
2020-07-23 08:04:00 +03: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
gnidorah
db604c5ab2
rambox: add wrapGAppsHook
2020-07-19 08:02:08 +03:00
R. RyanTM
276c216a22
rambox-pro: 1.3.1 -> 1.3.2
2020-06-06 17:18:55 +00:00
Jörg Thalheim
7182b94bd6
Merge pull request #75269 from cawilliamson/master
...
rambox-pro: fix missing icons, autostart and clean up dir layout
2020-05-20 09:29:20 +01:00
Konrad Borowski
f284354712
rambox: update homepage link to use HTTPS
2020-04-24 19:44:59 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
c6fbd527d0
rambox-pro: 1.2.2 -> 1.3.1
2020-04-09 11:06:21 -07:00
Maximilian Bosch
c20428ee24
rambox: 0.7.4 -> 0.7.5
...
https://github.com/ramboxapp/community-edition/releases/tag/0.7.5
2020-03-27 00:48:12 +01:00
Maximilian Bosch
70fe2c9e2f
rambox: 0.7.3 -> 0.7.4
...
https://github.com/ramboxapp/community-edition/releases/tag/0.7.4
2020-03-23 18:31:08 +01:00
gnidorah
f5b761175f
rambox: don't build from sources
2020-02-21 18:25:21 +03:00
R. RyanTM
f07fc12703
rambox-pro: 1.2.0 -> 1.2.2
2020-02-06 20:15:35 +01:00
gnidorah
7093ddeaf2
rambox: fix meta
2020-01-15 21:19:29 +03:00
Maximilian Bosch
11dd4ccf9d
rambox: 0.6.9 -> 0.7.3
...
https://github.com/ramboxapp/community-edition/releases/tag/0.7.3
https://github.com/ramboxapp/community-edition/releases/tag/0.7.2
https://github.com/ramboxapp/community-edition/releases/tag/0.7.1
https://github.com/ramboxapp/community-edition/releases/tag/0.7.0
2020-01-03 20:53:49 +01:00
Maximilian Bosch
220fac7f49
rambox: fix hash
2019-12-28 18:26:54 +01:00
zimbatm
727c20f8e1
rambox: fix node_modules sha256
2019-12-27 10:28:29 +01:00
Christopher A. Williamson
ddb43594ff
Fix autostart path
2019-12-08 20:42:36 +00:00
Christopher A. Williamson
2310404c10
rambox-pro: fix missing icons and clean up dir layout
2019-12-08 20:10:25 +00:00
R. RyanTM
4d1f47bc1f
rambox-pro: 1.1.7 -> 1.2.0
2019-11-29 03:57:31 -08:00
R. RyanTM
f7391051b2
rambox-pro: 1.1.6 -> 1.1.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rambox-pro/versions
2019-09-28 18:41:19 -07:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
R. RyanTM
db72f5cad3
rambox-pro: 1.1.4 -> 1.1.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rambox-pro/versions
2019-08-20 14:55:29 -07:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Robin Gloster
841e20e583
Merge pull request #64336 from adisbladis/nodejs-8x-drop
...
Drop nodejs-8_x
2019-08-02 00:53:46 +00:00
adisbladis
9e9c6de50c
nodejs-8_x: Drop package
...
It will be EOL within the support period of 19.09
2019-08-02 02:34:47 +02:00
Robin Gloster
fe3920001c
Merge pull request #63669 from cawilliamson/patch-1
...
rambox-pro: 1.1.2 -> 1.1.4
2019-08-01 23:29:44 +00:00
worldofpeace
3f4a353737
treewide: use dontUnpack
2019-07-01 04:23:51 -04:00
Jörg Thalheim
b552d72a9a
Fix electron crash when using file chooser dialog ( #55057 )
...
Fix electron crash when using file chooser dialog
2019-06-25 07:59:31 +01:00
Jörg Thalheim
205296f55a
rambox: remove gapps-wrapper
...
This is now provided by electron itself.
2019-06-25 07:58:10 +01:00
Jörg Thalheim
ebe4375ff4
rambox: upgrade to electron 4
...
This is what upstream uses as well
2019-06-25 07:58:05 +01:00
Jörg Thalheim
dce97daeda
rambox: 0.6.7 -> 0.6.9
2019-06-24 17:33:56 +01:00
Christopher A. Williamson
a8ad0834c9
rambox-pro: 1.1.2 -> 1.1.4
...
Upgraded the rambox-pro package I previously created from 1.1.2 to 1.1.4 and added necessary changes to accomplish this.
2019-06-22 21:15:17 +01:00
Andy White
c0abf3c23e
rambox: 0.6.6 -> 0.6.7
2019-05-08 05:49:10 +09:00
Christopher A. Williamson
886544102f
rambox-pro: Switch to using correct electron path
2019-05-05 06:29:51 +01:00
Christopher A. Williamson
a63be6cdd7
rambox-pro: init at 1.1.2 ( #60380 )
...
* Added myself to maintainer list
* Add package file for rambox-pro
* Add patch to fix rambox-pro build
* Removed child module refs from package
* Added various fixes for new rambox-pro pkg
* Change name -> pname to address feedback
* Update pkgs/applications/networking/instant-messengers/rambox-pro/default.nix
Co-Authored-By: cawilliamson <home@chrisaw.com>
* Moved rambox-pro to rambox pkg
* Fixed package name - no idea what I was thinking here!
* Replace patch with postPatch script
Co-Authored-By: cawilliamson <home@chrisaw.com>
* Removed patch file
2019-05-01 20:08:32 +02:00
Jörg Thalheim
975734c665
rambox: 0.6.3 -> 0.6.6
2019-04-16 11:27:51 +01:00
Jörg Thalheim
487d2a7ccd
Revert "rambox: update node deps hash"
...
This reverts commit bf5f85ea2e
.
See bf5f85ea2e (commitcomment-31923547)
2019-01-13 22:18:36 +00:00
Franz Pletz
bf5f85ea2e
rambox: update node deps hash
2019-01-10 05:51:02 +01:00
Jörg Thalheim
fdb87a0fee
rambox: downgrade electron to 3.x
2019-01-09 07:24:18 +00:00
Anatolii Prylutskyi
7ff4f5be26
rambox: 0.6.2 -> 0.6.3
2018-12-06 07:04:03 +02:00
Jörg Thalheim
fb7abdaea1
rambox: 0.6.1 -> 0.6.2
2018-11-15 16:21:46 +00:00
Jörg Thalheim
9d9f7d27a1
SenchaCmd: 6.5.3.6 -> 6.6.0.13
...
This package is internally used by rambox
2018-10-30 11:42:11 +00:00
Jörg Thalheim
ac8acb283c
rambox: fix crash when native filesystem dialogs are created
2018-10-30 11:41:52 +00:00
Anatolii Prylutskyi
4051fc901b
rambox: fix invalid sha256
2018-10-17 09:31:09 +01:00