Felix Buehler
22dffe27f3
pkgs/tools: use pname&version instead of name
2021-11-30 21:11:29 +01:00
OPNA2608
6425fa659b
virtualgl*: Fix missing library
...
FLTK doesn't dictate linking against libXi, so virtualgl should declare that
its own buildInputs.
2021-07-12 12:22:45 +02:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +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
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
tbenst
fb1f518c01
virtualgl: 2.6.2 -> 2.6.5
2020-11-26 02:36:41 -08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01: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
Nikolay Amiantov
8762641199
virtualglLib: 2.5.2 -> 2.6.2
2019-06-04 01:36:27 +03:00
Markus Kowalewski
ddd761abb3
Revert "virtualgl-lib: fix broken startup script ( #49185 )"
...
This reverts commit efd3f8b57f
.
2018-11-01 21:40:38 +01:00
markuskowa
efd3f8b57f
virtualgl-lib: fix broken startup script ( #49185 )
...
Replace /bin/sh with bash in vglrun.
'exec' fails with /bin/sh
2018-10-30 16:15:53 +01:00
Markus Kowalewski
239a0ea2b9
virtualgl[Lib]: fix license
2018-09-12 23:12:14 +02:00
Alexander V. Nikolaev
0acec7e984
treewide: transition mesa to libGLU_combined
2018-02-24 17:06:49 +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
Nikolay Amiantov
21ad2a1631
virtualglLib: 2.5.1 -> 2.5.2
2017-07-27 17:07:45 +03:00
Nikolay Amiantov
a44cfd6e0d
virtualglLib: 2.5 -> 2.5.1
2016-11-24 01:17:58 +03:00
Nikolay Amiantov
c60deb0266
quote homepages for better clickability
...
Done while I was traversing packages which I maintain to save extra clicks on
urxvt (it captures semicolon as a part of URL).
2016-08-14 22:37:10 +03:00
Tuomas Tynkkynen
2258b21e4b
treewide: Add lots of platforms to packages with no meta
...
Build-tested on x86_64 Linux and on Darwin.
2016-08-02 21:17:44 +03:00
Nathan Zadoks
ed6943ecbc
virtualgl: fix libturbojpeg library path
...
Without this, it tries to link to the dev output of libjpeg_turbo, which
breaks the build.
2016-04-24 13:25:57 -04:00
Nikolay Amiantov
2a7f56bc8f
virtualgl: 2.4.1 -> 2.5
2016-03-04 14:46:45 +03:00
Nikolay Amiantov
3b1ab88428
virtualgl: 2.3.2 -> 2.4.1, fix multilib
2015-12-05 00:54:09 +03:00
Mateusz Kowalczyk
007f80c1d0
Turn more licenses into lib.licenses style
...
Should eval cleanly, as far as -A tarball tells me.
Relevant: issue #2999 , issue #739
2014-11-06 00:48:16 +00:00
Lluís Batlle i Rossell
097705cd86
virtualgl: fixing and updating to 2.3.2
2013-03-01 10:18:00 +01:00
Arie Middelkoop
3f1054b1ec
Added 'bumblebee', a package that facilitates NVidia Optimus graphics with X11.
...
Note: it relies heavily on 'virtualgl'. This also makes the approach taken
by bumblebee not very effective.
So, this package is actually mainly useful for shutting down your card so that
it does not consume power/produce heat.
See the comments in bumblebee/default.nix
svn path=/nixpkgs/trunk/; revision=32036
2012-02-05 00:51:35 +00:00
Lluís Batlle i Rossell
d0f681d657
Fixing virtualgl for 'vglrun' to work fine and simple, under xproxy (like tigervnc).
...
svn path=/nixpkgs/trunk/; revision=22586
2010-07-13 19:12:42 +00:00
Lluís Batlle i Rossell
a8c5534849
Adding virtualgl (and therefore, libjpeg-turbo, a SIMD API-compatible libjpeg)
...
svn path=/nixpkgs/trunk/; revision=22553
2010-07-10 08:45:44 +00:00