summary refs log tree commit diff
path: root/pkgs/tools/X11
Commit message (Collapse)AuthorAge
* treewide: Use makeBinPathTuomas Tynkkynen2016-08-23
|
* Remove top-level dbus_python and pythonDBus.Frederik Rietdijk2016-08-16
| | | | | | | | | See #11567. Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus- python as that's the name upstream uses. There is a small rebuild but I couldn't figure out the actual cause.
* primusLib: fix version, quote homepage for better clickabilityNikolay Amiantov2016-08-14
|
* quote homepages for better clickabilityNikolay Amiantov2016-08-14
| | | | | Done while I was traversing packages which I maintain to save extra clicks on urxvt (it captures semicolon as a part of URL).
* Remove pycairo from top-levelFrederik Rietdijk2016-08-14
| | | | See #11567.
* Remove top-level cython and cython3Frederik Rietdijk2016-08-14
| | | | See #11567.
* buildGoPackage: remove Go deps file `libs.json`Kamil Chmielewski2016-08-11
| | | | | | | | | | | | | | | | | | After #16017 there were a lot of comments saying that `nix` would be better than `JSON` for Go packages dependency sets. As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046 > Because of the content-addressable store, if two programs have the > same dependency it will already result in the same derivation in > the > store. Git also has compression in the pack files so it won't make > much difference to duplicate the dependencies on disk. And finally > most users will just use the binary builds so it won't make any > differences to them. This PR removes `libs.json` file and puts all package dependencies in theirs `deps.json`.
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux and on Darwin.
* sct: Updated sha256 in default.nix (#17163)wmapp2016-07-28
|
* xmagnify: init at 0.1.0 (#17222) (#17222)Andrew Miloradovsky2016-07-25
| | | Tiny screen magnifier for X11
* xpra: 0.17.3 -> 0.17.4 (important fixes)Bjørn Forsman2016-06-30
|
* xpra: fix some runtime issuesBjørn Forsman2016-06-30
| | | | | | | | | | * Add missing modules (fixes warnings and errors). * Step 1 to unbreak starting Xvfb by making xpra invoke it with valid log dir ($HOME/.xpra). Without this fix, it is invoked with ~/.xpra, which Xvfb doesn't know how to interpret and uses it literally (fail). Step 2 will be fixing an Xvfb permission issue: "xf86OpenConsole: Cannot open virtual console 1 (Permission denied)". * Use XPRA_INSTALL_PREFIX to make it find its icons.
* xpra: 0.17.0 -> 0.17.3Bjørn Forsman2016-06-23
|
* xpra: add missing python 'rencode' moduleBjørn Forsman2016-06-23
| | | | | | | | | Fixes this: $ xpra [...] 2016-06-23 17:40:03,407 Warning: rencode import failed: 2016-06-23 17:40:03,407 No module named rencode [...]
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* no more goPackagesKamil Chmielewski2016-06-09
|
* go-sct: extracted from goPackagesKamil Chmielewski2016-06-09
|
* xgeometry-select: remove license field. license is unknown.obadz2016-06-07
|
* xgeometry-select: init at 7e7361eobadz2016-06-07
|
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* screen-message: 0.23 -> 0.24Franz Pletz2016-05-31
|
* runningx: init at 1.0José Romildo Malaquias2016-05-31
|
* primusLib: move to fetchFromGitHub (and fix strange checksum error)Nikolay Amiantov2016-05-20
|
* rename iElectric to domenkozar to match GitHubDomen Kožar2016-05-17
|
* arandr: 0.1.8 -> 0.1.9Franz Pletz2016-05-03
|
* bumblebee: fix outputsNikolay Amiantov2016-05-01
|
* xpra: 0.16.2 -> 0.17.0David Guibert2016-04-24
|
* virtualgl: fix libturbojpeg library pathNathan Zadoks2016-04-24
| | | | | Without this, it tries to link to the dev output of libjpeg_turbo, which breaks the build.
* Merge pull request #14888 from dezgeg/pr-kill-module-init-toolsTuomas Tynkkynen2016-04-23
|\ | | | | Delete all usages of module_init_tools and remove the package
| * treewide: Replace module_init_tools -> kmodTuomas Tynkkynen2016-04-22
| | | | | | | | | | The former is deprecated and doesn't handle compressed kernel modules, so all current usages of it are broken.
* | xbanish: init at 1.4 :ghost:Hurshal Patel2016-04-19
|/
* replace makeSearchPath tree-wise to take care of possible multiple outputsNikolay Amiantov2016-04-13
|
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-10
|\ | | | | | | | | | | Comparison to master evaluations on Hydra: - 1255515 for nixos - 1255502 for nixpkgs
| * primus: propagate stdenv to primusLibsNikolay Amiantov2016-03-31
| |
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\| | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * xdg_utils: fixes #14060zimbatm2016-03-20
| |
| * xdg_utils: 1.1.0-rc3p46 -> 1.1.1zimbatm2016-03-20
| |
| * xdg-utils: replace commands more preciselyVladimír Čunát2016-03-14
| | | | | | | | | | | | | | | | Fix #13904, close #13908. Previously many messages got clobbered. Now it should be better. The solution is still relatively hacky, but I don't see how to improve it without doing lots of work.
| * Merge pull request #13810 from ts468/upstream.xpraDomen Kožar2016-03-10
| |\ | | | | | | xpra: 0.14.19/0.15.3 -> 0.16.2
| | * xpra: 0.14.19/0.15.3 -> 0.16.2Thomas Strobel2016-03-10
| | |
* | | Merge master into closure-sizeVladimír Čunát2016-03-08
|\| | | | | | | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * | virtualgl: 2.4.1 -> 2.5Nikolay Amiantov2016-03-04
| | |
| * | xsettingsd: 0.0.1 -> git-2015-06-14José Romildo Malaquias2016-03-03
| |/
| * Merge pull request #13124 from FRidh/buildPythonApplicationFrederik Rietdijk2016-02-23
| |\ | | | | | | buildPythonApplication: use new function for Python applications
| | * buildPythonApplication: use new function for Python applicationsFrederik Rietdijk2016-02-19
| | |
| * | Merge pull request #13101 from zimbatm/dispadArseniy Seroka2016-02-19
| |\ \ | | |/ | |/| dispad: init at 0.3.1
| | * dispad: init at 0.3.1zimbatm2016-02-18
| | |
* | | Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
|\| |
| * | screen-message: add git mirror (darcs fails)Profpatsch2016-02-07
| |/ | | | | | | in response to #12868