Commit graph

36 commits

Author SHA1 Message Date
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
R. RyanTM bca83f7cd1 insomnia: 5.16.6 -> 6.0.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.
2018-08-09 09:56:44 -07:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
R. RyanTM 5ba34b84e5 insomnia: 5.16.2 -> 5.16.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/insomnia/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/98c4q9sy1qvxivk5f5svimhm4q6il3d9-insomnia-5.16.6/bin/.insomnia-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/98c4q9sy1qvxivk5f5svimhm4q6il3d9-insomnia-5.16.6/bin/insomnia had a zero exit code or showed the expected version
- 0 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 5.16.6 with grep in /nix/store/98c4q9sy1qvxivk5f5svimhm4q6il3d9-insomnia-5.16.6
- directory tree listing: https://gist.github.com/b7175aec2a35af15cb56818c93443ad6
- du listing: https://gist.github.com/f6cf98c261dda8a0b0415186ee6963a9
2018-05-26 14:44:07 -07:00
R. RyanTM 9ee600a06f insomnia: 5.16.1 -> 5.16.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.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 5.16.2 with grep in /nix/store/9jcvxvs1y2jycaq8n26zidh7y3shicp0-insomnia-5.16.2
- directory tree listing: https://gist.github.com/a02ce6405af5678bfbbd0fd9a116e95e
2018-05-07 03:18:20 -07:00
R. RyanTM 7a4e98eefe
insomnia: 5.16.0 -> 5.16.1
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.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 5.16.1 with grep in /nix/store/ipbmvgywl4835c6ryl95nigfz2cvmkd7-insomnia-5.16.1
- directory tree listing: https://gist.github.com/97908578657058f7b3c2b72b2988dcd4

Closes #39890

Co-authored-by: Robin Gloster <mail@glob.in>
2018-05-03 00:58:46 +02:00
Markus Hauck 503c9f8ea4 insomnia: 5.15.0 -> 5.16.0 2018-04-27 13:42:03 +02:00
R. RyanTM c320c07b46 insomnia: 5.14.9 -> 5.15.0 (#38554)
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.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 5.15.0 with grep in /nix/store/x52qaj81hs0q30360p9cr4zp0wq1cjcp-insomnia-5.15.0
- directory tree listing: https://gist.github.com/cb32b3e7392a6724e0a30657b52b3f26
2018-04-08 15:43:59 +02:00
Ryan Mulligan c05eb52c1f insomnia: 5.14.7 -> 5.14.9
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 5.14.9 with grep in /nix/store/5pw045b91pq83nph1x95pqqfd3fbjpi1-insomnia-5.14.9
- found 5.14.9 in filename of file in /nix/store/5pw045b91pq83nph1x95pqqfd3fbjpi1-insomnia-5.14.9
2018-03-14 13:18:01 -07:00
Markus Hauck 3cd8f05e0c insomnia: init at 5.14.7 2018-02-26 08:21:43 +01:00