Commit graph

20 commits

Author SHA1 Message Date
Thomas Tuegel 0e418a1a18
Merge pull request #108888 from ttuegel/feature--staging--qt-no-mkDerivation
Qt: Do not require mkDerivation
2021-01-26 16:24:41 -06:00
Thomas Tuegel 5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook 2021-01-25 15:56:15 -06:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Sandro 5008e4702a
Merge pull request #106915 from Sebelino/citra-bump-2020-12
citra: 2020-03-21 -> 2020-12-07
2021-01-18 20:31:13 +01: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
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Sebastian Olsson f35820f894 citra: 2020-03-21 -> 2020-12-07
Version bump, comes with support for save states and other improvements.
2020-12-14 18:29:53 +01:00
Joshua Fern 83616f1bc5
citra: 2019-10-05 -> 2020-03-21
Version bump, also fixes the common qt xcb plugin error
2020-03-23 08:41:42 +00:00
Franz Pletz 2acbd1bb8e
citra: 2019-05-25 -> 2019-10-05 2019-11-03 14:26:33 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +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
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Nikolay Amiantov bb0fc95a89 citra: 2018-06-09 -> 2019-05-25 2019-06-04 01:36:27 +03:00
Okina Matara 580b8f8ca8 citra: 2018-02-23 -> 2018-06-09 2018-06-15 20:31:53 -05:00
Nikolay Amiantov 9983c7004b citra: disable on AArch64
Wants SSE2 instructions.
2018-03-09 16:35:10 +03:00
Nikolay Amiantov cbe5143a69 citra: 2018-01-24 -> 2018-02-23 2018-02-25 22:24:09 +03:00
rnhmjoj d157794ff9
citra: 2017-07-26 -> 2018-01-24 2018-01-24 21:54:42 +01:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Nikolay Amiantov 732207f456 citra: fix license field 2017-07-27 17:28:13 +03:00
Nikolay Amiantov bc52bf2cfe citra: init at 2017-07-26 2017-07-27 17:07:45 +03:00