Philipp Hausmann
b574af31f4
maintainers: Make attrname match my github account
2016-01-03 10:27:30 +01:00
Tobias Geerinckx-Rice
99075fb402
saneBackends{,Git} -> sane-backends{,-git}
...
Fixes xsane evaluation.
2016-01-03 03:31:38 +01:00
Nikolay Amiantov
6a862c5a61
mumble: enable parallel building
2016-01-03 03:30:32 +03:00
Nikolay Amiantov
deda44195a
Merge branch 'fix-murmur_git-build' of https://github.com/exi/nixpkgs
...
Closes #12052
2016-01-03 03:24:49 +03:00
Nikolay Amiantov
4a0ec15cd0
Merge pull request #12061 from exi/fix-bomi-build
...
bomi: fix missing build dependency
2016-01-03 03:23:34 +03:00
Nikolay Amiantov
e312276b01
Merge pull request #12000 from nathan7/nix-auto-run
...
command-not-found: add NIX_AUTO_RUN option, to automatically invoke nix-shell
2016-01-03 03:22:50 +03:00
Tobias Geerinckx-Rice
91fbdd3ee2
redshift: 1.10 -> 1.11
...
Changes:
- Add option preserve for gamma adjustment methods (randr, vidmode,
quartz, w32gdi) to apply redness on top of current gamma
correction.
- Fix #158 : Add redshift.desktop file to resolve an issue where
Geoclue2 would not allow redshift to obtain the current location.
- Fix #263 : Make sure that the child process is terminated when
redshift-gtk exits.
- Fix #284 : A sample configuation file has been added to the
distribution tarball.
- Fix warning message in redshift-gtk that is some cases caused
redshift-gtk to fail (#271 )
- Fix #174 : Use nanosleep() for sleeping to avoid high CPU load on
platforms (NetBSD, ...) with limitations in usleep()
- Various updates to man page and translations.
2016-01-03 01:05:06 +01:00
Tobias Geerinckx-Rice
4a4e9849e8
sane: camelCase -> upstream-names
2016-01-03 00:24:28 +01:00
Tobias Geerinckx-Rice
ddd48258e8
gnustep-make: 2.6.6 -> 2.6.7
2016-01-03 00:24:28 +01:00
Tobias Geerinckx-Rice
4f1559a751
gnustep-make: fix installation path
...
Get rid of the nested /nix/store/.../nix/store/... directories.
2016-01-03 00:24:28 +01:00
Tobias Geerinckx-Rice
4943e41347
wget: make libpsl attribute properly optional
2016-01-03 00:24:28 +01:00
Tobias Geerinckx-Rice
d9f06f6665
libpsl: 0.11.0 -> 0.12.0
2016-01-03 00:24:28 +01:00
Tobias Geerinckx-Rice
d030b608dd
zopfli: build & install zopflipng, shared libraries, READMEs
2016-01-03 00:24:28 +01:00
Tobias Geerinckx-Rice
2ba8ae8d97
zopfli: 1.0.0 -> 1.0.1 + bug fixes
...
Maintain & tidy up `meta` while we're here.
2016-01-03 00:24:28 +01:00
Tobias Geerinckx-Rice
dd63386e6d
perlPackages.URI: 1.68 -> 1.69
2016-01-03 00:24:28 +01:00
Bjørn Forsman
0ec3f4d339
cups-bjnp: align attrname with pkgname (s/cupsBjnp/cups-bjnp/)
2016-01-02 23:28:04 +01:00
Bjørn Forsman
a1ddb32a45
cups-bjnp: add meta.description
2016-01-02 23:14:31 +01:00
Robert Helgesson
a596f7dcb9
netcat: add meta data
2016-01-02 22:49:57 +01:00
Simon Vandel Sillesen
fecea0b305
qbittorrent: 3.2.3 -> 3.3.1
...
* upstream has switched to qt5 as default, so also done here
* Adds a patch to use the qt lrelease tool correct
2016-01-02 22:47:28 +01:00
Arseniy Seroka
a158f61313
Merge pull request #12092 from gebner/metis-20160101
...
metis-prover: 2.3 -> 2.3.20160101
2016-01-03 00:34:32 +03:00
Bjørn Forsman
1979034956
system-config-printer: remove bad /usr/bin reference in dbus service file
2016-01-02 22:04:52 +01:00
Gabriel Ebner
6a911bf36a
calibre: 2.46.0 -> 2.48.0
2016-01-02 18:59:10 +01:00
Gabriel Ebner
bddcf7dfed
calibre: make unrar support optional
2016-01-02 18:59:01 +01:00
Tuomas Tynkkynen
8a985d97a1
sudo: Compile with '--with-iologdir' to improve build purity
...
Otherwise it will try to guess the log directory, and the guess might
not be the same if chroot builds are enabled or not.
The gruesome details from m4/sudo.m4:
````
dnl
dnl Where the I/O log files go, use /var/log/sudo-io if
dnl /var/log exists, else /{var,usr}/adm/sudo-io
dnl
AC_DEFUN([SUDO_IO_LOGDIR], [
AC_MSG_CHECKING(for I/O log dir location)
if test "${with_iologdir-yes}" != "yes"; then
iolog_dir="$with_iologdir"
elif test -d "/var/log"; then
iolog_dir="/var/log/sudo-io"
elif test -d "/var/adm"; then
iolog_dir="/var/adm/sudo-io"
else
iolog_dir="/usr/adm/sudo-io"
fi
if test "${with_iologdir}" != "no"; then
SUDO_DEFINE_UNQUOTED(_PATH_SUDO_IO_LOGDIR, "$iolog_dir")
fi
AC_MSG_RESULT($iolog_dir)
])dnl
````
2016-01-02 18:50:11 +01:00
Fabian Schmitthenner
28b3ecac07
networkmanager: fix path /sbin/modprobe
2016-01-02 18:23:59 +01:00
Benjamin Staffin
4a69e5ae85
omake: Fix broken download URL
...
All the download links on http://omake.metaprl.org/ seem to be dead.
2016-01-02 18:21:48 +01:00
Bjørn Forsman
b1570d4f57
offlineimap: don't depend on 'pkgs' attrset
...
It's considered bad style to depend on "everything". In this case, all
that was needed from 'pkgs' was 'stdenv'.
2016-01-02 18:17:22 +01:00
Damien Cassou
fc83959704
offlineimap: 6.6.0 → 6.6.1
2016-01-02 18:07:14 +01:00
aszlig
7ea34af4dd
linux-testing: 4.4.0-rc6 -> 4.4.0-rc7
...
Upstream changes can be found at:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/?id=v4.4-rc7
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-02 17:56:03 +01:00
Peter Simons
1db4b1a8d2
Merge pull request #12093 from avnik/haskellPackages.docker
...
Disabling tests for haskellPackages.docker
2016-01-02 17:36:53 +01:00
Alexander V. Nikolaev
517e64727b
Disabling tests for haskellPackages.docker
...
Tests in `docker` package require `docker` command and working docker
server on build machine..
2016-01-02 17:16:42 +02:00
Gabriel Ebner
711e9e20de
metis-prover: 2.3 -> 2.3.20160101
2016-01-02 16:04:03 +01:00
Arseniy Seroka
181556f977
Merge pull request #12070 from exi/kmymoney-add-kbanking
...
kmymoney: 4.6.3 -> 4.7.2 and enable kbanking
2016-01-02 16:01:22 +03:00
Arseniy Seroka
6d74ea93fe
Merge pull request #12083 from aborsu/owncloud-update
...
owncloud 7.0.11 -> 7.0.12
2016-01-02 15:59:53 +03:00
Pascal Wittmann
14b1e56197
Merge pull request #12081 from exi/fix-ding-desktop-file
...
ding: fix ding desktop file path
2016-01-02 13:49:14 +01:00
Pascal Wittmann
3998013ecd
Merge pull request #12088 from rycee/bump/fira-code
...
fira-code: 1.101 -> 1.102
2016-01-02 13:46:16 +01:00
Robert Helgesson
84514ae8cc
fira-code: 1.101 -> 1.102
2016-01-02 13:33:34 +01:00
Vladimír Čunát
8781743edb
unrar: fix #12084 : wrong license
2016-01-02 12:30:28 +01:00
Benjamin Staffin
212b83433d
go1.5: Fix Darwin build by disabling a broken test ( close #12075 )
...
TestNohup appears to work on Darwin if the test suite is running
attached to a terminal, but not when Nix runs it.
2016-01-02 12:29:26 +01:00
Augustin Borsu
31dcefeee6
owncloud 7.0.11 -> 7.0.12
2016-01-02 09:10:54 +01:00
Vladimír Čunát
4f08cb0de9
policykit: remove the package obsoleted by polkit
...
Inspired by:
https://github.com/NixOS/nixpkgs/commit/6ce3b9a8068d#commitcomment-15226586
2016-01-02 09:02:06 +01:00
Vladimír Čunát
b7658f3f8b
connman: drop policykit dependency, refactor meta
...
PolicyKit is long obsoleted by PolKit and it didn't seem used here.
/cc maintainer @matejc.
2016-01-02 09:02:05 +01:00
Reno Reckling
74fc8dc0ce
fix ding desktop file path
2016-01-02 03:58:07 +01:00
Bjørn Forsman
92a0140ff8
cups-pk-helper: init at 0.2.5
...
Adding this package to environment.systemPackages stops the
"Add new printer" button in gnome-control-center from being grayed out
and stops it from printing:
(gnome-control-center:16664): printers-cc-panel-WARNING **: Your system does not have the cups-pk-helper's policy "org.opensuse.cupspkhelper.mechanism.all-edit" installed. Please check your installation
But completing the printer setup requires some additional packaging
work. This is what happens when trying to _add_ a printer:
(gnome-control-center:18733): printers-cc-panel-WARNING **: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.fedoraproject.Config.Printing was not provided by any .service files
(gnome-control-center:18733): printers-cc-panel-WARNING **: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.PackageKit was not provided by any .service files
2016-01-01 23:33:11 +01:00
Tobias Geerinckx-Rice
7dc9ecd803
Merge pull request #12059 from svenkeidel/cool-retro-term-fix
...
cool-retro-term: add missing dependencies and fix qmltermwidget, fixes #12027
2016-01-01 22:53:37 +01:00
Reno Reckling
4ffe61e0d1
boolstuff: 0.1.14 -> 0.1.15
...
The build was broken because the webserver served the wrong archive version.
This fixes it indirectly.
2016-01-01 22:47:08 +01:00
Reno Reckling
73e5d23387
kmymoney: enable kbanking support
...
this will add hbci capabilities to kmymoney
2016-01-01 22:10:07 +01:00
Reno Reckling
aa0cf50d23
kmymoney: 4.6.3 -> 4.7.2
2016-01-01 22:09:30 +01:00
Tobias Geerinckx-Rice
8924e770ca
a2ps: fix evaluation
2016-01-01 22:03:21 +01:00
Tobias Geerinckx-Rice
8b9a9fd9f5
saneBackendsGit: 2015-12-27 -> 2016-01-01
2016-01-01 21:43:20 +01:00
Tobias Geerinckx-Rice
ddb6e8e69c
man-pages: 4.03 -> 4.04
2016-01-01 21:43:20 +01:00
Peter Simons
a0880dcb41
Merge pull request #12066 from mdorman/flashupdate
...
flashplayer: 11.2.202.554 -> 11.2.202.559
2016-01-01 20:23:37 +01:00
Peter Simons
80e6d455be
Merge pull request #12068 from davidak/update-pass
...
pass: update homepage url
2016-01-01 20:23:13 +01:00
davidak
fc45d98c31
pass: update homepage url
2016-01-01 20:19:11 +01:00
Michael Alan Dorman
1b5873a720
shotwell: 0.20.2 -> 0.22.0
...
This release has actually been out for nine months, and the existing
release completely failed to be able to import photos in my setup.
2016-01-01 14:08:26 -05:00
Michael Alan Dorman
c140bd697b
flashplayer: 11.2.202.554 -> 11.2.202.559
2016-01-01 14:03:08 -05:00
Benno Fünfstück
aaeba728b3
a2ps: new package
2016-01-01 19:11:58 +01:00
Michael Raskin
502c791611
update-walker: add a minimal description
2016-01-01 19:07:38 +01:00
Arseniy Seroka
23b050fa84
Merge pull request #12049 from luispedro/update_zotero4_0_28_8
...
zotero: 4.0.26 -> 4.0.28.8
2016-01-01 20:55:29 +03:00
Arseniy Seroka
16223a4c65
Merge pull request #12057 from womfoo/facter
...
facter: 3.0.2 -> 3.1.3
2016-01-01 20:54:38 +03:00
Shea Levy
35cf6c428f
Merge branch 'patch-4' of git://github.com/leenaars/nixpkgs
...
xf86-input-wacom: 0.31.0 -> 0.32.0
2016-01-01 09:50:05 -05:00
Tobias Geerinckx-Rice
3a250b2518
Merge pull request #12050 from nckx/fix-mturk-hash
...
aws-mturk-clt: update sha256 hash
2016-01-01 14:59:53 +01:00
Reno Reckling
a60418a770
bomi: fix missing build dependency
...
The build fails without specifying qtquickcontrols as a build input
2016-01-01 14:57:28 +01:00
leenaars
3bd03f3141
xf86-input-wacom: 0.31.0 -> 0.32.0
2016-01-01 14:16:32 +01:00
Sven Keidel
30ff95ea59
cool-retro-term: add missing dependencies and fix qmltermwidget
2016-01-01 12:00:11 +01:00
Michael Raskin
a413b8fde1
libreoffice: 5.0.2.2 -> 5.0.4.2
2016-01-01 12:30:17 +03:00
Michael Raskin
ff853a98fb
libreoffice: readd and fix the script to generate fetch list for LibreOffice. Migrating all of these to system packages would not work without patching the build system, I am afraid…
2016-01-01 12:30:17 +03:00
Michael Raskin
8efa3745c7
libmwaw: 0.3.5 -> 0.3.7
2016-01-01 12:30:17 +03:00
Michael Raskin
3279ab1de4
libodfgen: 0.1.4 -> 0.1.6
2016-01-01 12:30:17 +03:00
Michael Raskin
b02d4c5d27
librem: 0.4.6 -> 0.4.7
2016-01-01 12:30:17 +03:00
Michael Raskin
1a085b0c54
libre: 0.4.13 -> 0.4.14
2016-01-01 12:30:17 +03:00
Michael Raskin
e00cdaa6a2
librevenge: 0.0.2 -> 0.0.3
2016-01-01 12:30:17 +03:00
Michael Raskin
c8b9753882
eigen: 3.2.5 -> 3.3-alpha1
2016-01-01 12:30:17 +03:00
Michael Raskin
b2ac241e95
iptables: 1.4.21 -> 1.6.0
2016-01-01 12:30:17 +03:00
Michael Raskin
8d81c0ada2
cdk: a new release…
2016-01-01 12:30:17 +03:00
Michael Raskin
1dba4b4e6a
scons: 2.3.6 -> 2.4.1
2016-01-01 12:30:17 +03:00
Michael Raskin
81aa158838
botanUnstable: 1.11.19 -> 1.11.25
2016-01-01 12:30:17 +03:00
Michael Raskin
1406e8e693
angelscript: 2.30.1 -> 2.30.2
2016-01-01 12:30:17 +03:00
Michael Raskin
4251a1aacb
asdf: 3.1.5 -> 3.1.6
2016-01-01 12:30:17 +03:00
Michael Raskin
9449464024
libgphoto2: 2.5.8 -> 2.5.9
2016-01-01 12:30:17 +03:00
Michael Raskin
761340140c
luarocks: 2.2.2 -> 2.3.0
2016-01-01 12:30:17 +03:00
Michael Raskin
8431b84d9a
tcpflow: 1.4.4 -> 1.4.5
2016-01-01 12:30:17 +03:00
Michael Raskin
f638adb107
apache-jena: 3.0.0 -> 3.0.1
2016-01-01 12:30:17 +03:00
Michael Raskin
5446554002
lazarus: 1.2.6 -> 1.4.4
2016-01-01 12:30:17 +03:00
Michael Raskin
9201598227
compiz: 0.9.12.1 -> 0.9.12.2
2016-01-01 12:30:17 +03:00
Michael Raskin
0f9a361064
firejail: 0.9.26 -> 0.9.36
2016-01-01 12:30:17 +03:00
Michael Raskin
5db11e97e7
conspy: 1.10 -> 1.13
2016-01-01 12:30:17 +03:00
Michael Raskin
f1eeed7a29
ised: 2.6.0 -> 2.7.0
2016-01-01 12:30:17 +03:00
Michael Raskin
df9efd4f1b
sysdig: 0.5.1 -> 0.6.0
2016-01-01 12:30:17 +03:00
Michael Raskin
a2f76a89bb
gajim: 0.16.4 -> 0.16.5
2016-01-01 12:30:17 +03:00
Michael Raskin
a102de361b
fpc: 2.6.4 -> 3.0.0
2016-01-01 12:30:17 +03:00
Michael Raskin
a2ddd89932
baresip: 0.4.15 -> 0.4.16
2016-01-01 12:30:17 +03:00
Michael Raskin
51f8932c8e
pari (PARI/GP): 2.7.4 -> 2.7.5
2016-01-01 12:30:17 +03:00
Michael Raskin
247c419427
ipmiutil: 2.9.6 -> 2.9.8
2016-01-01 12:30:17 +03:00
Michael Raskin
119de110a3
glusterfs: 3.7.3 -> 3.7.6
2016-01-01 12:30:17 +03:00
Michael Raskin
ab3277e68a
nginxUnstable: 1.9.7 -> 1.9.9
2016-01-01 12:30:17 +03:00
Kranium Gikos Mendoza
6c34b9c2ad
facter: 3.0.2 -> 3.1.3
2016-01-01 15:47:44 +08:00
Mateusz Kowalczyk
581e9f0b32
tibia: 10.81 -> 10.90
2016-01-01 03:57:55 +00:00
Peter Simons
365ed9e37f
haskell-binary: prefer version 0.7.x over 0.8.x for GHC 7.0.x
2015-12-31 23:43:10 +01:00
Michael Alan Dorman
09956eab48
pointfree: now builds with haskell-src-exts-1.17.
2015-12-31 23:43:10 +01:00
Peter Simons
d464c85fdf
haskell-modules: remove obsolete re-build triggers
2015-12-31 23:43:09 +01:00
Peter Simons
5f47b751b3
haskell-semigroups: fix build with GHC 7.8.x and 7.6.x
2015-12-31 23:43:09 +01:00
Peter Simons
9955602aa0
configuration-hackage2nix.yaml: update list of broken packages
2015-12-31 23:43:09 +01:00
Peter Simons
63c8129bc6
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20151217-3-gd4ae18a using the following inputs:
- Nixpkgs: 579e6bb797
- Hackage: e1530f9f9a
- LTS Haskell: d3e5ae70f9
- Stackage Nightly: db90cf927d
2015-12-31 23:43:04 +01:00
Reno Reckling
10a87beb7e
murmur_git: fix failing build because of changed ice file paths
2015-12-31 20:01:41 +01:00
Aristid Breitkreuz
0c7db6c696
jpegoptim: init at 1.4.3
2015-12-31 16:55:50 +01:00
Michael Raskin
f50aca5157
cl-launch: 4.1.4 -> 4.1.4.1
2015-12-31 16:52:05 +01:00
Michael Raskin
7dc2f1632c
qpdfview: 0.4.15 -> 0.4.16
2015-12-31 16:51:13 +01:00
Peter Simons
a174c20de8
Merge pull request #12048 from exi/fix-wireshark-qt
...
wireshark-qt: make wireshark-qt build and run again
2015-12-31 15:07:21 +01:00
Wido den Hollander
2773dfbb5e
libvirt: Update from 1.2.19 to 1.3.0
2015-12-31 14:40:07 +01:00
Reno Reckling
28fd7afd02
wireshark-qt: make wireshark-qt build and run again
2015-12-31 13:56:50 +01:00
Tobias Geerinckx-Rice
6a903c1f87
aws-mturk-clt: update sha256 hash
...
Stable tarballs are so 2015.
2015-12-31 13:48:07 +01:00
Domen Kožar
2be814f21e
Merge pull request #11985 from mayflower/update-thinkfan
...
thinkfan: 0.8.1 -> 0.9.2
2015-12-31 13:41:30 +01:00
Domen Kožar
680659023c
Merge pull request #12034 from bjornfor/add-meta-platforms-to-xorg
...
xorg: add meta.platforms
2015-12-31 13:41:13 +01:00
Luis Pedro Coelho
7a6debc791
zotero: 4.0.26 -> 4.0.28.8
...
The previous version was too old for the current version of firefox and
syncing failed with an error: "req.sendAsBinary is not a function". This
new version solves this.
See https://forums.zotero.org/discussion/48500/bug-with-firefox-plugin/
2015-12-31 13:13:31 +01:00
Arseniy Seroka
b9bfedd64d
Merge pull request #11999 from kamilchm/qtile-0.10.3
...
qtile: 0.10.2 -> 0.10.3
2015-12-31 14:56:50 +03:00
Arseniy Seroka
ab136e6e96
Merge pull request #12041 from kragniz/patch-1
...
qmltermwidget: fix homepage url
2015-12-31 14:56:29 +03:00
Hoang Xuan Phu
ff49b7f91e
postfix: patch to stop hard coding SHELL
2015-12-31 17:03:48 +08:00
Tobias Geerinckx-Rice
3b065f0215
zpaqd: fix typo...
2015-12-31 05:09:13 +01:00
Tobias Geerinckx-Rice
4ae6598c0b
zpaq{,d}: clarify; improve description; maintain
2015-12-31 05:04:05 +01:00
Tobias Geerinckx-Rice
d04e57ea6a
zpaq{,d}: un-break compileFlags and stop using -march=native
...
Running zpaq on an older but not ancient 64-bit Intel server aborts
with an ‘Illegal instruction’ error. Turns out the build expression
was using -march=native to generate distibution binaries...
Change this to more conservative, portable settings which should
cover ‘all’ CPUs. It may run slightly slower — but that at least
implies running.
As a nice side effect, all common compile flags are now back in
`compileFlags` whence they came, and actually used consistently.
2015-12-31 05:04:05 +01:00
Tobias Geerinckx-Rice
624b3a34c0
wireless-regdb: change homepage to more accessible wiki
2015-12-31 05:04:05 +01:00
Austin Seipp
d97ae517fb
nixpkgs: plex 0.9.12.19.1537 -> 0.9.14.6.1620
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-12-30 20:12:03 -06:00
Peter Simons
1b7c1fb382
Merge pull request #11931 from luispedro/add_chessx_stockfish
...
Add chessx and stockfish (chess engine)
2015-12-31 01:16:38 +01:00
Dan Peebles
51ebb5a9aa
lz4: mark as working on all unixes
...
I've only tested on darwin, but it looks like a pretty vanilla package
2015-12-30 17:45:13 -05:00
Luis Pedro Coelho
c570bc50bc
chessx: init at 1.3.2
...
Chessx is a chess database GUI. Using the stockfish engine, users can
also analyse games.
2015-12-30 23:19:44 +01:00
Luis Pedro Coelho
8bec69e9c8
stockfish: init at 6
2015-12-30 23:19:39 +01:00
Michael Raskin
d27dd12571
Merge pull request #12043 from rycee/migrate/stdenv
...
Migrate some more packages from builderDefsPackage to stdenv
2015-12-30 21:26:00 +01:00
Robert Helgesson
318a0c9f3f
flightgear: use fltk with XFT support
...
Without XFT the Flight Gear compilation fails with an undefined
reference to `XGetUtf8FontAndGlyph`.
2015-12-30 21:17:39 +01:00
Robert Helgesson
73ede34fe5
vbetool: use stdenv
...
This replaces use of `builderDefsPackage`.
2015-12-30 21:15:15 +01:00
Robert Helgesson
2367594575
hawknl: fix download URL
...
The upstream URL is broken, use an alternative download URL. Checksum is
the same as old download.
2015-12-30 21:15:15 +01:00
Robert Helgesson
9f5b058041
regina: use stdenv
...
This replaces use of `builderDefsPackage`.
2015-12-30 21:15:15 +01:00
Robert Helgesson
ffd09ecc60
unicap: use stdenv
...
This replaces use of `builderDefsPackage`. Also fix build.
2015-12-30 21:15:15 +01:00
Robert Helgesson
6ca0480de6
cgui: use stdenv
...
This replaces use of `builderDefsPackage`.
2015-12-30 21:15:15 +01:00
Robert Helgesson
7ce3f6f976
openscenegraph: use stdenv
...
This replaces use of `builderDefsPackage`. Also minor cleanups.
2015-12-30 21:15:15 +01:00
Robert Helgesson
abf836b066
ois: use stdenv
...
This replaces use of `builderDefsPackage`.
2015-12-30 21:15:15 +01:00
Robert Helgesson
9a47354a96
allegro5unstable: use stdenv
...
This replaces use of `builderDefsPackage`. Also change to download
tarball from GNA as it is the new upstream home. Minor other fixes.
2015-12-30 21:15:15 +01:00
Robert Helgesson
f37279aebc
allegro5: use stdenv
...
This replaces use of `builderDefsPackage`. Also change to download
tarball from GNA as it is the new upstream home. Minor other fixes.
2015-12-30 21:15:15 +01:00
Robert Helgesson
bbd253b569
allegro: use stdenv
...
This replaces use of `builderDefsPackage`. Also change to download
tarball from GNA as it is the new upstream home. Minor other fixes.
2015-12-30 21:15:15 +01:00
Robert Helgesson
ac8e5edada
box2d: use stdenv
...
This replaces use of `builderDefsPackage`. Also change to download
tarball from GitHub as it is the new upstream home.
2015-12-30 21:15:15 +01:00
Arseniy Seroka
51c9093ce7
Merge pull request #12025 from VShell/icestorm
...
yosys, arachne-pnr, icestorm: init
2015-12-30 20:44:05 +03:00
Michael Raskin
f7ab821916
Julia: update libuv version
2015-12-30 18:17:43 +01:00
Louis Taylor
358885fd87
qmltermwidget: fix homepage url
2015-12-30 16:52:46 +00:00
Shell Turner
c485543c7c
yosys: init at 2015.12.29
2015-12-30 16:52:41 +00:00
Shell Turner
f11ec866ad
arachne-pnr: init at 2015.12.29
2015-12-30 16:52:41 +00:00
Shell Turner
c1ec39d47b
icestorm: init at 2015.12.29
2015-12-30 16:52:41 +00:00
Thomas Tuegel
34123acd4f
Merge pull request #12037 from bcdarwin/emacs-popup-mode-cleanup
...
[emacs-packages] popup-mode: remove manual derivation (hence also bump 0.5.2 -> 0.5.3)
2015-12-30 10:24:42 -06:00
Ben Darwin
8565efc4da
remove manual derivation for popup-mode
2015-12-30 10:36:15 -05:00
Arseniy Seroka
640d861d13
Merge pull request #12020 from ehmry/windowlab
...
WindowLab: initial pkg at 1.40
2015-12-30 18:07:20 +03:00
Bjørn Forsman
a5b68eb4f6
xorg: add meta.platforms
...
Add it to the generator script (generate-expr-from-tarballs.pl) and then
add the updated generated file (pkgs/servers/x11/xorg/default.nix) after
performing the steps outlined in the generator script.
NOTE: People seem to have updated .../default.nix manually (even though
it has a "THIS IS A GENERATED FILE. DO NOT EDIT!" header), so I had to
skip some changes to not downgrade several packages.
2015-12-30 12:50:54 +01:00
Vladimír Čunát
468f698f60
rsync: security update 3.1.1 -> 3.1.2
...
This should fix CVE-2014-9512.
https://download.samba.org/pub/rsync/src/rsync-3.1.2-NEWS
2015-12-30 12:06:00 +01:00
Vladimír Čunát
8627b26874
libpng-1.2: security update 1.2.54 -> 1.2.55
...
It should finally fix #11030 and CVE-2015-8126 for 1.2.
2015-12-30 11:40:44 +01:00
Emery
952563d620
WindowLab: initial pkg at 1.40
...
http://nickgravgaard.com/windowlab/
2015-12-30 11:10:30 +01:00
Vladimír Čunát
fff938f72a
liferea: maintenance update 1.10.16 -> 1.10.17
...
Also refactor meta.
2015-12-30 10:59:02 +01:00
Dan Peebles
878544e4f6
perl-5.2{0,2}: remove unnecessary patch for darwin
...
The patch no longer applies on 5.20 and is breaking everything. I tried
building both 5.20 and 5.22 and both seemed to work fine without the
patch.
2015-12-29 21:01:19 -05:00
Sander van der Burg
ebe4d609ea
supertux: bump to version 0.4.0
2015-12-29 23:40:43 +00:00
Peter Simons
3a8112f7da
r-modules: prefer gsl 1.x since 2.x is unsupported by r-gsl-1.9.x
2015-12-29 21:22:59 +01:00
Reno Reckling
a1e0894cb4
ding: init at 1.8 ( close #11989 )
...
vcunat improved meta.
2015-12-29 21:03:19 +01:00
Domen Kožar
bea60e1409
Merge pull request #12026 from rycee/migrate/stdenv
...
Migrate packages in games to stdenv from builderDefsPackage
2015-12-29 21:00:22 +01:00
Robert Helgesson
a04916cdc4
sauerbraten: use stdenv
...
This replaces use of builderDefsPackage (#4210 ).
2015-12-29 20:31:01 +01:00
Robert Helgesson
aca3851b88
tbe: r2048 -> 0.9.2.1
...
Also replace use of builderDefsPackage (#4210 ).
2015-12-29 20:31:01 +01:00
Robert Helgesson
b9f1140e4d
atanks: use stdenv
...
This replaces use of builderDefsPackage (#4210 ).
2015-12-29 20:31:01 +01:00
Robert Helgesson
73184f5f59
stardust: use stdenv
...
This replaces use of builderDefsPackage (#4210 ).
2015-12-29 20:31:01 +01:00
Robert Helgesson
281b584e4a
liquidwar: use stdenv
...
This replaces use of builderDefsPackage (#4210 ).
2015-12-29 20:31:01 +01:00
Thomas Tuegel
c919bb82af
Merge branch 'emacs-packages'
2015-12-29 13:25:11 -06:00
Thomas Tuegel
c266de63ee
melpa-stable-packages: use recipeFile
2015-12-29 13:24:42 -06:00
Thomas Tuegel
1d8e3db9ff
melpa-packages: use recipeFile
2015-12-29 13:24:28 -06:00
Thomas Tuegel
7466e0f264
melpaBuild: accept recipeFile in lieu of fileSpecs
2015-12-29 13:23:49 -06:00
Domen Kožar
6da327b433
Chromium updates
2015-12-29 19:32:38 +01:00
Eelco Dolstra
63bf2a551e
nixUnstable: 1.11pre4334_7431932 -> 1.11pre4345_b8258a4
2015-12-29 17:54:58 +01:00
Arseniy Seroka
9544823b6e
Merge pull request #12014 from ehmry/ratox
...
ratox: fix src hash mismatch
2015-12-29 19:32:10 +03:00
Vladimír Čunát
08dd527cc7
Merge branch 'staging'
...
http://hydra.nixos.org/eval/1234895
The mass errors on Hydra seem transient; I verified ghc on i686-linux.
Only darwin jobs are queued ATM. There's a libpng security update
included in this merge, so I don't want to wait too long.
2015-12-29 17:14:35 +01:00
Vladimír Čunát
6a51a615b4
goPackages.inflect: add version suffix
...
Instead of approach in #12002 , I chose the commit-date style
to preserve linearity if it (ever) gets updates.
The package seems to do no releases.
2015-12-29 17:07:26 +01:00
Vladimír Čunát
b91dcad4bc
fetchFromBitBucket: auto-remove an impure file
...
Also fix the hash in goPackages.inflect, the only user of the fetcher ATM.
Closes #12002 (different `inflect` fix), fixes #12012 .
Using fetchzip-derived functions is likely more efficient than fetchhg,
and it's lighter on dependencies (hash is the same as with fetchhg in this case).
2015-12-29 16:54:50 +01:00
Jakob Gillich
36a4600422
remove fetchFromGitorious ( close #12024 )
...
The site has retired and it's not used by anything.
2015-12-29 16:33:15 +01:00
Peter Simons
c5f28c305a
Merge pull request #11566 from Bevaz/ccache-links
...
ccache: create symlinks to gcc lib & include in ccache-links directory
2015-12-29 16:29:16 +01:00
Peter Simons
5ab5e1d25e
Merge pull request #11959 from exi/use-official-taglib-extras
...
use official taglib-extras source
2015-12-29 16:28:35 +01:00
Eelco Dolstra
f6df6d8d46
linux: 3.18.24 -> 3.18.25
2015-12-29 15:56:20 +01:00
Reno Reckling
f1aa829a43
use official taglib-extras source
2015-12-29 15:36:47 +01:00
Yann Hodique
bc6e050f21
mesa: add download url ( close #11942 )
...
vcunat refactored a bit (too long line, etc.) and reordered the URLs.
2015-12-29 14:23:41 +01:00
Bjørn Forsman
4f3d769d6f
conky: add meta.platforms
2015-12-29 13:16:01 +01:00
Arseniy Seroka
efce163164
Merge pull request #11988 from mayflower/update-dhcpcd
...
dhcpcd: 6.9.3 -> 6.9.4
2015-12-29 15:00:40 +03:00
Arseniy Seroka
19b6034135
Merge pull request #11995 from dezgeg/pr-yledl
...
yle-dl: init at 2.9.1
2015-12-29 14:59:20 +03:00
Arseniy Seroka
729211de7a
Merge pull request #11917 from jerith666/subgit
...
subgit: init at 3.1.0
2015-12-29 14:57:47 +03:00
Emery
b604318ad8
ratox: fix src hash mismatch
2015-12-29 11:44:07 +01:00
Edward Tjörnhammar
2c9369dc43
i2pd: 2.1.0 -> 2.2.0
2015-12-29 09:17:35 +01:00
Matt McHenry
090efc2907
subgit: init at 3.1.0
2015-12-28 22:59:23 -05:00
Domen Kožar
c953334c75
Merge pull request #11972 from codsl/tor-0.2.7.6
...
tor: 0.2.7.5 -> 0.2.7.6
2015-12-28 23:27:29 +01:00
Domen Kožar
a27a1f9f8e
Merge pull request #12007 from mayflower/spotify-openssl
...
spotify: Use specific openssl version
2015-12-28 23:15:40 +01:00
Domen Kožar
82604c259c
Merge pull request #12006 from exi/fix-failing-amarok-build
...
amarok: add necessary dependencies to fix failing build
2015-12-28 23:15:24 +01:00
Domen Kožar
af751a7845
qt55.openbr: fix source
2015-12-28 23:14:34 +01:00
Dan Peebles
527f3574b7
stdenvBootstrapTools.x86_64-darwin: unbreak
...
This is blocking Hydra from updating the nixpkgs-unstable channel. Also
add myself as a maintainer so Hydra can notify me if it breaks again
2015-12-28 16:59:37 -05:00
Robin Gloster
4f6c12de30
spotify: Use specific openssl version
...
Spotify needs an ABI compatible libssl as it is a binary.
Only changes things if openssl is aliased to another libssl.
2015-12-28 21:52:29 +00:00
Reno Reckling
bfd77fdbbe
amarok: add necessary dependencies to fix failing build
2015-12-28 22:49:36 +01:00
Domen Kožar
97a40f6de6
pythonPackages.polylint: remove obsolete build
2015-12-28 22:49:23 +01:00
Robin Gloster
8eede9e41e
gnome-boxes, libguestfs: fix builds due to libvirt
...
Adds link time dependencies which are now used in libvirt and unbreaks
these packages
2015-12-28 21:44:12 +00:00
Robin Gloster
0bd5a83403
libosinfo: 0.2.11 -> 0.2.12
...
Unbreaks gnome-boxes 3.18
2015-12-28 21:44:12 +00:00
Robin Gloster
729fb7a440
virt-viewer: fix build and clean up
2015-12-28 21:44:12 +00:00
Robin Gloster
8260022a1b
libvirt-glib: 0.2.0 -> 0.2.3
...
This also fixes the build with the xen-supporting libvirt and removes
obsolete workarounds.
2015-12-28 21:43:25 +00:00
Robin Gloster
4e225b61d2
libvirt: add xen support
2015-12-28 21:43:25 +00:00
Robin Gloster
876a182b66
libvirt: fix including libpcap
2015-12-28 21:43:25 +00:00
Domen Kožar
af25cc9427
fix virtviewer build
2015-12-28 22:39:22 +01:00
Domen Kožar
4e4931507b
fix mesos build, fixes #11638
2015-12-28 22:28:38 +01:00
Peter Simons
f3aa927b70
Merge pull request #11991 from dezgeg/pr-openssh-purity
...
openssh: Compile with '--with-pid-dir' to improve build purity
2015-12-28 21:49:36 +01:00
Antoine R. Dumont (@ardumont)
fddf0dfa49
Remove deferred's manual derivation
...
11503 related
2015-12-28 20:29:54 +01:00
Antoine R. Dumont (@ardumont)
b863b5fc35
Remove yasnippet's manual derivation
...
11503 related
2015-12-28 20:28:48 +01:00
Thomas Tuegel
36a08ce5a0
arpack: 3.2.0 -> 3.3.0
2015-12-28 11:44:03 -06:00
Tuomas Tynkkynen
919d44d29f
openssh: Compile with '--with-pid-dir' to improve build purity
...
The configure script tries to probe whether /var/run exists when
determining the location for the pid file, which is not very nice when
doing chroot builds. Just set it explicitly to avoid the problem.
For reference, the culprit in configure.ac:
````
piddir=/var/run
if test ! -d $piddir ; then
piddir=`eval echo ${sysconfdir}`
case $piddir in
NONE/*) piddir=`echo $piddir | sed "s~NONE~$ac_default_prefix~"` ;;
esac
fi
AC_ARG_WITH([pid-dir],
[ --with-pid-dir=PATH Specify location of ssh.pid file],
...
````
Also, use the `install-nokeys` target in installPhase so we avoid
installing useless host keys into $out/etc/ssh and improve built purity
as well.
2015-12-28 18:40:21 +02:00
Peter Simons
2ed4f9a342
Merge pull request #11977 from rycee/debundle/anki
...
anki: major refactor
2015-12-28 17:23:14 +01:00
Peter Simons
de545f8b29
Merge pull request #11984 from mayflower/update-strace
...
strace: 4.10 -> 4.11
2015-12-28 17:20:30 +01:00
Peter Simons
a1a16c5a92
Merge pull request #11990 from mayflower/update-libressl
...
libressl_2_2: 2.2.4 -> 2.2.5
2015-12-28 17:20:10 +01:00
Peter Simons
ef656e469e
Merge pull request #11980 from ArdaXi/fix-gpgkey2ssh
...
Make gpgkey2ssh use absolute path to gpg2, fixes #11912
2015-12-28 17:12:51 +01:00
Nathan Zadoks
efd9562df0
fish: pass all of argv to command-not-found
2015-12-28 15:09:48 +01:00
Stefan Junker
e3630bcf89
rkt: align stage1 information with upstream source
...
We rely on the upstream tests and hence should not change the
constellation.
See: https://github.com/coreos/rkt/blob/v0.14.0/stage1/usr_from_coreos/coreos-common.mk
Additionally add the "fly" stage1.
2015-12-28 14:20:12 +01:00
Peter Simons
1a07ecf9c5
Add LTS Haskell 3.20.
2015-12-28 13:25:45 +01:00
Peter Simons
9ca37a8a4b
haskell-text: doCheck=false override is now generated by hackage2nix
...
This is necessary to break an finite recursion in the test suite dependencies.
2015-12-28 13:19:28 +01:00
Peter Simons
3af72cf6a3
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20151217-3-gd4ae18a using the following inputs:
- Nixpkgs: 236677809b
- Hackage: 62b6b580fb
- LTS Haskell: d3e5ae70f9
- Stackage Nightly: ef03f60b53
2015-12-28 13:19:11 +01:00
Domen Kožar
0fa8f6b36b
nodePackages_0_5: don't recurseIntoAttrs
...
Two reasons for this change:
- most of 5.0 packages don't build yet
- node packages are memory intensive and block Hydra evaluation
(Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS)
PS: Removing node packages from evaluation goes from 7.5G down to
4.6G for whole nixos release job.
See #3594 and #11865
2015-12-28 12:16:22 +01:00
Kamil Chmielewski
cb0ddd9d6a
qtile: 0.10.2 -> 0.10.3
2015-12-28 11:02:05 +01:00
Domen Kožar
688ff0c0dc
Merge pull request #11992 from dezgeg/pr-update-diffoscope
...
diffoscope: 29 -> 44
2015-12-28 07:46:12 +01:00
Tuomas Tynkkynen
5120601c28
yle-dl: init at 2.9.1
2015-12-28 06:05:01 +02:00
Dan Peebles
7195e6e14f
goPackages.hugo: init at 0.15
...
Also had to add tons of other packages used as dependencies
2015-12-27 22:43:12 -05:00
Tuomas Tynkkynen
eae60d2f40
diffoscope: Add more tools to the runtime path
2015-12-28 02:28:01 +02:00
Tuomas Tynkkynen
7e85fdc6df
diffoscope: 29 -> 44
...
Relevant changes:
- Python version switched to Python 3
- ssdeep library got replaced with tlsh
- the 'magic' Python package got replaced with a different one
- Minor build system improvements == less work for us
2015-12-28 02:27:44 +02:00
Tuomas Tynkkynen
f5b6ced7ec
pythonPackages.tlsh: init at 3.4.1
...
This C extension is a bit funky since it needs cmake to be run to
generate some header file before it can be built.
2015-12-28 02:27:44 +02:00
Tuomas Tynkkynen
c0aada1e1f
rpm: Hack fix finding libpython when compiling for Python 3
...
Currently, building RPM with `python = python3` causes this:
checking for a Python interpreter with version >= 2.6... python3
checking for python3... /nix/store/dykqxnrwiz9drlcv2wy8lpvl3xvklx0g-python3-3.4.3/bin/python3
checking for python3 version... 3.4
checking for Python.h... yes
checking for library containing Py_Main... no
configure: error: missing python library
That comes from this snippet in configure.ac:
AC_SEARCH_LIBS([Py_Main],[python${PYTHON_VERSION} python],[
WITH_PYTHON_LIB="$ac_res"
],[AC_MSG_ERROR([missing python library])
])
So it's looking for (e.g) `libpython3.4.so` wheras we have `libpython3.4m.so`.
Patching the configure script to match seems to make that work (although
I don't really understand what the heck is this 'm' business about).
2015-12-28 02:16:23 +02:00
Peter Simons
71e0a6ae4f
Merge pull request #11947 from exi/taglib_extas-fix
...
taglib-extras: make taglib-extras work with taglib > 1.9
2015-12-27 23:26:46 +01:00
Peter Simons
f1cacf5de3
Merge pull request #11986 from mayflower/update-apache
...
apacheHttpd: 2.4.17 -> 2.4.18
2015-12-27 23:25:42 +01:00
Robin Gloster
bb223bc3ad
libressl_2_2: 2.2.4 -> 2.2.5
2015-12-27 22:12:52 +00:00
Tobias Geerinckx-Rice
4ef9b7558f
saneBackendsGit: 2015-12-20 -> 2015-12-27
2015-12-27 22:56:43 +01:00
Robin Gloster
a219778acc
dhcpcd: 6.9.3 -> 6.9.4
2015-12-27 21:40:09 +00:00
Robin Gloster
566c06c5a7
apacheHttpd: 2.4.17 -> 2.4.18
2015-12-27 21:31:30 +00:00
Arseniy Seroka
de124aa531
Merge pull request #11981 from codsl/torbrower-5.0.6
...
torbrowser: 5.0.4 -> 5.0.6
2015-12-28 00:25:03 +03:00
Tobias Geerinckx-Rice
330b89c68b
crda: use PREFIX instead of DESTDIR
...
Otherwise, `$out/lib/udev/rules.d/85-regulatory.rules` will still refer to a
non-existent `/sbin/crda`.
2015-12-27 21:43:26 +01:00
Tobias Geerinckx-Rice
f50a719a4d
wireless-regdb: licenses.{free -> isc}, apparently
2015-12-27 21:43:26 +01:00
Robin Gloster
7de67f48a5
thinkfan: 0.8.1 -> 0.9.2
2015-12-27 20:27:56 +00:00
Robin Gloster
0cfa4fdbd4
strace: 4.10 -> 4.11
2015-12-27 20:25:29 +00:00
Arseniy Seroka
e5057ef8de
Merge pull request #11973 from wedens/rtv_1_8_0
...
rtv: 1.7.0 -> 1.8.0
2015-12-27 23:15:31 +03:00
Arda Xi
7c17302848
Make gpgkey2ssh use absolute path to gpg2, fixes #11912
2015-12-27 20:57:55 +01:00
Tobias Geerinckx-Rice
ee0fae473c
crda: init at 3.18
2015-12-27 19:00:42 +01:00
Tobias Geerinckx-Rice
b88abaaf5e
wireless-regdb: init at 2015-12-14
2015-12-27 19:00:42 +01:00
Michael Raskin
3570bc30af
lilypond: add a workaround for fontforge version detection
...
A part of Fontforge store path was taken as a part of the version by
configure script leading to a version check failure.
2015-12-27 18:43:58 +01:00
Thomas Tuegel
00aac09d24
melpaPackages: actually build latest packages
2015-12-27 11:05:53 -06:00
Thomas Tuegel
688c005608
melpaBuild: update package-build.el
2015-12-27 10:59:27 -06:00
Thomas Tuegel
74a1b20108
melpa-stable-packages 2015-12-27
2015-12-27 10:35:34 -06:00
Thomas Tuegel
9602a20835
melpa-packages 2015-12-27
2015-12-27 10:14:57 -06:00
Robert Helgesson
5558dc828c
anki: major refactor
...
This refactoring changes a number of things:
- use system copies of Python libraries BeautifulSoup, and HTTPLIB2,
- custom install to avoid installation of unnecessary files and poor
directory structure, and
- add patch for sorting out file paths, in particular this fixes
localization.
2015-12-27 16:18:45 +01:00
Thomas Tuegel
3eda86cfea
elpa-packages 2015-12-27
2015-12-27 08:33:28 -06:00
Michael Raskin
56aa0ff1d9
runzip: init at 1.4
2015-12-27 14:23:52 +01:00
Domen Kožar
bd3ef3d1be
Merge pull request #11971 from Denommus/master
...
Adding which and curl as dependencies to playonlinux
2015-12-27 11:04:13 +01:00
Domen Kožar
3c06503067
Merge pull request #11968 from benley/patch-2
...
autossh: build on darwin too
2015-12-27 11:03:13 +01:00
codsl
8fb46420ef
torbrowser: 5.0.4 -> 5.0.6
2015-12-27 09:31:23 +00:00
wedens
d776afef09
rtv: 1.7.0 -> 1.8.0
2015-12-27 14:02:21 +06:00
codsl
42557425bc
tor: 0.2.7.5 -> 0.2.7.6
2015-12-27 07:20:14 +00:00
Vladimír Čunát
39c43bc6e2
archiveopteryx: improve install paths, parallel build
2015-12-27 08:19:19 +01:00
Tobias Geerinckx-Rice
5d03506df7
dvdisaster: run tests & build in parallel
...
It seems like a good idea to test back-up software...
2015-12-27 06:37:00 +01:00
Tobias Geerinckx-Rice
d4406237a9
dvdisaster: 0.72.6 -> 0.79.5
2015-12-27 06:37:00 +01:00
Yuri Albuquerque
9c6fecbda0
playonlinux: needs which and curl during runtime
2015-12-27 01:33:06 -04:00
Yuri Albuquerque
5cfeedc914
fontforge: needs pango on Linux, too
2015-12-27 01:33:06 -04:00
Benjamin Staffin
bb3a2aa8eb
autossh: build on darwin too
...
Tested it out just now - seems like it works fine.
2015-12-26 13:46:34 -08:00
Tobias Geerinckx-Rice
8b4273a65d
saneBackends: add generic extraFirmware support
...
This usurps the model-specific gt68xxFirmware and snapscanFirmware,
which are still supported for backwards compatibility – hopefully
not forever.
2015-12-26 19:50:17 +01:00
Tobias Geerinckx-Rice
c05165ba5c
saneBackends: don't add epson2 to dll.conf
...
It's already in there by default.
2015-12-26 19:50:17 +01:00
Tobias Geerinckx-Rice
cf699caf4d
saneBackends: don't add option for 1 udev rule
2015-12-26 19:50:17 +01:00
Tobias Geerinckx-Rice
f3048aed1d
eid-viewer: 4.1.4 -> 4.1.9
2015-12-26 19:50:17 +01:00
Reno Reckling
e94139f8c8
Add comments identifying workarounds
2015-12-26 18:42:03 +01:00
Reno Reckling
a25de32033
cantata: fix taglib search
2015-12-26 18:00:32 +01:00
Reno Reckling
4400f01c0b
amarok: fix taglib search
2015-12-26 18:00:20 +01:00
Peter Simons
d9ad002b2c
Prefer GnuPG 2.0.x by default.
...
"nix-env -iA gnupg" installs the 2.0.x version of GNU Privacy Guard. This patch
ensures that "nix-env -i gnupg" chooses the same version, instead of installing
GnuPG 2.1.x, which is considered a "development version".
Closes https://github.com/NixOS/nixpkgs/issues/11899 .
2015-12-26 13:42:53 +01:00
Jakob Gillich
ac7e923104
fish: add module to support it as default shell
...
* Patched fish to load /etc/fish/config.fish if it exists (by default,
it only loads config relative to itself)
* Added fish-foreign-env package to parse the system environment
closes #5331
2015-12-26 06:25:23 +01:00
Franz Pletz
0e07172c6d
bind: Fix patching Makefile.in
...
There is no postPatchPhase.
2015-12-25 21:39:56 -05:00
Robin Gloster
59ed410d6d
fix ftp.mozilla.org URLs
...
The old URLs time out.
2015-12-26 02:33:50 +00:00
Lengyel Balázs
e675b2d92d
wineStaging: remove explicit dependency on libpulseaudio
...
pulseaudio is now configured via `pulseaudioSupport` and available for wineStable too
2015-12-26 00:56:16 +01:00
Arseniy Seroka
37d0947e0c
Merge pull request #11841 from phunehehe/archiveopteryx
...
add archiveopteryx 3.2.0
2015-12-26 00:36:55 +03:00
Charles Strahan
9e34985430
w3m: use Arch patches
...
Fix the built-in help (perl.patch)
https://bugs.archlinux.org/task/45608
Properly link w3mimgdisplay to x11
https://bbs.archlinux.org/viewtopic.php?id=196093
Fix rendering bug in w3mimgdisplay (w3m_rgba.patch)
https://github.com/hut/ranger/issues/86
Don't ignore input tags with invalid types (form_unkown.patch)
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615843
Fix a segfault when using https (https.patch)
https://bugzilla.redhat.com/show_bug.cgi?id=707994
2015-12-25 15:26:14 -05:00
Arseniy Seroka
230c468eb6
Merge pull request #11906 from Painted-Fox/maildir-deduplicate
...
Add the python maildir-deduplicate package.
2015-12-25 17:40:25 +03:00
Arseniy Seroka
801d4298dc
Merge pull request #11938 from NeQuissimus/kotlinb4hf
...
kotlin: 1.0.0-beta-4583 -> 1.0.0-beta-4584
2015-12-25 17:27:06 +03:00
Arseniy Seroka
93d26d7206
Merge pull request #11935 from taku0/thunderbird-bin-38.5.0
...
thunderbird-bin: 38.4.0 -> 38.5.0
2015-12-25 17:26:54 +03:00
Arseniy Seroka
0b6f76a1d3
Merge pull request #11934 from makefu/cvs2svn
...
cvs2svn: 2.0.1 -> 2.4.0
2015-12-25 17:26:43 +03:00
Arseniy Seroka
6a9c0a4010
Merge pull request #11933 from taku0/firefox-bin-43.0.2
...
firefox-bin: 43.0.1 -> 43.0.2
2015-12-25 17:26:17 +03:00
Arseniy Seroka
97ece3b66b
Merge pull request #11932 from leenaars/patch-3
...
blink: 1.4.1 -> 1.4.2
2015-12-25 17:26:08 +03:00
Reno Reckling
5303351c72
make taglib-extras work with taglib > 1.9
2015-12-25 13:56:26 +01:00
Dan Peebles
6878b2b21d
libvirt: make it build on darwin
...
Not sure if it works, but it no longer fails miserably at build time
2015-12-24 23:34:47 -05:00
Dan Peebles
50a00101c1
dnsmasq: get it working on darwin again
2015-12-24 23:27:31 -05:00
Lengyel Balázs
0ca96aa43c
wine: add initial pulseaudio support
2015-12-25 00:40:26 +01:00
Dan Peebles
ca277c2257
python-gnupg: use gnupg1 instead of 2
2015-12-24 22:11:41 +00:00
Moritz Ulrich
c11f6c9dc7
rustc-1.5.0: Don't force bundled LLVM
2015-12-24 21:14:06 +01:00
Robin Gloster
b26aa99d9d
rustc: 1.4.0 -> 1.5.0
2015-12-24 21:14:06 +01:00
Moritz Ulrich
b45161fbbe
llvm: Add backported patch for Rust.
...
Rust runs into a bug with LLVM 3.7.0 that's fixed in the upcoming
release 3.7.1. This commit backports this fix.
2015-12-24 21:14:06 +01:00
Dan Peebles
e5e8d3e250
libvirt-python: fix broken version that I included by accident in 8c42b26fa2
2015-12-24 20:02:38 +00:00
Dan Peebles
8c42b26fa2
libvirt: switch who makes assertions about whose version
...
Previously, the native libvirt package was making an assertion that
the dependent Python package had a compatible version. This commit
switches that so that the Python package makes the assertion, since
it makes more sense to me to have a child package making an
assertion about its parent than vice versa.
2015-12-24 19:59:44 +00:00
Tim Steinbach
84accab674
kotlin: 1.0.0-beta-4583 -> 1.0.0-beta-4584
2015-12-24 13:24:57 -05:00
Ryan Seto
ac79d3ad61
pythonPackages.maildir-deduplicate: init at 1.0.2
2015-12-24 12:06:59 -05:00
Thomas Tuegel
6e27454728
sddm: build with Qt 5.5
2015-12-24 10:08:32 -06:00
makefu
47f17939c2
cvs2nix: 2.0.1 -> 2.4.0
2015-12-24 16:58:01 +01:00
taku0
66cddef221
thunderbird-bin: 38.4.0 -> 38.5.0
2015-12-25 00:21:01 +09:00
taku0
fe287dea9b
firefox-bin: 43.0.1 -> 43.0.2
2015-12-24 23:08:28 +09:00
Robert Helgesson
d491005da1
josm: init at 9060
2015-12-24 14:50:11 +01:00
Robert Helgesson
8c4bfb747e
gpsprune: init at 18.2
2015-12-24 14:48:57 +01:00
leenaars
767f145a60
blink: 1.4.1 -> 1.4.2
2015-12-24 14:41:23 +01:00
leenaars
a5e9422560
sipsimple: 2.5.1 -> 2.6.0
...
Updated SIP Simple SDK to new version, is a dependency for e.g. Blink (which needs to be updated as the old version does not build anymore because the tarball has been removed)
2015-12-24 13:29:43 +01:00