Commit Graph

59 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
John Garcia
5f04929fda insomnia: 2023.5.8 -> 8.6.1 2024-02-12 13:01:13 +00:00
R. Ryantm
3064c2e9e0 insomnia: 2023.5.7 -> 2023.5.8 2023-10-10 10:03:13 +00:00
Fabián Heredia Montiel
8ab25fa307
Merge pull request #252138 from Theaninova/patch-1
insomnia: add electron wayland flags
2023-09-13 17:12:57 -05:00
kashw2
d4bf5278ac insomnia: 2023.5.5 -> 2023.5.7 2023-08-31 17:16:52 +10:00
Thea Schöbl
0ed874c003
insomnia: add electron wayland flags 2023-08-29 14:28:48 +02:00
R. Ryantm
8cf934e9df insomnia: 2023.4.0 -> 2023.5.5 2023-08-26 05:36:11 +00:00
R. Ryantm
82e6b3ffa2 insomnia: 2023.2.2 -> 2023.4.0 2023-07-22 06:06:14 +00:00
R. Ryantm
de432ab2c2 insomnia: 2023.2.0 -> 2023.2.2 2023-05-29 06:34:33 +00:00
Sebastián Zaffarano
18a9f60cc4
insomnia: 2022.7.5 -> 2023.2.0 2023-05-06 16:24:20 +02:00
BKSalman
b7291d04a2 insomnia: fix libstdc++.so.6 2023-04-24 04:07:13 +03:00
Pranay Sashank
afd35a40e7 insomnia: Add gappsWrapperArgs to wrapProgram
Without wrapping insomnia with `gappsWrapperArgs`, importing from file
crashes the application with an error about
gsettings-desktop-schemas. In an earlier attempt, I unset the variable
`dontWrapGApps = true` but that caused insomnia to be wrapped twice
because of the usage of `wrapProgram` in `preFixup`.
2023-04-07 17:41:21 +05:30
Sebastian Sellmeier
6a6457de6c
insomnia: 2022.6.0 -> 2022.7.5 2023-01-26 05:15:22 +01:00
R. Ryantm
3e9c56ef7e insomnia: 2022.5.1 -> 2022.6.0 2022-09-28 18:44:15 +00:00
R. Ryantm
7977381c1b insomnia: 2022.3.0 -> 2022.5.1 2022-08-18 05:46:12 +00:00
Robert Scott
07706c46ca treewide/development: add sourceType binaryNativeCode for more packages 2022-06-17 19:59:09 +01:00
Jonathan Ringer
b4d6c7a42e insomnia: 2022.1.1 -> 2022.3.0, fix build 2022-06-10 10:56:46 -07:00
Marcos Benevides
662414d8a8
insomnia: 2021.7.2 -> 2022.1.1 2022-03-14 22:43:03 -03:00
FliegendeWurst
db4690e97a insomnia: remove gconf dependency 2022-02-11 15:08:36 +01:00
Bobby Rong
92c7f4ad2e
Merge pull request #151489 from r-ryantm/auto-update/insomnia
insomnia: 2021.6.0 -> 2021.7.2
2021-12-22 11:57:24 +08:00
R. Ryantm
c162fd00eb insomnia: 2021.6.0 -> 2021.7.2 2021-12-21 01:15:56 +00:00
Max Hausch
9ff45260ea
insomnia: Drop unused buildInputs 2021-12-20 13:12:52 +01:00
Kirill Elagin
faa4f8de40 insomnia: 2021.4.1 -> 2021.6.0 2021-12-03 19:01:21 -05:00
R. RyanTM
94f18492d6 insomnia: 2021.4.0 -> 2021.4.1 2021-07-08 19:59:23 +00:00
R. RyanTM
5a46be366e insomnia: 2021.3.0 -> 2021.4.0 2021-07-01 12:59:26 -07:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
R. RyanTM
a4e12cf6d1 insomnia: 2021.1.1 -> 2021.3.0 2021-05-17 11:00:58 -07:00
Gabriel Ebner
e863b947b8 insomnia: add missing mesa dependency 2021-04-09 18:12:15 +02:00
R. RyanTM
9f6d5df9e9 insomnia: 2021.1.0 -> 2021.1.1 2021-03-20 12:37:49 -04:00
R. RyanTM
0a5ef27091 insomnia: 2020.5.2 -> 2021.1.0 2021-03-14 03:24:50 -04:00
Ben Siraphob
2f78ee7e81 pkgs/development: stdenv.lib -> lib 2021-01-24 00:16:29 +07: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
R. RyanTM
2d52070858 insomnia: 2020.5.1 -> 2020.5.2 2020-12-12 04:33:09 +00:00
R. RyanTM
d98fa2ee8a insomnia: 2020.4.2 -> 2020.5.1 2020-12-06 00:19:15 +00:00
Marcos Benevides
d6678ac9b4 insomnia: 7.1.1 -> core@2020.4.2 2020-11-27 10:39:32 -03:00
Jan Tojnar
3825e74193 treewide: drop gnome2.pango alias 2020-10-25 23:48:29 +01:00
Bastien Rivière
186412b42a insomnia: 7.1.0 -> 7.1.1 2020-03-18 16:12:34 -07:00
Bastien Rivière
b224c0df88 insomnia: 7.0.6 -> 7.1.0 2020-02-17 11:24:12 +01:00
Bastien Rivière
434c507864 insomnia: 7.0.5 -> 7.0.6 2020-02-10 20:09:00 +01:00
Oleksii Filonenko
785af8a75e
insomnia: 7.0.3 -> 7.0.5 2019-12-16 15:04:43 +02:00
Bastien Rivière
e870472892 insomnia: 6.6.2 -> 7.0.3
Update insomnia to latest version (at the current date: 2019/11/06)
2019-11-06 10:42:24 +01:00
Artemis Tosini
9273a22c48
insomnia: 6.5.3 → 6.6.2 2019-09-11 23:43:27 +00: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
worldofpeace
b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Dmitry Moskowski
d839c6d1fa insomnia: 6.3.2 -> 6.5.3 2019-05-28 09:08:12 +02:00
Dmitry Moskowski
a12e61b0d7 insomnia: fixed crash when importing data from file 2019-05-28 09:08:12 +02:00
Phil Denhoff
f54df88303 insomnia: Fix .desktop to link to Nix bin 2019-04-18 22:37:38 -07:00
R. RyanTM
9daa3b96ac insomnia: 6.2.3 -> 6.3.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/insomnia/versions
2019-01-03 09:14:59 -08:00
R. RyanTM
b25c32fc5c insomnia: 6.2.0 -> 6.2.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/insomnia/versions
2018-12-15 20:15:36 -08:00
worldofpeace
f591dd2fdf
insomnia: 6.0.2 -> 6.2.0 (#50906)
- Switch to using autoPatchelfHook
- Add some new deps needed for this version

In particular the application won't function without `stdenv.cc.cc`
in LD_LIBRARY_PATH.
2018-11-23 02:50:02 -05:00