Commit graph

33 commits

Author SHA1 Message Date
Stefan Frijters cf9c9cae38
pipelight: Add patch for wine 6.13 compatibility
Wine 6.13 introduces a function argument named 'new' to a header file.
This confuses the C++ compiler.
2021-07-26 12:46:17 +02:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Alyssa Ross 349872f778
pipelight: fix build
I removed the "propagatedbuildInputs" line because it's misspelled, and
so will never have worked.  Nobody seems to have complained, so
presumably wasn't necessary.
2019-12-25 18:43:04 +00:00
adisbladis c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +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 cc55a3ebcb treewide: fix build with disallowed aliases (#43872)
fixes build with disallowed aliases
2018-07-21 22:03:24 -04:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Ryan Mulligan 1e2c9fa78f pipelight: 0.2.8 -> 0.2.8.2
Semi-automatic update. These checks were done:

- built on NixOS
- ran `/nix/store/x1h0gya1nb2kxbvkcr8sivskx2kzycdr-pipelight-0.2.8.2/bin/pipelight-plugin --help` got 0 exit code
- ran `/nix/store/x1h0gya1nb2kxbvkcr8sivskx2kzycdr-pipelight-0.2.8.2/bin/pipelight-plugin --version` and found version 0.2.8.2
- found 0.2.8.2 with grep in /nix/store/x1h0gya1nb2kxbvkcr8sivskx2kzycdr-pipelight-0.2.8.2
- found 0.2.8.2 in filename of file in /nix/store/x1h0gya1nb2kxbvkcr8sivskx2kzycdr-pipelight-0.2.8.2
2018-03-09 09:05:51 -08:00
Alexander V. Nikolaev 0acec7e984 treewide: transition mesa to libGLU_combined 2018-02-24 17:06:49 +02:00
Tuomas Tynkkynen 53bf3cc78c pipelight: Only works on x86
https://hydra.nixos.org/build/65195994
2017-12-05 23:27:30 +02:00
Lancelot SIX e34ce9d1c5 gnupg: 2.1.22 -> 2.1.23
This release in a RC for gnupg-2.2. The main difference as far as
nixpkgs is concerned is that the binary `gpg2` is now called `gpg` and
`gpgv2` is called `gpgv`.

This update fixed all explicit use of `gpg2` and `gpgv2` across nixpkgs,
but there might be some packaged software that internally use `gpg2`
not handeled by this commit.

See http://lists.gnu.org/archive/html/info-gnu/2017-08/msg00001.html
for full release information
2017-08-11 19:24:06 +02: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
Luca Bruno a412927924 Merge remote-tracking branch 'origin/master' into closure-size 2015-11-25 21:37:30 +01:00
Cillian de Róiste 03188ce0ef pipelight: remove unused inputs, use stdenv_32bit 2015-11-16 15:02:54 +01:00
Vladimír Čunát 99e4371526 curl: split into multiple outputs
Also use pkgconfig to be safer and fix (some) referrers.
2015-10-13 20:18:48 +02:00
Vladimír Čunát 88c9f8b574 xlibs: replace occurrences by xorg
This seems to have been confusing people, using both xlibs and xorg, etc.
- Avoided renaming local (and different) xlibs binding in gcc*.
- Fixed cases where both xorg and xlibs were used.
Hopefully everything still works as before.
2015-09-15 12:54:34 +02:00
Eelco Dolstra 55932c1bec Don't statically depend on cacert for certificates
This reverts commit cd52c04456 and
others.

Managing certificates (including revoking certificates and adding
custom certificates) becomes extremely painful if every package in the
system potentially depends on a different copy of cacert. Also, it
makes updating cacert rather expensive.
2015-07-31 01:34:58 +02:00
Raymond Gauthier 71a1e3acb6 pipelight: Add support for 32 bit linux.
Done so by using the 32 bit stdenv as the requirement
of this package was to be provided with a 32 bit
compiler.
2015-07-26 09:40:02 -04:00
Eelco Dolstra 5a9ac9fed7 Use gcc 4.9 by default 2015-05-13 18:17:24 +02:00
Michael Raskin bbcc0c0f07 Update Pipelight to use wine-staging 2015-05-10 13:36:48 +03:00
Joachim Fasting 8488d133f3 meta.licenses -> license 2015-04-21 23:10:07 +02:00
Michael Raskin 04692c04e9 Update Pipelight Wine 2015-03-09 01:03:01 +03:00
Michael Raskin 7c12355ee1 Update Wine version in Pipelight 2015-02-10 00:28:00 +03:00
Michael Raskin 71797af73f Update pipelight Wine 2015-02-01 18:41:33 +03:00
Vladimír Čunát 7637e71cee merge #5521: give fetchgit outputs nicer names 2015-01-13 17:46:44 +01:00
Vladimír Čunát 3dfd87d7af fixup "git-export" directory names
All tested to build.
For freetalk the hash change seems unrelated to fetchgit changes.

FIXME: it might be suitable to adapt nix-prefetch-git.
2015-01-13 17:46:09 +01:00
Michael Raskin 533dc86fb7 Pipelight: update patched Wine version 2015-01-11 16:43:30 +03:00
Michael Raskin 77436079e9 Pipelight: 0.2.7.3 → 0.2.8, also update Wine 2014-12-21 20:19:33 +03:00
Michael Raskin 4ef5bd9918 Update Pipelight: both Wine version and Pipelight distribution 2014-11-02 23:51:58 +03:00
Michael Raskin a95a5ef29f Fix override for patched Wine in pipelight 2014-10-18 19:52:59 +04:00
Michael Raskin 6909944827 Remove failing steps from pipelight build 2014-10-18 00:14:51 +04:00
Michael Raskin eee6f5a004 Adding Pipelight via patch from Sven Keidel and some cleanup 2014-10-18 00:14:51 +04:00