Joe Hermaszewski
319acb0af5
openimageio: 1.4.16 -> 1.6.9
2016-01-19 19:01:22 +00:00
Danny Wilson
e67717bc8d
glib: fix compilation on SmartOS/Illumos ( close #12479 )
...
Recent illumos includes a linux-incompatible `inotify.h` header, which configure detects: compilation fails.
Also, a newer `dtrace` on SmartOS fails creating the probes ELF linkable object (with `dtrace -G`). Disable for now.
Remove old configure option `--disable-modular-tests`.
2016-01-19 17:38:44 +01:00
Ricardo M. Correia
d51204e8de
zfs: 0.6.5.3 -> 0.6.5.4
2016-01-19 16:34:14 +01:00
Ricardo M. Correia
fe53cb56d9
spl: 0.6.5.3 -> 0.6.5.4
2016-01-19 16:34:14 +01:00
Arseniy Seroka
5f767b2580
Merge pull request #12462 from wizeman/u/add-fstar
...
fstar: init at 2016-01-12
2016-01-19 16:41:44 +03:00
Vladimír Čunát
c860e27ef2
zeroad: do not build on Hydra
...
It should be possible to build binaries without data and then compose by
a wrapper, e.g. similarly to what simutrans does.
2016-01-19 12:16:18 +01:00
Franz Pletz
e8f3964ca5
Merge pull request #12464 from ericsagnes/pkgs/albert
...
albert: init at 0.8.0
2016-01-19 12:07:52 +01:00
Domen Kožar
9c571a98ed
Merge pull request #10998 from andrewrynhard/master
...
Add help flag to nix-prefetch-git
2016-01-19 12:01:55 +01:00
Jascha Geerds
44d0d58c84
gnome3: 3.18.1 -> 3.18.2
2016-01-19 11:32:06 +01:00
Eelco Dolstra
e210fdd272
Merge pull request #12469 from domenkozar/fetchurl/executable
...
fetchurl: support executables
2016-01-19 11:27:13 +01:00
Domen Kožar
c7383cb34b
fetchurl: support executables
2016-01-19 11:17:49 +01:00
Peter Simons
cdd07d166b
uhc: the build is broken (and will be for the foreseeable future)
2016-01-19 11:10:29 +01:00
Rob Vermaas
ce2756f701
Fix nixops URL
2016-01-19 10:00:32 +00:00
Robin Gloster
9a499b9125
Merge pull request #12463 from ericsagnes/i3-module
...
i3 service: added i3status and dmenu dependency
2016-01-19 10:17:37 +01:00
Vladimír Čunát
315745094c
Merge #11535 : protobuf: 3.0.0-alpha-3.1 -> 3.0.0-beta-2
2016-01-19 08:25:44 +01:00
Vladimír Čunát
37598195e5
protobuf-3.0: enableParallelBuilding = true
...
Otherwise it takes quite a long time to build.
2016-01-19 08:24:55 +01:00
Tobias Geerinckx-Rice
f499c03ec0
snapper: add missing dependencies (chattr, lv*)
2016-01-19 02:04:18 +01:00
Tobias Geerinckx-Rice
33e2c9c29a
dpkg: 1.18.2 -> 1.18.4
2016-01-19 02:04:18 +01:00
Tobias Geerinckx-Rice
593489b144
snapper: remove outdated (no-op) substitution
2016-01-19 02:04:18 +01:00
Ricardo M. Correia
097c82f6c5
fstar: init at 2016-01-12
2016-01-19 01:46:30 +01:00
Eric Sagnes
9f38c9a675
albert: init at 0.8.0
2016-01-19 09:41:21 +09:00
Eric Sagnes
0dd8e03308
i3 service: added i3status and dmenu dependency
2016-01-19 09:32:49 +09:00
Domen Kožar
3b381d37ee
Merge pull request #5096 from aszlig/buildenv-check-collision-contents
...
buildEnv: Check the content of colliding paths.
2016-01-19 01:00:09 +01:00
Thomas Tuegel
a79040f360
Merge pull request #12410 from ttuegel/emacs-packages
...
Emacs package updates
2016-01-18 15:35:29 -06:00
Thomas Tuegel
9dfd9fe0bf
elpa2nix: fix packages with DOS line endings
2016-01-18 15:29:19 -06:00
Thomas Tuegel
decb5802c9
elpaBuild: factor out package installation
...
Building packages requires package-build.el from Melpa, but installing
packages only requires package.el. Packages from ELPA are already built,
so there is no need to involve package-build.el.
2016-01-18 15:29:19 -06:00
Thomas Tuegel
1724a07e2e
melpaBuild: keep original source file names without hash
2016-01-18 15:29:19 -06:00
Thomas Tuegel
b81c8b9013
emacsPackagesNg: add note about elpaBuild
2016-01-18 15:29:18 -06:00
Thomas Tuegel
001341f8c9
emacs-org-plus-contrib: use elpaBuild
2016-01-18 15:29:18 -06:00
Thomas Tuegel
e01a41aee1
emacs-auctex: 11.87.7 -> 11.89
...
Uses generated package from ELPA.
2016-01-18 15:29:18 -06:00
Thomas Tuegel
d40e9bed15
emacs-let-alist: use generated package
2016-01-18 15:29:17 -06:00
Thomas Tuegel
cd54d7af47
melpaBuild: don't download dependencies
...
Stop package.el from trying to download dependencies. It wouldn't work
anyway.
2016-01-18 15:29:17 -06:00
Thomas Tuegel
18251778c9
melpaBuild: don't guess archive file name
...
package-build can tell us exactly what the archive file name is, instead
of globbing for it.
2016-01-18 15:29:17 -06:00
Thomas Tuegel
4b2303b8c9
melpaBuild: get Emacs package name from recipe
...
When building a package from a Melpa recipe file, get the Emacs package
name from the recipe. Nix is more restrictive about packages names than
Emacs, so the Nix name for a package is sometimes different.
2016-01-18 15:29:16 -06:00
Thomas Tuegel
61436c90e2
emacsPackagesNg: prefer melpaStablePackages to elpaPackages
...
Both package sets are stable, but elpaPackages is an ad hoc set, so we
should prefer melpaStablePackages.
2016-01-18 15:29:16 -06:00
Thomas Tuegel
7c42f9a200
melpa-stable-packages 2016-01-18
...
The MELPA Stable package expressions are now generated in one file to
improve evaluation performance.
2016-01-18 15:29:10 -06:00
Thomas Tuegel
3bd6edf0e2
melpa-packages 2016-01-18
...
The MELPA package expressions are now generated in a single file to
improve evaluation performance.
2016-01-18 15:28:28 -06:00
Thomas Tuegel
93bd5a2c32
elpa-packages 2016-01-18
...
The ELPA package expressions are now generated as a single file to
improve evaluation performance.
2016-01-18 15:27:15 -06:00
Damien Cassou
61d7fde27c
Merge pull request #12425 from DamienCassou/pharo-vm-no-conflict-v3
...
Refactor Pharo to allow co-installation of VMs
2016-01-18 20:40:30 +01:00
Arseniy Seroka
05fe3faced
Merge pull request #12455 from mogorman/paho-mqtt
...
paho-mqtt: init at 1.1
2016-01-18 22:21:45 +03:00
Damien Cassou
d422861055
Refactor Pharo to allow co-installation of VMs
2016-01-18 20:14:19 +01:00
Matthew O'Gorman
34c1f87750
paho-mqtt: init at 1.1
2016-01-18 13:35:07 -05:00
Tobias Geerinckx-Rice
a07e5839af
snapper: use autoreconfHook
2016-01-18 19:32:48 +01:00
Michael Raskin
c983078735
Merge pull request #12454 from otwieracz/pioneer
...
pioneer: nixpkg added
2016-01-18 18:20:09 +00:00
Tobias Geerinckx-Rice
6c2b00bcb2
Merge pull request #12452 from Profpatsch/snapper
...
snapper: 0.2.4 -> 0.2.8
2016-01-18 19:13:59 +01:00
Slawomir Gonet
2ad985f3ed
pioneer: nixpkg added
2016-01-18 19:03:35 +01:00
Vladimír Čunát
4c1e9ffd12
gmock: refactor source
2016-01-18 18:45:03 +01:00
Nikolay Amiantov
148396c022
systemd service: add *.busname upstream units
2016-01-18 19:42:25 +03:00
Profpatsch
9a1f430e53
snapper: 0.2.4 -> 0.2.8
2016-01-18 16:16:29 +01:00
Vladimír Čunát
b4052f0a1e
vte: remove the forgotten patch
2016-01-18 16:03:56 +01:00