Nguyễn Gia Phong
95d7a591ea
glfw: patch linkage with X11
2021-11-29 16:23:11 +07:00
Nguyễn Gia Phong
56391a5c57
glfw: 3.3.4 -> 3.3.5
2021-11-27 22:13:02 +07:00
Lucas Ransan
86bb129011
glfw: add version with wayland support ( #129367 )
2021-07-14 12:45:21 +02:00
R. RyanTM
1dec938c7d
glfw: 3.3.3 -> 3.3.4
2021-05-09 11:40:24 -07:00
R. RyanTM
b880177830
glfw: 3.3.2 -> 3.3.3
2021-02-23 23:28:42 +00:00
Luflosi
682da86024
glfw: hardwire path to libGL.so.1 the intended way
...
GLFW provides a better way to specify the path to libGL than to patch the source code.
2021-02-03 12:26:11 +01:00
Ben Siraphob
66e44425c6
pkgs/development/libraries: stdenv.lib -> lib
2021-01-21 19:11:02 -08:00
zowoq
31f5dd3f36
treewide: editorconfig fixes
...
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Vladimír Čunát
336bc8283b
Re-Revert "Merge #101508 : libraw: 0.20.0 -> 0.20.2"
...
This reverts commit c778945806
.
I believe this is exactly what brings the staging branch into
the right shape after the last merge from master (through staging-next);
otherwise part of staging changes would be lost
(due to being already reachable from master but reverted).
2020-10-26 08:19:17 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Martin Milata
ebb3d1a9a4
glfw: 3.3.1 -> 3.3.2
2020-02-10 19:49:39 +01:00
R. RyanTM
70ebe5b46a
glfw: 3.3 -> 3.3.1
2020-01-06 05:46:18 -08:00
James Kay
5f6f75fcec
glfw: 3.2.1 -> 3.3
2019-11-07 09:31:54 -08:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +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
Frederik Rietdijk
22cb7f25f2
Merge master into staging-next
2019-07-11 09:40:10 +02:00
Ryan Mulligan
508ae42a0f
treewide: fix redirect URLs
2019-07-10 12:52:51 -07:00
Daiderd Jordan
c585330a21
glfw: remove cf-private
2019-07-03 22:20:15 +02:00
Jörg Thalheim
40449fe1ae
Merge pull request #47175 from avnik/fix/glfw
...
glfw: hardwire path to libGL.so.1
2018-11-17 01:38:05 +00:00
Daiderd Jordan
388a868d6d
glfw: add cf-private on darwin
...
Undefined symbols for architecture x86_64:
"_NSDefaultRunLoopMode", referenced from:
__glfwPlatformPollEvents in cocoa_window.m.o
__glfwPlatformWaitEvents in cocoa_window.m.o
__glfwPlatformWaitEventsTimeout in cocoa_window.m.o
"_OBJC_CLASS_$_NSArray", referenced from:
objc-class-ref in cocoa_window.m.o
"_OBJC_CLASS_$_NSDate", referenced from:
objc-class-ref in cocoa_window.m.o
ld: symbol(s) not found for architecture x86_64
2018-11-07 23:47:24 +01:00
Alexander V. Nikolaev
f664181ef2
glfw: hardwire path to libGL.so.1
2018-09-22 20:15:47 +03:00
Alexander V. Nikolaev
1bc1909e5b
treewide: transition from mesa_glu to libGLU
2018-02-24 17:05:43 +02:00
Alexander V. Nikolaev
8f2a22935c
treewide: transition from mesa_noglu to libGL
2018-02-24 17:03:46 +02:00
Nikolay Amiantov
98ef62e51a
glfw3: cleanup dependencies, propagate mesa_noglu
2017-09-27 23:31:07 +03:00
Nikolay Amiantov
d68e9b4938
glfw2: don't use mesa
2017-09-27 23:31:02 +03: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
Anthony Cowley
de3c1f0dc9
glfw: fix the install name id on darwin
...
Also change platforms to ‘unix‘.
2017-05-01 11:40:06 -04:00
Matthew Bauer
23d8b4f10c
glfw: fix darwin build
2017-04-09 00:23:24 -05:00
David McFarland
9bcec8dcd0
glfw: 3.2 -> 3.2.1 ( #20625 )
2016-11-22 15:43:31 +01:00
Andrew Kelley
37fc141da3
glfw: 3.1.2 -> 3.2
2016-07-13 17:47:20 -07:00
Nikolay Amiantov
92f2c5f71e
Revert "glfw3: apparently fix the build"
...
This reverts commit be90eb047c
.
2016-04-14 01:03:48 +03:00
Michael Raskin
be90eb047c
glfw3: apparently fix the build
2016-04-13 18:52:37 +02:00
Andrew Kelley
da5ffe8cb4
GLFW: 3.1.1 -> 3.1.2
2015-10-12 15:16:27 -07:00
Vladimír Čunát
21e3ff658a
x11: replace its usage by xlibsWrapper directly
...
Scilab note: the parameters already had pointed to nonexistent dirs
before this set of refactoring. But that config wasn't even used by
default.
2015-09-15 12:08:24 +02:00
宋文武
da2d1c17dc
glfw: Update to 3.1.1 and build shared library.
2015-05-25 10:50:28 +08:00
Tomasz Kontusz
9d8defa06a
Build and install the .so for glfw 2.x
2015-02-03 21:33:26 +01:00
William A. Kennington III
6b2533c48f
glfw: Update packaging and add v3
...
This patch cleans up the previous glfw2 package. Additionally, it adds
glfw3 and makes that the new default glfw version.
2014-02-07 16:05:28 +00:00
Nixpkgs Monitor
ec635085e9
glfw: update from 2.6 to 2.7.9
2013-12-18 18:18:29 +02:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Eelco Dolstra
749b8607ca
* More cleanup.
...
svn path=/nixpkgs/trunk/; revision=22795
2010-07-28 15:35:01 +00:00