summary refs log tree commit diff
path: root/pkgs/servers/x11
Commit message (Collapse)AuthorAge
* xorg.xorgserver: add cf-private on darwinDaiderd Jordan2018-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | Undefined symbols for architecture x86_64: "_NSDefaultRunLoopMode", referenced from: _X11ApplicationMain in libXquartz.a(X11Application.o) "_OBJC_CLASS_$_NSArray", referenced from: objc-class-ref in libXquartz.a(X11Application.o) objc-class-ref in libXquartz.a(X11Controller.o) objc-class-ref in libxpbproxy.a(x-selection.o) "_OBJC_CLASS_$_NSData", referenced from: objc-class-ref in libxpbproxy.a(x-selection.o) "_OBJC_CLASS_$_NSDictionary", referenced from: objc-class-ref in libxpbproxy.a(x-selection.o) "_OBJC_CLASS_$_NSMutableArray", referenced from: objc-class-ref in libXquartz.a(X11Application.o) objc-class-ref in libXquartz.a(X11Controller.o) "_OBJC_CLASS_$_NSMutableDictionary", referenced from: objc-class-ref in libXquartz.a(X11Application.o) "_OBJC_CLASS_$_NSRunLoop", referenced from: objc-class-ref in libXquartz.a(X11Application.o) "_OBJC_CLASS_$_NSURL", referenced from: objc-class-ref in libXquartz.a(X11Application.o) "_OBJC_EHTYPE_$_NSException", referenced from: GCC_except_table29 in libxpbproxy.a(x-selection.o) ld: symbol(s) not found for architecture x86_64
* xquartz: add cf-privateDaiderd Jordan2018-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | Undefined symbols for architecture x86_64: "_NSDefaultRunLoopMode", referenced from: _X11ApplicationMain in libXquartz.a(X11Application.o) "_OBJC_CLASS_$_NSArray", referenced from: objc-class-ref in libXquartz.a(X11Application.o) objc-class-ref in libXquartz.a(X11Controller.o) objc-class-ref in libxpbproxy.a(x-selection.o) "_OBJC_CLASS_$_NSData", referenced from: objc-class-ref in libxpbproxy.a(x-selection.o) "_OBJC_CLASS_$_NSDictionary", referenced from: objc-class-ref in libxpbproxy.a(x-selection.o) "_OBJC_CLASS_$_NSMutableArray", referenced from: objc-class-ref in libXquartz.a(X11Application.o) objc-class-ref in libXquartz.a(X11Controller.o) "_OBJC_CLASS_$_NSMutableDictionary", referenced from: objc-class-ref in libXquartz.a(X11Application.o) "_OBJC_CLASS_$_NSRunLoop", referenced from: objc-class-ref in libXquartz.a(X11Application.o) "_OBJC_CLASS_$_NSURL", referenced from: objc-class-ref in libXquartz.a(X11Application.o) "_OBJC_EHTYPE_$_NSException", referenced from: GCC_except_table29 in libxpbproxy.a(x-selection.o) ld: symbol(s) not found for architecture x86_64
* quartz-wm: add cf-privateDaiderd Jordan2018-11-06
| | | | | | | | | | | | | | Undefined symbols for architecture x86_64: "_CFNotificationCenterAddObserver", referenced from: _main in main.o "_CFNotificationCenterGetDistributedCenter", referenced from: _main in main.o "_OBJC_CLASS_$_NSTimer", referenced from: objc-class-ref in main.o objc-class-ref in x-screen.o "_OBJC_EHTYPE_$_NSException", referenced from: GCC_except_table25 in main.o ld: symbol(s) not found for architecture x86_64
* xorg.xf86videovmware: fix for GFX supportBart Bakker2018-10-27
| | | | | | Fix the mesa dependency for `xorg.xf86videovmware`. Add `llvm_6` because `mesa_noglu` has a runtime dependency on clang (see TODO in `development/libraries/mesa`).
* Merge remote-tracking branch 'upstream/master' into xorg-overrideJohn Ericson2018-10-18
|\
| * libxcb: 1.13 -> 1.13.1 (#47450)Will Dietz2018-09-28
| | | | | | | | https://lists.freedesktop.org/archives/xcb/2018-September/011155.html (cherry picked from commit b043a056a2cc6a4ab129ab1ce2bf7d4aa7d2ea69)
| * libXinerama: 1.1.3 -> 1.1.4Will Dietz2018-09-25
| | | | | | | | https://lists.x.org/archives/xorg-announce/2018-July/002905.html
| * Merge branch 'master' into stagingVladimír Čunát2018-09-24
| |\ | | | | | | | | | Hydra: ?compare=1480463
| | * xf86-input-libinput: 0.26.0 -> 0.28.0Will Dietz2018-09-21
| | | | | | | | | | | | https://cgit.freedesktop.org/xorg/driver/xf86-input-libinput/log/
| * | libxcb: 1.12 -> 1.13 (proto too)Will Dietz2018-09-21
| |/ | | | | | | (cherry picked from commit 5853e62637eb2aaa1f2ccbcbf62c2a4f232a4257)
| * xcbutilxrm: 1.2 -> 1.3R. RyanTM2018-09-06
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from xcb-util-xrm
* | xorg: Don't use deprecated itemJohn Ericson2018-10-18
| |
* | xorg: simplify argument passing into xorg and overridesAndrew Childs2018-10-11
| |
* | xorg: add caching to generate-expr-from-tarballs.plAndrew Childs2018-10-11
| |
* | xorg: allow overriding via overrideScopeAndrew Childs2018-10-11
| |
* | xorg: sync source lists with default.nixAndrew Childs2018-10-11
|/
* xorg.libX11: 1.6.5 -> 1.6.6 (security)Vladimír Čunát2018-08-21
| | | | | CVE-2018-14598, CVE-2018-14599, CVE-2018-14600 https://lists.x.org/archives/xorg-announce/2018-August/002915.html
* Merge branch 'staging-next' into stagingVladimír Čunát2018-08-13
|\ | | | | | | Commits from master, conflict resolutions, etc.
| * Merge branch 'master' into staging-nextVladimír Čunát2018-08-12
| |\ | | | | | | | | | Hydra: ?compare=1472947
| | * xlsfonts: set license in overridesPascal Wittmann2018-08-04
| | |
| | * xlsfonts: add licensePascal Wittmann2018-08-02
| | | | | | | | | | | | see issue #43716
* | | xcbutilxrm: use checkInputsJan Malakhovski2018-08-11
|/ /
* / treewide: Make configureFlags listsJohn Ericson2018-08-03
|/
* Merge pull request #40625 from romildo/fix.xkeyboard-configSilvan Mosberger2018-07-28
|\ | | | | xkeyboard-config: enable xkb rules symlink
| * xkeyboard-config: enable xkb rules symlinkJosé Romildo Malaquias2018-05-16
| |
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
| |
* | [bot]: remove unreferenced codevolth2018-07-20
| |
* | xkbcomp: 1.4.0 -> 1.4.2 (#43589)Yegor Timoshenko2018-07-16
| |
* | xeyes: 1.1.1 -> 1.1.2Pascal Wittmann2018-07-12
| |
* | xorg.xkeyboardconfig: 2.23.1 -> 2.24Silvan Mosberger2018-07-09
| |
* | xbacklight: 1.2.1 -> 1.2.2 (#43101)Will Dietz2018-07-06
| |
* | treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | | | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* | treewide: http -> https (#42665)Ryan Mulligan2018-06-27
| |
* | some overrideDerivation cleanupsSilvan Mosberger2018-06-14
| | | | | | | | | | These four top-level packages were the only ones that didn't have the meta.position attribute automagically set. This commit fixes this.
* | Merge pull request #41009 from matthewbauer/normalize-namesMatthew Justin Bauer2018-05-25
|\ \ | | | | | | Add versions to packages missing it
| * | treewide: add version to packagesMatthew Bauer2018-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | Lots of packages are missing versions in their name. This adds them where appropriate. These were found with this command: $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$' See issue #41007.
* | | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-21
|\| |
| * | xorg: fix missing gbm dependency for amdgpu driverDavid McFarland2018-05-19
| | |
| * | xorg: replace edits to generated scriptDavid McFarland2018-05-19
| |/ | | | | | | | | - update versions in .list files to match - move cf-files postInstall to overrides.nix
* | Merge remote-tracking branch 'upstream/staging' into strictDepsJohn Ericson2018-05-14
|\ \
| * | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-14
| |\|
| | * xorg.xorgserver: drop makeWrapperVladimír Čunát2018-05-13
| | | | | | | | | | | | It's been unused since 65da25997db.
| | * xorgserver: add mesa_noglu for dri packageJörg Thalheim2018-05-13
| | |
| * | Merge commit '92b7a814f26ee1d37e989431c18518c67285a332' into stagingJohn Ericson2018-05-13
| |\|
| | * xquartz: fix buildMatthew Bauer2018-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Things done: - use libGLU instead of mesa for darwin support - move patches from local to github url - fixup xquartz install There may still be some issues at runtime. PRs welcome! Fixes #40196
| * | tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
| | | | | | | | | | | | trivial part)
| * | Merge remote-tracking branch 'origin/master' into stagingWill Dietz2018-04-24
| |\|
| | * mesa, libglvnd, xorg: disable tls w/muslWill Dietz2018-04-24
| | |
| * | Merge remote-tracking branch 'upstream/master' into HEADTuomas Tynkkynen2018-04-22
| |\| | | | | | | | | | | | | Conflicts: pkgs/development/tools/misc/binutils/default.nix
| | * Merge pull request #39173 from knedlsepp/enable-xskat-darwinDaiderd Jordan2018-04-20
| | |\ | | | | | | | | Enable some imake builds on darwin