Commit graph

18 commits

Author SHA1 Message Date
Ben Siraphob fce00d15c2 pkgs/misc: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08: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
Gauvain 'GovanifY' Roussel-Tarbouriech 6c861dc0ba
pcsx2: unstable-2020-10-10 -> unstable-2020-11-13 2020-11-14 13:15:58 +01:00
Samuel Gräfenstein f21ced0bb5
pcsx2: build with LTO 2020-10-21 14:26:11 +02:00
Samuel Gräfenstein d6def694c1
pcsx2: build with gtk3 and support x86_64 builds 2020-10-21 00:00:00 +02:00
Samuel Gräfenstein bdf347956d
pcsx2: 1.6.0-rc -> 1.6.0 2020-08-11 08:55:15 +02:00
Omoroca13 56ab879c3f pcsx2 unstable-2020-01-05 -> 1.6.0-rc 2020-04-22 11:48:05 +02:00
Aaron Andersen d30de7887a pcsx2: 1.4.0 -> unstable-2020-01-05 2020-01-08 14:01:36 -05: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
Nathan 636f156b91 pcsx2: add -DXDG_STD build flag 2019-03-08 22:55:58 -05:00
Ryan Mulligan 0d5eb901ad treewide: http -> https 2018-06-23 04:34:55 -07:00
Matthew Bauer 143978a477 treewide: remove platform assertions
linux: readd assertion
2018-05-03 13:09:20 -05:00
Vladimír Čunát 97c484a10f treewide: fix #include errors after gcc-5.4
They were mostly missing <cmath> or <math.h>.
2016-06-19 10:18:30 +02:00
Tuomas Tynkkynen d1937cf11a treewide: Make explicit that 'dev' output of gtk2 is used 2016-05-19 10:00:38 +02:00
joachifm be284a5f97 Merge pull request #14577 from hrdinka/fix/pcsx2
pcsx2: disable advance SIMD instructions
2016-04-14 14:17:22 +02:00
Nikolay Amiantov 755e4633c7 mass-replace glib and gtk lib/*/include paths 2016-04-14 04:13:54 +03:00
Christoph Hrdinka cc1cef3abc pcsx2: disable advance SIMD instructions
By setting `-DDISABLE_ADVANCE_SIMD=TRUE` pcsx2 will be compiled with predefined
SIMD flags instead of `-march=native`. This makes the resulting binary more
portable. Further this seems to be needed to make pcsx2 compile with gcc5.
2016-04-10 20:54:32 +02:00
Christoph Hrdinka bd5e2d723c pcsx2: init at 1.4.0 2016-02-26 10:21:31 +01:00