Vladimír Čunát
947d78c9e8
trustedGrub: fix build by using older automake (again)
2015-03-09 15:55:28 +01:00
Vladimír Čunát
c4f238c39c
glib: maintenance update
2015-03-09 15:55:28 +01:00
Vladimír Čunát
6c20e1d0bd
xf86-video-vmware: drop patch included in update
2015-03-09 15:55:28 +01:00
Vladimír Čunát
2af0227154
gtk2: small maintenance update
2015-03-09 15:55:28 +01:00
Peter Simons
c776477350
haskell-generic-builder: update and jailbreak cabal files before patchPhase is run
...
The updated and jailbroken Cabal file must be in place before the
'patchPhase' hook is run, otherwise we cannot use that hook to patch the
Cabal file! Resolves https://github.com/NixOS/nixpkgs/issues/5922 .
As an added bonus, this change makes the "jailbreakPhase" obsolete.
2015-03-09 15:55:25 +01:00
Peter Simons
3e9e1a2f4e
haskell-generic-builder: set LOCALE_ARCHIVE only on Linux
2015-03-09 15:55:25 +01:00
Peter Simons
0a97e2153e
haskell-generic-builder.nix: don't add lib64 directories to the search path
...
Packages that provide 32 and 64-bit libraries in the same store path are rare
and usually require manual overrides anyway. It seems pointless to try and
guess proper settings for them. The effect is that we'll end up with bogus
settings that take more effort to correct that it takes to configure proper
settings in the first place. Point in case: haskell-cuda and it's configuration
for "cudatools".
Fixes https://github.com/NixOS/nixpkgs/issues/6564 .
2015-03-09 15:55:25 +01:00
Luca Bruno
aae9e49cbc
Add setup-hook to hicolor_icon_theme
2015-03-09 15:55:24 +01:00
mancha
f43d759bc4
unzip: fix CVE-2014-9636 patch
...
Close #6544 , fixes #6543 .
vcunat: no security impact; just fixes false rejections of some rarer
inputs - a problem introduced by the CVE patch.
2015-03-09 15:55:24 +01:00
Peter Simons
c4ff9d10ba
haskell-generic-builder: consistently use $TMPDIR to refer to the designated place for temporary files
...
Resolves https://github.com/NixOS/nixpkgs/issues/6525 .
2015-03-09 15:55:24 +01:00
Peter Simons
e2b033cad9
ghc: re-instate code that configures statically linked builds by default
...
The compiler should not expect to have dynamic versions of all libraries
available, because that configuration doesn't play along nicely with statically
linked libraries.
Fixes https://github.com/NixOS/nixpkgs/issues/6399 .
2015-03-09 15:55:24 +01:00
Eduard Bachmakov
aa564bbac5
mesa: big update, and related improvements ( close #6367 )
...
* Remove upstreamed patch
* EGL driver dirs are no longer a thing, see mesa commit
407450eb84f5a1b466a2eff19b85cdee7ac15dfb
Patching runtime search dir in sources instead (by vcunat).
* static-gallium patch dropped as it causes visibility issues with
nouveau
* rtti patch dropped as it the relevant configuration has been removed
upstream; properly fixed by an LLVM flag now
* Checks disabled. This is known and solved upstream. Checks will be
re-enabled in a future commit when updating to a version containing
the fixes
* Use llvm-3.5 now (by vcunat).
2015-03-09 15:55:24 +01:00
Eduard Bachmakov
4731485ca2
llvm-3.5: enable RTTI to support mesa
...
Extracted from #6367 .
2015-03-09 15:55:23 +01:00
Vladimír Čunát
a3e0ee10e5
xf86-video-vmware: update
2015-03-09 15:55:23 +01:00
Vladimír Čunát
9c22c1b3d7
xorg: update various modules
2015-03-09 15:55:23 +01:00
Vladimír Čunát
464212e01a
dbus: security bump to fix CVE-2015-0245
2015-03-09 15:55:23 +01:00
Vladimír Čunát
c4ac05d47e
libdrm: update
2015-03-09 15:55:22 +01:00
Vladimír Čunát
c65a2121e0
glibc: fix -lgcc_s linking
...
https://github.com/NixOS/nixpkgs/commit/65221567c12eb20d12#commitcomment-9515597
2015-03-09 15:55:22 +01:00
Vladimír Čunát
263d5239d6
gnugrep: fix CVE-2015-1345 by upstream patch
2015-03-09 15:55:22 +01:00
Vladimír Čunát
db847a3345
recode: fix build, needing texinfo now
...
Also make the build inputs native (no references are retained).
2015-03-09 15:55:22 +01:00
Vladimír Čunát
0ffb98828e
libtool: update
...
I see nothing dangerous in NEWS.
Also refactored the expression.
2015-03-09 15:55:22 +01:00
Vladimír Čunát
8743003935
grep: update
...
The 2.21 update fixes NixOS/nix#464 .
2015-03-09 15:55:21 +01:00
Vladimír Čunát
0619c852cb
automake: use 1.14.* as the default
...
I see 1.15 has been released recently,
but that's probably too new to be the default.
2015-03-09 15:55:21 +01:00
Lluís Batlle i Rossell
a22c19f56a
Fixing judy for gcc 4.8
...
gtkwave crashes often, without this fix.
http://sourceforge.net/p/judy/mailman/message/31995144/
2015-03-09 15:37:50 +01:00
Lluís Batlle i Rossell
a2f4b94dbe
Add pcsc-tools, to test ccid cards.
2015-03-09 15:37:50 +01:00
Nikolay Amiantov
e01cd8f214
steam: fix sound issues
2015-03-09 17:29:44 +03:00
Nikolay Amiantov
3e395b71da
chroot-env: add locales, refactor environment
2015-03-09 17:29:43 +03:00
Nikolay Amiantov
e3ab3df26e
chroot-env: ignore collisions and fix permissions
2015-03-09 17:29:43 +03:00
Nikolay Amiantov
4aba7639c8
chroot-env: build /etc
2015-03-09 17:29:43 +03:00
Nikolay Amiantov
95cd118d4f
steam: refactor meta
2015-03-09 17:29:43 +03:00
Peter Simons
46e5a39cdc
haskell-users-postgresql-simple requires PostgreSQL running for its test suite.
2015-03-09 15:20:59 +01:00
Peter Simons
f4958243d4
haskell-chaselev-deque has been fixed.
2015-03-09 15:20:59 +01:00
Peter Simons
ba60dea515
haskell-snap: jailbreak to allows building with current versions of lens
2015-03-09 15:20:59 +01:00
Peter Simons
f2fc204811
haskell-blip and haskell-xcffib don't compile.
2015-03-09 15:20:59 +01:00
Peter Simons
dddf5158c3
haskell-snowglobe has been fixed.
2015-03-09 15:20:59 +01:00
Peter Simons
4481108acf
haskell-configuration-common: cosmetic
2015-03-09 15:20:59 +01:00
Peter Simons
639ffffa8d
haskell-influxdb build has been fixed.
2015-03-09 15:20:59 +01:00
Peter Simons
17b7ade707
haskell-vcache-trie has broken dependencies.
2015-03-09 15:20:58 +01:00
Peter Simons
11cce22637
haskell-ng: update configuration to transformers 0.4.3.0
2015-03-09 15:20:58 +01:00
Peter Simons
025d063d45
hackage-packages: re-generate from Hackage 2015-03-08T10:54:07+0100
2015-03-09 15:20:58 +01:00
Philipp Hausmann
1ce75368f1
Add uhc haskell compiler
2015-03-09 13:38:28 +01:00
Thomas Tuegel
7b2adc0039
Merge branch 'kde5'
2015-03-09 06:43:13 -05:00
Peter Simons
ea0e73ad6b
Merge pull request #6728 from desiderius/python-modules
...
python-packages: updates in response to the closing of #6548
2015-03-09 12:36:25 +01:00
Peter Simons
ecad102326
pkgs/development/libraries/ffmpeg/generic.nix: don't insert faac into buildInputs unconditionally
...
This is a hot-fix to mitigate https://github.com/NixOS/nixpkgs/issues/6727 .
2015-03-09 12:30:16 +01:00
desiderius
6ee8c746c2
python-modules: enables support for pypy in sphinxcontrib-httpdomain
...
As the issue #6548 is closed thanks to iElectric we can now use
sphinxcontrib-httpdomain with pypy.
2015-03-09 12:22:50 +01:00
desiderius
cee5ce177b
python-modules: enables support for pypy in sphinxcontrib-plantuml
...
As the issue #6548 is closed thanks to iElectric we can now use
sphinxcontrib-plantuml with pypy.
2015-03-09 12:14:17 +01:00
Vincent Laporte
07536bd1fe
merlin: update from 2.1.1 to 2.1.2
2015-03-09 12:07:08 +01:00
Eelco Dolstra
7f90cc40b4
php: Update to 5.4.38
2015-03-09 11:36:40 +01:00
Eelco Dolstra
e02d926ca9
nixUnstable: Update to 1.9pre4074_e659978
2015-03-09 11:27:22 +01:00
James Cook
7b67e3fe35
Enable aalib support in mplayer.
2015-03-08 23:58:48 -07:00
William A. Kennington III
c9ec23d55c
Merge pull request #6673 from taku0/oraclejdk-8u40
...
oraclejdk: bump to 8u40
2015-03-08 19:16:44 -07:00
William A. Kennington III
ec589468db
Merge pull request #6723 from brendanlong/syncthing-0.10.25
...
syncthing: Update to 0.10.25
2015-03-08 17:56:46 -07:00
Brendan Long
2f3dd98ef1
syncthing: Update to 0.10.25
...
https://github.com/syncthing/syncthing/releases/tag/v0.10.25
2015-03-08 18:22:52 -05:00
William A. Kennington III
dec84fd52c
Merge pull request #6686 from blueyed/update-awesome-3.5.6
...
Update awesome 3.5.6
2015-03-08 16:09:11 -07:00
William A. Kennington III
2e6e6f9178
Merge pull request #6684 from j-keck/update-scala
...
update scala to 2.10.5 and 2.11.6
2015-03-08 16:08:40 -07:00
William A. Kennington III
01ebf5582c
Merge pull request #6690 from kirelagin/keybase
...
keybase: update CLI to 0.7.7
2015-03-08 16:06:37 -07:00
William A. Kennington III
b8d5a9b689
Merge pull request #6683 from unaizalakain/influxdb0.8.3
...
Bump InfluxDB to 0.8.3
2015-03-08 16:06:12 -07:00
obadz
fcd5d8fdc6
ecryptfs: lib.maintainers vs maintainers
2015-03-08 16:03:52 -07:00
obadz
e5d4624420
PAM/eCryptfs now able to mount ecryptfs'd home directories on login
2015-03-08 16:03:51 -07:00
Thomas Tuegel
a1700f8400
kf57: include Qt GraphicalEffects submodule
2015-03-08 17:37:29 -05:00
Thomas Tuegel
afa4c3aed2
autonix: allow one-to-many dependency resolution
2015-03-08 17:28:44 -05:00
William A. Kennington III
b452bd40e1
Merge pull request #6602 from codyopel/ffmpegbr
...
ffmpeg: refactor to generic
2015-03-08 15:23:55 -07:00
Michael Raskin
e5a13b3442
Update LibreOffice to 4.4.1.2
2015-03-09 01:03:01 +03:00
Michael Raskin
04692c04e9
Update Pipelight Wine
2015-03-09 01:03:01 +03:00
Michael Raskin
0f8e3caec5
Repackage from scratch and update angelscript
2015-03-09 01:03:01 +03:00
Michael Raskin
a36c914020
update sbcl
2015-03-09 01:03:01 +03:00
Michael Raskin
487b95f4d0
update zpaq
2015-03-09 01:03:01 +03:00
Michael Raskin
09e74005b0
update nginx unstable
2015-03-09 01:03:01 +03:00
Michael Raskin
44b608f64e
update nilfs utils
2015-03-09 01:03:01 +03:00
Michael Raskin
eeac4fdf0e
update zpaq
2015-03-09 01:03:01 +03:00
Michael Raskin
ab5dd299ee
update getmail
2015-03-09 01:03:01 +03:00
Michael Raskin
5c5ade16ba
update sysdig
2015-03-09 01:03:01 +03:00
Michael Raskin
81eafd7761
update directfb
2015-03-09 01:03:01 +03:00
Michael Raskin
8fcc960e6e
Update firejail
2015-03-09 01:03:01 +03:00
Michael Raskin
db0f66a188
update cl-launch
2015-03-09 01:03:01 +03:00
Michael Raskin
1fdc855b2f
Update botan unstable
2015-03-09 01:03:01 +03:00
Michael Raskin
3d4f7be9a3
Update ECL
2015-03-09 01:03:01 +03:00
Michael Raskin
66b99b7d23
Update comiz
2015-03-09 01:03:01 +03:00
Michael Raskin
0394ce7627
Update pari
2015-03-09 01:03:00 +03:00
Michael Raskin
2d7dd6ca2c
update gajim
2015-03-09 01:03:00 +03:00
Michael Raskin
2012221861
Update qpdfview
2015-03-09 01:03:00 +03:00
William A. Kennington III
6b666dca7c
kernel: 3.14.34 -> 3.14.35
2015-03-08 14:58:46 -07:00
William A. Kennington III
cf9d5ceda1
kernel: 3.18.8 -> 3.18.9
2015-03-08 14:57:44 -07:00
William A. Kennington III
a086f5df70
kernel: 3.2.67 -> 3.2.68
2015-03-08 14:57:44 -07:00
William A. Kennington III
4c01585211
kernel: 3.19 -> 3.19.1
2015-03-08 14:57:43 -07:00
William A. Kennington III
09e477a045
kernel: 3.10.70 -> 3.10.71
2015-03-08 14:55:11 -07:00
Pascal Wittmann
228183f4f1
Merge pull request #6313 from matthiasbeyer/add-khal
...
Add package: khal
2015-03-08 21:22:12 +00:00
Domen Kožar
17a44e5013
Merge pull request #6717 from sjagoe/package-python-grin
...
Add grin package
2015-03-08 21:58:23 +01:00
Simon Jagoe
456750c1ad
Add sjagoe as maintainer of grin package
2015-03-08 20:46:23 +00:00
Simon Jagoe
aca88a275e
Specify platform compatibility for grin
2015-03-08 20:45:32 +00:00
Simon Jagoe
f4965177b5
Move grin definition to tools/text and call it from all-packages.nix
2015-03-08 20:10:40 +00:00
Michael Raskin
32ee876647
Update strace
2015-03-08 20:47:24 +03:00
Simon Jagoe
ab6a03e706
Place grin in Python 2.7 section; it is not Python 3.x compatible
2015-03-08 17:09:11 +00:00
Simon Jagoe
02fdd38400
Add grin package
2015-03-08 16:38:31 +00:00
Nikolay Amiantov
9545c0b80e
xmonad: cleanup wrapper
2015-03-08 18:38:04 +03:00
Vladimír Čunát
3d0a6819da
wmutils-core: add to tools/X11 ( close #6585 )
...
@vcunat fixed and cleaned this a little.
2015-03-08 15:46:02 +01:00
Andraz Brodnik
2d8f7883a9
Add scrolls game (unfree). Close #6456 .
...
@vcunat added today's date as version.
2015-03-08 15:37:33 +01:00
Nathaniel Baxter
358e9af3d3
wineUnstable: updates ( close #6508 )
2015-03-08 15:10:44 +01:00
Thomas Strobel
0d1c39443b
Change kernel config: improve squashfs support of kernel
2015-03-08 13:58:00 +01:00
lethalman
0a83c2a2a9
Merge pull request #6697 from ardumont/add-tuxguitar
...
[new] tuxguitar derivation
2015-03-08 11:54:57 +01:00
Antoine R. Dumont
dd71d7b44b
tuxguitar in $out/bin/ folder
...
Tuxguitar was installed in $out (as per default wrapper script)
Thus installing tuxguitar was not in ~/.nix-profile when installed.
Now tuxguitar appears in ~/.nix-profile when installed.
2015-03-08 11:14:02 +01:00
Antoine R. Dumont
00fb3c0b7e
Add tuxguitar derivation
2015-03-08 10:22:56 +01:00
Antoine R. Dumont
4c985c26af
Update swt installation
...
Permit the installation for x86_64
2015-03-08 10:22:55 +01:00
Bob van der Linden
08ea20df65
git-cola: add package
2015-03-08 01:39:29 +01:00
Benjamin Staffin
ed6ce446d0
euca2ools: bump to 2.1.4, use python27
...
Change-Id: I8be644bcf2892e1146c3b3eedea36c5f5e749c16
2015-03-07 14:06:08 -08:00
Benjamin Staffin
65d6eb0f20
docker-registry: update to 0.9.1
2015-03-07 14:06:08 -08:00
Benjamin Staffin
02712cc3f1
Drop obsolete boto-1.9 patch
...
This has been unreferenced since commit
d52d71a04b
from August 2014.
2015-03-07 14:06:08 -08:00
Benjamin Staffin
5113a065d7
boto: Apply patch needed to fix docker-registry
...
This makes docker-registry work when backed by S3. It's the same patch
applied in the docker upstream container image.
Backported from boto/boto#2932
2015-03-07 14:06:08 -08:00
Domen Kožar
0fd3db4ba1
fix #6548
2015-03-07 22:31:40 +01:00
Domen Kožar
0e0bc3ac86
gevent: update Python 2.7.9 compatibility patch
2015-03-07 19:30:00 +01:00
Cillian de Róiste
79d7605311
darktable: update from 1.6.2 to 1.6.3
2015-03-07 19:02:55 +01:00
Cillian de Róiste
a88bc51cf4
kde4.kde_wacomtablet: update from 2.0.2 to 2.1.0
2015-03-07 19:02:25 +01:00
Cillian de Róiste
96cc8da5de
yoshimi: update from 1.3.2 to 1.3.3
2015-03-07 19:01:37 +01:00
Peter Simons
2e0144ce09
haskell-euler fails its test suite.
2015-03-07 17:09:41 +01:00
Peter Simons
654d912db5
haskell-hunt-server has broken -rtsopts in its Cabal file
2015-03-07 17:09:40 +01:00
Peter Simons
b9be39614b
haskell-hlibBladeRF: test suite has been fixed
2015-03-07 17:09:40 +01:00
Peter Simons
8be1ddb45c
haskell-yabi-muno has been fixed.
2015-03-07 17:09:40 +01:00
Peter Simons
b76fc326ff
haskell-persona-idp has been fixed.
2015-03-07 17:09:40 +01:00
Peter Simons
d93b114bbe
hackage-packages.nix: re-generate from Hackage 2015-03-07T13:02:15+0100
2015-03-07 17:09:40 +01:00
Arseniy Seroka
c9387ca988
Merge pull request #6696 from matthiasbeyer/update-vdirsyncer
...
Update: vdirsyncer 0.4.2 -> 0.4.3
2015-03-07 18:46:27 +03:00
Arseniy Seroka
1a25b83c6b
Merge pull request #6695 from matthiasbeyer/add-hstr
...
Add package: hstr (hh)
2015-03-07 18:45:42 +03:00
Matthias Beyer
341c50fdcb
Update: vdirsyncer 0.4.2 -> 0.4.3
2015-03-07 15:38:22 +01:00
taku0
08e41f7a58
firefox-bin: update to version 36.0.1 ( close #6691 )
2015-03-07 14:51:17 +01:00
Matthias Beyer
425110dea6
Add package: hstr (hh)
2015-03-07 14:50:14 +01:00
Carles Pagès
2bc4f5c149
SDL2_ttf: add version 2.0.12
2015-03-07 14:35:19 +01:00
Vladimír Čunát
2069156d5c
nestopia: disable failing parallel builds
...
http://hydra.nixos.org/build/19861758
2015-03-07 14:34:28 +01:00
Moritz Ulrich
4560b11551
pngcrush: update from 1.7.82 to 1.7.83
2015-03-07 12:08:18 +01:00
Moritz Ulrich
77362488d7
cura: update from 14.12.1 to 15.02.1
2015-03-07 12:04:22 +01:00
Moritz Ulrich
3adcc60770
curaengine: update from 14.12.1 to 15.02.1
2015-03-07 12:04:18 +01:00
Moritz Ulrich
86bd152378
Emacs: Fix `woman'.
2015-03-07 12:03:26 +01:00
Kirill Elagin
90a0fd8d43
keybase: update CLI to 0.7.7
2015-03-07 02:08:12 +03:00
William A. Kennington III
c410664d8b
mongodb: 2.6.7 -> 2.6.8
2015-03-06 14:11:45 -08:00
Shea Levy
3ed077a69b
lldb-3.5 is broken, bug in the cmake
...
lldb-3.6 is working (just waiting on a staging fix to merge), so let's just
mark this broken until we decide to nuke 3.5 all together.
Fixes #6636 refs #6668
2015-03-06 16:16:20 -05:00
William A. Kennington III
a00e19ceb9
samba4: Remove explicit libiconv specification
2015-03-06 11:59:05 -08:00
William A. Kennington III
e49db703dc
zfs_git: 2015-03-02 -> 2015-03-05
2015-03-06 11:56:43 -08:00
William A. Kennington III
bc49764fe2
spl_git: 2015-02-27 -> 2015-03-03
2015-03-06 11:56:43 -08:00
Vincent Laporte
116ddda218
Adds ocaml-enumerate
...
Quotation expanders for enumerating finite types in OCaml.
2015-03-06 20:29:07 +01:00
Lluís Batlle i Rossell
d1e302121a
Merging changes to make more things build on rpi2
2015-03-06 15:43:32 +00:00
Peter Simons
13bd8f068f
haskell-hopenpgp-tools does not compile.
2015-03-06 16:24:52 +01:00
Peter Simons
17a6cbc11c
haskell-miniforth needs mtl 2.2.x.
2015-03-06 16:24:52 +01:00
Peter Simons
b6c769a15e
haskell-persona-idp doesn't support recent versions of optparse-applicative
2015-03-06 16:24:26 +01:00
Peter Simons
0d4058b0cb
haskell-yabi-muno cannot be built with GHC 7.8.x because it needs mtl 2.2.x.
2015-03-06 16:24:26 +01:00
Peter Simons
956ccc7b8d
haskell-hlibBladeRF fails its test suite.
2015-03-06 16:24:25 +01:00
Peter Simons
43c4372d4c
haskell-jose test suite has been fixed.
2015-03-06 16:24:12 +01:00
Peter Simons
5f736a02fb
hackage-packages.nix: re-generate from Hackage 2015-03-06T11:14:49+0100
2015-03-06 16:23:46 +01:00
Eelco Dolstra
3b9b620656
Revert "linux: disable UEVENT_HELPER*"
...
This reverts commit 9f87f3ccb0
because
it causes /proc/sys/kernel/hotplug to not be cleared on Linux <= 3.14.
2015-03-06 15:59:06 +01:00
Lluís Batlle i Rossell
0f4a9a58d8
Avoid bash arg in Spidermonkey 17
2015-03-06 14:34:26 +00:00
Eelco Dolstra
f110e6721f
chromedriver: Fix evaluation
2015-03-06 15:11:41 +01:00
Eelco Dolstra
692ed0882a
Fix eval-release.nix evaluation
2015-03-06 15:09:51 +01:00
Shea Levy
494ae5fbeb
clang: provide path to gcc on Linux
...
gcc contains core runtime bits that aren't available elsewhere for Linux.
Fixes #6449 refs #6668
2015-03-06 08:36:42 -05:00
Eelco Dolstra
bf0aa66c17
Only test evaluation on supported platforms
2015-03-06 14:07:45 +01:00
Eelco Dolstra
f72ae4da79
samba4: Fix evaluation
...
http://hydra.nixos.org/build/20173661
2015-03-06 14:07:45 +01:00
Cillian de Róiste
d8a5712ea0
chromedriver: 2.10 -> 2.14
2015-03-06 13:55:42 +01:00
Vladimír Čunát
cdd00f47fa
libav*.tools: remove overlapping paths, fixes #6682
2015-03-06 12:55:08 +01:00
Eelco Dolstra
ad896e1737
Typo
2015-03-06 12:09:10 +01:00
Peter Simons
eaf728c3d3
r-modules: fix git2r, TAQMNGR, and WhopGenome
2015-03-06 11:21:21 +01:00
Sander van der Burg
de8e1bcb03
DisnixWebService: bump to latest development version
2015-03-06 09:41:31 +00:00
Ambroz Bizjak
5f76d08865
polkit: Use spidermonkey-17.
...
The old version doesn't build for ARMv7.
(cherry picked from commit 5fe72cafffb22749520dd03a18bb862a37cca8b3)
2015-03-06 09:11:11 +00:00
Ambroz Bizjak
e47afb3601
spidermonkey-17: Disable test which fails on ARM.
...
(cherry picked from commit b90dca35aac458953182b4e1ad725c9466d11a66)
2015-03-06 09:11:03 +00:00
Ricardo M. Correia
02b91f93c4
firefox: Update from 36.0 -> 36.0.1
2015-03-06 05:13:58 +01:00
Ricardo M. Correia
96b2d27e69
pax-utils: Update from 1.0 -> 1.0.1
2015-03-06 05:03:54 +01:00
Tobias Geerinckx-Rice
d37e8c4014
x2goclient: correct parallel building flag
2015-03-06 04:37:29 +01:00
Tobias Geerinckx-Rice
40e4ebbb57
python-packages: pgcli 0.16.0 -> 0.16.1
2015-03-06 03:48:40 +01:00
Tobias Geerinckx-Rice
22080d1951
Add x2goclient 4.0.3.2
...
Thanks to Christoph-Simon Senjak <c s s at u x u l dot d e>
2015-03-06 03:48:40 +01:00
Tobias Geerinckx-Rice
2a93bee7f3
Add nxproxy 3.5.0-2015-02-18
...
Thanks to Christoph-Simon Senjak <c s s at u x u l dot d e>
2015-03-06 03:48:40 +01:00
Tobias Geerinckx-Rice
47712a21bd
Add libxcomp 3.5.0-2015-02-18
...
Thanks to Christoph-Simon Senjak <c s s at u x u l dot d e>
2015-03-06 03:48:39 +01:00
Shea Levy
c08a0d240c
ats2: bump
2015-03-05 18:21:56 -05:00
Daniel Hahler
421e79b8d1
awesome: do not depend on rxvt_unicode, but xterm
...
xterm is being used as terminal in the default configuration.
2015-03-06 00:04:48 +01:00
Daniel Hahler
0f7c125ca4
awesome: 3.5.5 -> 3.5.6
2015-03-05 23:56:32 +01:00
Eric Seidel
6b60f3dcad
Merge pull request #6641 from oxij/emacs-ng
...
Somewhat more generic emacs packages' builder and a bunch of new emacs packages and metas
2015-03-05 13:22:45 -08:00
Eric Seidel
b6a3fd396e
dysnomia: fix syntax error
2015-03-05 13:00:50 -08:00
Arseniy Seroka
ff58ecdce2
Merge pull request #6660 from flosse/zdfmediathk
...
pkgs: zdfmediathk 8 -> 9
2015-03-05 23:59:18 +03:00
Arseniy Seroka
268a355988
Merge pull request #6633 from ts468/enlightenment
...
Update: Enlightenment + EFL
2015-03-05 23:58:37 +03:00
Arseniy Seroka
e5be0398cc
Merge pull request #6664 from k0ral/fish
...
fish: 2.1.1 -> 2.1.2
2015-03-05 23:57:38 +03:00
Peter Jones
ff42e0ae7f
2.0.0-rc2 -> 2.0.0, add CardDAV support
2015-03-05 13:23:02 -07:00
Sander van der Burg
bb3cf3b461
Bump development versions of disnix packages
2015-03-05 20:22:42 +00:00
j-keck
7da51f9eb7
scala: update to 2.11.6
2015-03-05 20:49:28 +01:00
j-keck
a1a585078a
scala_2_10: update to 2.10.5
2015-03-05 20:49:28 +01:00
Unai Zalakain
bf286c587b
Bump InfluxDB to 0.8.3
...
- Prevents the automatic creation of shards that was causing too many shards
being created when used with grafana.
- It's the most recent version that allows updating from 0.7
2015-03-05 19:26:49 +00:00
Tobias Geerinckx-Rice
329de0fa75
Merge pull request #6639 from sheganinans/op2
...
Updating Opera 12.12 to 12.16
2015-03-05 19:24:41 +01:00
Nikolay Amiantov
4fde098eec
Merge pull request #6677 from abbradar/sddm
...
Add SDDM display manager
2015-03-05 21:03:43 +03:00
Nikolay Amiantov
0c5169b536
samsung-UnifiedLinuxDriver: fix meta
2015-03-05 20:49:45 +03:00
Nikolay Amiantov
9a21011f08
uim: don't accept additional arguments
2015-03-05 20:49:45 +03:00
Nikolay Amiantov
c532beeb0d
sddm: add package
2015-03-05 20:49:26 +03:00
Peter Simons
02ce945693
haskell-pocket-dns: test suite depends on external programs
2015-03-05 18:29:56 +01:00
Peter Simons
4eb43eec47
haskell-webkit is broken.
2015-03-05 18:29:56 +01:00
Peter Simons
fee8f2c11e
haskell-amazonka-ssm: fix build with GHC 7.8.x
2015-03-05 18:29:56 +01:00
Peter Simons
69c7b87483
haskell-hierarchical-clustering cannot compile its test suite
2015-03-05 18:29:56 +01:00
Peter Simons
e03bec6ca2
haskell-haroonga does not compile.
2015-03-05 18:29:55 +01:00
Peter Simons
cd65782d47
haskell-jose cannot compile its own test suite.
2015-03-05 18:29:55 +01:00
Peter Simons
069d835913
haskell-persistent-zookeeper: test suite needs an external database running
2015-03-05 18:29:55 +01:00
Peter Simons
62700db96a
haskell-influxdb is broken.
2015-03-05 18:29:55 +01:00
Peter Simons
a5740b11fa
haskell-cabal-debian has been fixed.
2015-03-05 18:29:55 +01:00
Peter Simons
7cf5b64d4a
haskell-shakespeare-js defines no modules Haddock could process.
2015-03-05 18:29:55 +01:00
Peter Simons
0cb7630f20
haskell-temporal-csound has been fixed.
2015-03-05 18:29:55 +01:00
Peter Simons
4e6310ed17
hackage-packages: re-generate from Hackage 2015-03-05T17:55:09+0100
2015-03-05 18:29:55 +01:00
Eelco Dolstra
d409516501
Merge pull request #6680 from cocreature/openjdk8u40
...
openjdk8: update to jdk8u40-b25
2015-03-05 18:10:13 +01:00
lethalman
5cd9bbb866
Merge pull request #6615 from matthiasbeyer/add-scim
...
Add package: scim
2015-03-05 18:08:10 +01:00
Moritz Kiefer
4f3f301807
openjdk8: update to jdk8u40-b25
2015-03-05 18:04:21 +01:00
Matthias Beyer
c6ab53e9db
Add package: scim
2015-03-05 18:04:11 +01:00
Peter Simons
58795b953b
uid_wrapper: the unquoted meta.homepage url breaks evaluation
2015-03-05 17:41:36 +01:00
Peter Simons
455fc68fbb
socket_wrapper: the unquoted meta.homepage url breaks evaluation
2015-03-05 17:40:55 +01:00
Peter Simons
0ac77f4690
nss_wrapper: the unquoted meta.homepage url breaks evaluation
2015-03-05 17:40:17 +01:00
Eelco Dolstra
17bc5f9b38
dhcpcd: Update to 6.6.7
2015-03-05 17:25:56 +01:00
Petar Bogdanovic
31955c869f
Update gnupg1orig package to gpg-1.4.19
...
A test build pulled too many packages (including perl) for my VM so
while it's a simple bump, it's also untested.
2015-03-05 16:04:29 +01:00
Jeff Simpson
2b0a3cd085
Added choqok build
2015-03-05 07:11:57 -07:00
taku0
137f281849
oraclejdk: bump to 8u40
2015-03-05 23:01:21 +09:00
Lluís Batlle i Rossell
9d8c26efae
Add comment explaining the rpi2 gcc flags.
2015-03-05 10:00:21 +00:00
Ambroz Bizjak
c1b803ba0e
Cut down on the gcc flags for raspberrypi2.
2015-03-05 09:23:24 +00:00
Lluís Batlle i Rossell
cfd9b77e82
kernel: I hope to fix the dtbs thing
...
I thought $arch was defined. Now I'm using karch, that should serve for cross
building as well.
2015-03-05 09:10:19 +00:00
Lluís Batlle i Rossell
31cccd88ed
kernel: Trying to fix makeflags of 'make dtbs'
2015-03-05 09:10:17 +00:00
Lluís Batlle i Rossell
42c6115872
kernel: I forgot $makeFlags in make dtbs
2015-03-05 09:10:15 +00:00
Lluís Batlle i Rossell
3e92c4e0ff
Trying to make DTBs if set in platform.
2015-03-05 09:09:34 +00:00
Lluís Batlle i Rossell
56989d9f20
Updating the raspberry pi kernel sources to recent, for pi2
2015-03-05 09:09:32 +00:00
Lluís Batlle i Rossell
1c7fc46ee5
Adding the raspberrypi2 platform.
2015-03-05 09:09:30 +00:00
宋文武
17479728ec
numix-icon-theme, numix-icon-theme-circle: Use commit date as version.
...
Use git commit date as version number.
Install to $out/share/icons instead of $out/usr/share/icons.
2015-03-05 15:47:25 +08:00
koral
e8dd8ac456
mpv: 0.8.0 -> 0.8.2
2015-03-05 07:36:29 +00:00
宋文武
4c3b9927d8
numix-gtk-theme: Install to $out/share/themes.
2015-03-05 15:13:04 +08:00
Sou Bunnbu
f6796bd7b9
Merge pull request #6654 from taktoa/master
...
Added Numix/Numix-Circle icon theme and Numix GTK theme
2015-03-05 14:59:59 +08:00
Remy Goldschmidt
8a732aecb8
Fixed licenses, fixed platform, renamed packages
2015-03-05 00:23:18 -06:00
vbgl
46aa9f1e75
Merge pull request #6666 from k0ral/ncmpcpp
...
ncmpcpp: 0.6.2 -> 0.6.3
2015-03-05 07:17:55 +01:00
Eric Seidel
3ea2aa4136
stdenv/darwin: choose sdkroot based xcrun default
2015-03-04 21:36:09 -08:00
koral
6248bf75ad
ncmpcpp: 0.6.2 -> 0.6.3
2015-03-05 01:33:43 +00:00
William A. Kennington III
7915060d79
samba4: Remove broken glusterfs comment
2015-03-04 17:32:04 -08:00
William A. Kennington III
936fdc7b68
samba4: 4.1.17 -> 4.2.0 YOLO
2015-03-04 17:17:26 -08:00
koral
43505edb9c
fish: 2.1.1 -> 2.1.2
2015-03-05 01:55:45 +01:00
William A. Kennington III
e15cd2375e
kerberos: Add development string
2015-03-04 16:48:52 -08:00
William A. Kennington III
c5dce2def0
uid_wrapper: Add derivation
2015-03-04 16:48:52 -08:00
William A. Kennington III
88c01c5647
socket_wrapper: Add derivation
2015-03-04 16:48:52 -08:00
William A. Kennington III
3e4fa69a90
nss_wrapper: Add derivation
2015-03-04 16:48:51 -08:00
William A. Kennington III
7b517a4b29
tevent: 0.9.23 -> 0.9.24
2015-03-04 16:48:51 -08:00
Remy Goldschmidt
7648cb2456
Added Numix GTK theme, removed unnecessary ls -lah in Numix/Numix-Circle icon themes
2015-03-04 18:00:25 -06:00
vbgl
b7bcd30dbe
Merge pull request #6661 from devhell/profanity
...
profanity: 0.4.5 -> 0.4.6
2015-03-05 00:01:08 +01:00
Eelco Dolstra
6f33aa8465
orig-gcc -> orig-cc
2015-03-04 22:15:46 +01:00
Eelco Dolstra
694f01db2d
intersect -> intersectLists, subtract -> subtractLists
2015-03-04 22:15:46 +01:00
Eelco Dolstra
97fcb33ac2
cudatoolkit: Fix gcc -> cc
...
Urgh, we shouldn't have renamed gcc to cc...
2015-03-04 22:15:46 +01:00
Eelco Dolstra
829479d1dd
substract -> subtract
2015-03-04 22:15:45 +01:00
devhell
5be852be9f
profanity: 0.4.5 -> 0.4.6
...
Changes include:
* 16 colour support
* UI preferences included in themes (http://www.profanity.im/themes.html )
* Roster panel in console window
* Word wrapping
* Configure time display in main window
* Set default account for /connect
* Contact presence and resource displayed in titlebar
* Ability to override resource when sending messages
* Chat session handling in line with http://xmpp.org/rfcs/rfc6121.html#message-chat
* Lower CPU usage during periods of inactivity
* Keychain/keyring integration using account eval_password property
* Fixed remote code execution bug on OSX when desktop notifications configured to show message text
Most new UI features are enabled by default but can be disabled with the relevant preference command.
2015-03-04 20:57:59 +00:00
Markus Kohlhase
c9afdef66d
pkgs: zdfmediathk 8 -> 9
2015-03-04 19:18:13 +00:00
Aistis Raulinaitis
23506c2888
Updating Opera 12.12 to 12.16
2015-03-04 09:53:31 -08:00
Peter Simons
16d8a67e75
hackage-packages: re-generate from Hackage 2015-03-04T18:28:23+0100
2015-03-04 18:28:23 +01:00
Ricardo M. Correia
e6561c5fb1
cargo: Install man page
...
... as well as other artifacts.
2015-03-04 18:08:52 +01:00
Ricardo M. Correia
9e19e5dc98
pax-utils: Update from 0.9.2 -> 1.0
2015-03-04 18:04:52 +01:00
lethalman
716ae5f7a7
Merge pull request #6656 from wjlroe/autojump-22.2.4
...
autojump: Update to 22.2.4
2015-03-04 17:24:08 +01:00
William Roe
df73d821fa
autojump: Update to 22.2.4
2015-03-04 16:14:49 +00:00
Eelco Dolstra
c502efc72a
linux: Enable Intel idle driver
...
Also build the performance governor into the kernel so there is a sane
default. Note that cpufreq.service will still load "ondemand" on
non-pstate systems.
2015-03-04 17:11:41 +01:00
Eelco Dolstra
26da67ff73
Kernel config: Separate power management and debugging
2015-03-04 17:10:47 +01:00
Peter Simons
13764f0b0f
haskell-ng: Monadius and cabal-debian are broken
2015-03-04 15:55:34 +01:00
Peter Simons
9b600ca3b5
haskell-al: fix build
2015-03-04 15:55:33 +01:00
Peter Simons
ce441f4aaf
haskell-ng: configure overrides
2015-03-04 15:55:33 +01:00