Commit graph

17 commits

Author SHA1 Message Date
Christopher A. Williamson 0e35e02c11 rambox-pro: 1.4.1 → 1.5.0 2021-01-31 23:22:37 +00:00
Thiago Kenji Okada 530f90d862 rambox: migrate to use AppImage
The motivation comes from PR #108787: AppImage is the official and
using it should avoid some issues.

Also, migrating both packages (instead of only rambox-pro like #108787)
can make maintaining both packages better. There is now a `mkRambox`
function that abstract most of the build process.
2021-01-11 15:17:15 -03: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
Kamus Hadenes 950c5e1879
Rambox Pro 1.3.2 > 1.4.1 (#104997) 2020-12-28 02:51:09 +01: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
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
R. RyanTM c6fbd527d0 rambox-pro: 1.2.2 -> 1.3.1 2020-04-09 11:06:21 -07:00
R. RyanTM f07fc12703 rambox-pro: 1.2.0 -> 1.2.2 2020-02-06 20:15:35 +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
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
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
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