about summary refs log tree commit diff
path: root/pkgs/tools/misc/pipelight
AgeCommit message (Collapse)AuthorFilesLines
2022-06-06pipelight: Fix build with wine-7.10Stefan Frijters2-0/+29
2021-07-26pipelight: Add patch for wine 6.13 compatibilityStefan Frijters2-1/+46
Wine 6.13 introduces a function argument named 'new' to a header file. This confuses the C++ compiler.
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-25pipelight: fix buildAlyssa Ross1-1/+1
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-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-07-21treewide: fix build with disallowed aliases (#43872)volth1-3/+2
fixes build with disallowed aliases
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-03-09pipelight: 0.2.8 -> 0.2.8.2Ryan Mulligan1-2/+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-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2017-12-05pipelight: Only works on x86Tuomas Tynkkynen1-1/+1
https://hydra.nixos.org/build/65195994
2017-08-11gnupg: 2.1.22 -> 2.1.23Lancelot SIX2-2/+2
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-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* 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
2015-11-25Merge remote-tracking branch 'origin/master' into closure-sizeLuca Bruno1-6/+6
2015-11-16pipelight: remove unused inputs, use stdenv_32bitCillian de Róiste1-6/+6
2015-10-13curl: split into multiple outputsVladimír Čunát1-1/+1
Also use pkgconfig to be safer and fix (some) referrers.
2015-09-15xlibs: replace occurrences by xorgVladimír Čunát1-2/+2
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-07-31Don't statically depend on cacert for certificatesEelco Dolstra1-2/+2
This reverts commit cd52c044568bdf1108428698048a9af92dc0b625 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-26pipelight: Add support for 32 bit linux.Raymond Gauthier1-2/+2
Done so by using the 32 bit stdenv as the requirement of this package was to be provided with a 32 bit compiler.
2015-05-13Use gcc 4.9 by defaultEelco Dolstra1-2/+2
2015-05-10Update Pipelight to use wine-stagingMichael Raskin1-37/+2
2015-04-21meta.licenses -> licenseJoachim Fasting1-1/+1
2015-03-09Update Pipelight WineMichael Raskin1-3/+3
2015-02-10Update Wine version in PipelightMichael Raskin1-3/+3
2015-02-01Update pipelight WineMichael Raskin1-3/+3
2015-01-13merge #5521: give fetchgit outputs nicer namesVladimír Čunát1-4/+4
2015-01-13fixup "git-export" directory namesVladimír Čunát1-4/+4
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-11Pipelight: update patched Wine versionMichael Raskin1-3/+3
2014-12-21Pipelight: 0.2.7.3 → 0.2.8, also update WineMichael Raskin1-5/+5
2014-11-02Update Pipelight: both Wine version and Pipelight distributionMichael Raskin2-32/+5
2014-10-18Fix override for patched Wine in pipelightMichael Raskin1-0/+1
2014-10-18Remove failing steps from pipelight buildMichael Raskin2-57/+1
2014-10-18Adding Pipelight via patch from Sven Keidel and some cleanupMichael Raskin3-0/+301