Volth
535a6c3520
fetchFromGitHub: fix fetchSubmodules=true when revision is not hexadecimal
2017-07-04 20:22:13 +00:00
Vladimír Čunát
d1a89ae9d7
Merge branch 'master' into staging
2017-07-03 09:48:58 +02:00
Emanuele Peruffo
0b1c8793fc
gnomeExtensions.caffeine: init at revision unstable-2017-06-21 ( #26901 )
...
Caffeine extension for Gnome 3
2017-07-03 08:35:31 +01:00
Samuel W. Flint
fa2c22ea97
x11idle: init at unstable-2017-07-01 ( #27062 )
...
* Add myself to the maintainers list
* Define the derivation for x11idle
2017-07-03 07:46:26 +01:00
Vincent Laporte
3beb47ff2a
ocamlPackages.inotify: init at 2.3
...
This package contains bindings for Linux's filesystem monitoring interface, inotify.
Homepage: https://github.com/whitequark/ocaml-inotify
2017-07-02 17:28:53 +02:00
Vincent Laporte
dbe61c96ae
ocamlPackages: make lwt-3.0.0 the default
2017-07-02 15:22:04 +00:00
Vincent Laporte
8ad273d4f0
ocamlPackages.lambda-term: 1.10 -> 1.11
2017-07-02 12:56:56 +00:00
Vincent Laporte
ca15a36d0e
ocamlPackages.lwt_react: init at 1.0.1
2017-07-02 11:59:18 +00:00
Vincent Laporte
d3a29b393a
ocamlPackages.lwt: 2.7.1 -> 3.0.0
2017-07-02 11:59:17 +00:00
Vincent Laporte
e8c0e8a04b
ocamlPackages.git-unix: init at 1.11.0
...
Unix backend for the Git protocol(s)
2017-07-02 11:59:16 +00:00
Vincent Laporte
ed12c7a9b9
ocamlPackages.git-http: init at 1.11.0
...
Client implementation of the “Smart” HTTP Git protocol in pure OCaml.
2017-07-02 11:59:16 +00:00
Sebastian Jordan
b300472568
guetzli: init at 1.0.1 ( #26595 )
...
* guetzli: init at 1.0.1
* guetzli: move pkgconfig from buildInputs to nativeBuildInputs
* guetzli: use fetchFromGitHub instead of fetchgit
2017-07-02 13:01:18 +02:00
Frederik Rietdijk
d15e20f9c9
Merge pull request #26397 from FRidh/django
...
python.pkgs.django cleanup
2017-07-02 11:22:14 +02:00
Lancelot SIX
70e169460a
pythonPackages: mark disabled and broken packages
2017-07-02 11:21:21 +02:00
Peter Simons
e7c38c14b1
cabal2nix: disable test suite in 32 bit builds to fix the build
...
Works around https://github.com/NixOS/cabal2nix/issues/272 .
2017-07-02 10:41:08 +02:00
Jörg Thalheim
5c45f341f1
pythonPackages.intervaltree: fix evaluation
2017-07-02 01:13:18 +01:00
dywedir
c440bacea3
exiftool: 10.48 -> 10.55
2017-07-02 00:16:24 +02:00
Benno Fünfstück
b16ed16c99
python-pwntools: 3.1 -> 3.7 (including dependencies)
2017-07-01 23:23:25 +02:00
Benno Fünfstück
be4fc9ec1f
Merge pull request #26983 from Ma27/i3/allow-custom-configuration
...
i3: add `configFile` to enable cutom configuration locations
2017-07-01 19:53:11 +02:00
Frederik Rietdijk
a20dbcb88b
Merge pull request #27002 from makefu/pkgs/gen-oath-safe/init
...
gen-oath-safe: init at 2017-01-23
2017-07-01 18:54:04 +02:00
makefu
f075c0c9fa
gen-oath-safe: init at 2017-01-23
2017-07-01 18:05:31 +02:00
zimbatm
6f86a1bd09
Terraform 0.9.10 ( #27003 )
...
* terraform: remove old 0.9.x versions
* terraform: 0.9.9 -> 0.9.10
2017-07-01 14:16:20 +01:00
Vincent Laporte
6a0f4f69e1
ocamlPackages.git: init at 1.11.0
...
Git format and protocol in pure OCaml
Homepage: https://github.com/mirage/ocaml-git
2017-07-01 13:02:08 +00:00
Vincent Laporte
6eb2d7d44b
ocamlPackages.decompress: init at 0.6
...
decompress is a pure OCaml implementation of Zlib.
Homepage: https://github.com/mirage/decompress
2017-07-01 12:57:36 +00:00
Vincent Laporte
4338ddd0f9
ocamlPackages.mstruct: init at 1.3.3
...
Mstruct is a thin mutable layer on top of cstruct
Homepage: https://github.com/mirage/ocaml-mstruct
2017-07-01 11:52:18 +00:00
Vincent Laporte
6875115b8e
ocamlPackages.cohttp: 0.19.3 -> 0.22.0
...
Keeping the old version under attribute cohttp_p4
2017-07-01 11:52:18 +00:00
Vincent Laporte
fe9147a042
ocamlPackages.conduit: 0.10.0 -> 0.15.4
...
Keeping the old version under attribute conduit_p4.
2017-07-01 11:52:18 +00:00
Vincent Laporte
1551975e64
ocamlPackages.ocp-ocamlres: init at 0.3
...
A tool ocp-ocamlres to embed files and directories inside OCaml executables,
with a companion library ocplib-ocamlres to manipulate them at run-time.
Homepage: https://www.typerex.org/ocp-ocamlres.html
2017-07-01 08:58:21 +00:00
Frederik Rietdijk
9c05499de9
Merge pull request #26039 from knedlsepp/add-gdal-hdf4-support
...
gdal: Add hdf4 support
2017-07-01 10:38:36 +02:00
Maximilian Bosch
dd4c1e2b01
i3: add `configFile` to enable cutom configuration locations
...
i3 loads its configuration from `~/.config/i3`, but in nix-based systems
you might want to build the config in `~/.nix-profile` using a nix
derivation, so `i3` needs to know where to look for the configuration
file.
2017-07-01 08:20:56 +02:00
Vincent Laporte
f6e1d929a0
ocamlPackages.ocplib-json-typed: init at 0.5
2017-06-30 20:00:21 +00:00
Joachim F
c043bf955f
Merge pull request #26620 from rnhmjoj/gnash
...
gnash: init at 0.8.11-2017-03-08 [WIP]
2017-06-30 20:27:14 +01:00
Joachim F
a8ba50db3e
Merge pull request #26492 from michalpalka/new-xen
...
xen_4_8: init at 4.8.1
2017-06-30 20:27:04 +01:00
Vladimír Čunát
ddf864f8aa
Merge branch 'master' into staging
...
Mass rebuilds from master (>7k on x86_64-linux).
2017-06-30 18:16:58 +02:00
Joachim F
e0528c2f86
Merge pull request #26928 from romildo/new.monoid
...
monoid: init at 2016-07-21
2017-06-30 15:48:47 +01:00
Benno Fünfstück
58a231d944
Merge pull request #26026 from Hodapp87/autotrace
...
autotrace: init at 0.31.1
2017-06-30 16:34:48 +02:00
Benno Fünfstück
a0286ca6f0
Merge pull request #26838 from rvolosatovs/init/mopidy-local-sqlite
...
mopidy-local-sqlite: init at 1.0.0
2017-06-30 15:25:53 +02:00
Benno Fünfstück
3db7c9d5b8
Merge pull request #26953 from np/jd
...
jd: init at 0.3.1
2017-06-30 10:59:17 +02:00
Benno Fünfstück
27729f2416
Merge pull request #26966 from roberth/elm-github-install
...
elm-github-install: init at 1.0.1
2017-06-30 10:35:15 +02:00
Robert Hensing
3d48fa72d3
elm-github-install: init at 1.0.1
2017-06-30 10:22:18 +02:00
Tim Steinbach
3130f3ed0a
linux-copperhead: 4.11.7.a -> 4.11.8.a
...
Fixes #26790 by properly including built modules
2017-06-29 23:16:52 -04:00
Eelco Dolstra
6feedb4492
Forks::Super: Build on Hydra
2017-06-29 15:00:44 +02:00
Tim Steinbach
d1aff8d2e5
linux: 4.9.34 -> 4.9.35
...
Also, remove XSA-216 patches, the fixes are now integrated upstream
2017-06-29 08:26:25 -04:00
Nicolas Pouillard
fbce96014f
jd: init at 0.3.1
2017-06-29 09:50:46 +02:00
Profpatsch
da012dda01
adbfs-rootless: init at 2016-10-02
2017-06-29 08:44:43 +02:00
John Ericson
16be434b0b
Merge accepted cross compilation PRs into staging
2017-06-28 23:17:21 -04:00
Tim Steinbach
4cc729644e
Merge pull request #26867 from michalpalka/xen-security-2017.06-new
...
xen: patch for XSAs: 216, 217, 218, 219, 220, 221, 222, and 224
2017-06-28 22:43:46 -04:00
Tim Steinbach
db17c508ef
Merge pull request #26915 from diegs/terraform
...
terraform: 0.9.6 -> 0.9.9.
2017-06-28 22:39:18 -04:00
romildo
226aadd6b0
monoid: init at 2016-07-21
2017-06-28 23:24:32 -03:00
John Ericson
e1faeb574a
Merge pull request #26884 from obsidiansystems/purge-stdenv-cross
...
Purge stdenv cross
2017-06-28 21:39:16 -04:00