Daniel Peebles
3f337a2b23
Merge pull request #17685 from matthewbauer/darwin-misc2
...
Darwin misc. fixes
2016-08-24 11:52:27 +02:00
Tuomas Tynkkynen
74a3a2cd7e
treewide: Use makeBinPath
2016-08-23 01:18:10 +03:00
Frederik Rietdijk
5a501bd828
Remove top-level dbus_python and pythonDBus.
...
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.
2016-08-16 22:52:37 +02:00
Matthew Bauer
62ca3dd4b6
setroot: fix darwin build
2016-08-16 19:25:45 +00:00
Matthew Bauer
0528b8c94e
runningx: fix darwin build
2016-08-16 19:25:45 +00:00
Nikolay Amiantov
6086328b2d
primusLib: fix version, quote homepage for better clickability
2016-08-14 22:37:10 +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
Frederik Rietdijk
7986b718f3
Remove pycairo from top-level
...
See #11567 .
2016-08-14 13:52:42 +02:00
Frederik Rietdijk
11d1fdfd8b
Remove top-level cython and cython3
...
See #11567 .
2016-08-14 12:01:09 +02:00
Kamil Chmielewski
da3ddd48e4
buildGoPackage: remove Go deps file libs.json
...
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`.
2016-08-11 23:07:09 +02:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +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
wmapp
62ba6b07f2
sct: Updated sha256 in default.nix ( #17163 )
2016-07-28 09:21:21 +02:00
Andrew Miloradovsky
9dbf90d047
xmagnify: init at 0.1.0 ( #17222 ) ( #17222 )
...
Tiny screen magnifier for X11
2016-07-25 06:00:27 +02:00
Bjørn Forsman
c5b7a9ffeb
xpra: 0.17.3 -> 0.17.4 (important fixes)
2016-06-30 14:48:05 +02:00
Bjørn Forsman
6d48539fdb
xpra: fix some runtime issues
...
* 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.
2016-06-30 14:42:16 +02:00
Bjørn Forsman
ce8c1ab5e0
xpra: 0.17.0 -> 0.17.3
2016-06-23 19:17:20 +02:00
Bjørn Forsman
34363d77b0
xpra: add missing python 'rencode' module
...
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
[...]
2016-06-23 19:17:20 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
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)
2016-06-20 13:55:52 +02:00
Kamil Chmielewski
7eb671ebcd
no more goPackages
2016-06-09 13:08:00 +02:00
Kamil Chmielewski
e2e3d8802f
go-sct: extracted from goPackages
2016-06-09 11:21:30 +02:00
obadz
ca067ff248
xgeometry-select: remove license field. license is unknown.
2016-06-07 17:56:01 +01:00
obadz
d39d085adf
xgeometry-select: init at 7e7361e
2016-06-07 14:44:55 +01:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Franz Pletz
90e8e00097
screen-message: 0.23 -> 0.24
2016-05-31 20:10:26 +02:00
José Romildo Malaquias
93a371ede7
runningx: init at 1.0
2016-05-31 09:55:55 -03:00
Nikolay Amiantov
522b4b4b4d
primusLib: move to fetchFromGitHub (and fix strange checksum error)
2016-05-20 13:05:17 +03:00
Domen Kožar
b49bf121b8
rename iElectric to domenkozar to match GitHub
2016-05-17 13:00:47 +01:00
Franz Pletz
bc233fa54e
arandr: 0.1.8 -> 0.1.9
2016-05-03 16:15:20 +02:00
Nikolay Amiantov
ac3ce1c26a
bumblebee: fix outputs
2016-05-01 03:27:27 +03:00
David Guibert
8601f69072
xpra: 0.16.2 -> 0.17.0
2016-04-24 21:51:39 +02: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
Tuomas Tynkkynen
bd18cc3cdc
Merge pull request #14888 from dezgeg/pr-kill-module-init-tools
...
Delete all usages of module_init_tools and remove the package
2016-04-23 14:29:41 +03:00
Tuomas Tynkkynen
01854a850a
treewide: Replace module_init_tools -> kmod
...
The former is deprecated and doesn't handle compressed kernel modules,
so all current usages of it are broken.
2016-04-22 10:40:57 +03:00
Hurshal Patel
9023722e77
xbanish: init at 1.4 👻
2016-04-19 23:33:38 -07:00
Nikolay Amiantov
8b7ebaffeb
replace makeSearchPath tree-wise to take care of possible multiple outputs
2016-04-13 22:09:41 +03:00
Vladimír Čunát
30f14243c3
Merge branch 'master' into closure-size
...
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502 for nixpkgs
2016-04-10 11:17:52 +02:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Nikolay Amiantov
9b7edbeb2f
primus: propagate stdenv to primusLibs
2016-03-31 19:52:33 +03:00
zimbatm
621ed35991
xdg_utils: fixes #14060
2016-03-20 00:52:10 +00:00
zimbatm
af1e32acd3
xdg_utils: 1.1.0-rc3p46 -> 1.1.1
2016-03-20 00:52:09 +00:00
Vladimír Čunát
1df2a6431f
xdg-utils: replace commands more precisely
...
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.
2016-03-14 11:00:05 +01:00
Domen Kožar
4471f144df
Merge pull request #13810 from ts468/upstream.xpra
...
xpra: 0.14.19/0.15.3 -> 0.16.2
2016-03-10 12:35:04 +00:00
Thomas Strobel
83b15e2fc4
xpra: 0.14.19/0.15.3 -> 0.16.2
2016-03-10 12:06:55 +01:00
Vladimír Čunát
09af15654f
Merge master into closure-size
...
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Nikolay Amiantov
2a7f56bc8f
virtualgl: 2.4.1 -> 2.5
2016-03-04 14:46:45 +03:00
José Romildo Malaquias
6cf907ba09
xsettingsd: 0.0.1 -> git-2015-06-14
2016-03-03 11:58:55 -03:00
Frederik Rietdijk
40ca841c5c
Merge pull request #13124 from FRidh/buildPythonApplication
...
buildPythonApplication: use new function for Python applications
2016-02-23 16:02:10 +01:00
Arseniy Seroka
a2a5d234a5
Merge pull request #13101 from zimbatm/dispad
...
dispad: init at 0.3.1
2016-02-19 22:52:45 +03:00
Frederik Rietdijk
4d06bf70f4
buildPythonApplication: use new function for Python applications
2016-02-19 13:16:41 +01:00