1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00
Commit graph

87057 commits

Author SHA1 Message Date
Frederik Rietdijk e261818c68 Python 3.5: add less 2016-07-19 10:27:14 +02:00
Frederik Rietdijk 773f6225cb Python 3.6: add less 2016-07-19 10:27:14 +02:00
Louis Taylor 7c75fa4bc2 python: add alpha release of 3.6
This might be jumping the gun a little, but I needed to use 3.6 locally
and thought I may as well push it upstream.
2016-07-19 10:27:14 +02:00
Franz Pletz 1109b236cf Merge pull request #16660 from nathan7/tarsum
dockerTools: disable compression in tarsum.go
2016-07-19 10:18:41 +02:00
Franz Pletz afa69e14db Revert "ocaml-bitstring: git -> 2.0.4 (#17002)"
This reverts commit a6e3a53229.

See #17002.
2016-07-19 10:09:03 +02:00
Svein Ove Aas 9a8e0d1c2e zfs: Force sync on shutdown (#16903) 2016-07-19 09:57:13 +02:00
Renzo Carbonara e54ec2f907 fetchMavenArtifact: init (#16825)
fetchMavenArtifact downloads a Maven artifact given a group id, an artifact id,
and a version.

Example usage:

   org_apache_httpcomponents_httpclient_4_5_2 = fetchMavenArtifact {
     groupId = "org.apache.httpcomponents";
     artifactId = "httpclient";
     version = "4.5.2";
     sha256 = "0ms00zc28pwqk83nwwbafhq6p8zci9mrjzbqalpn6v0d80hwdzqd";
     # Optionally: repos = [ ... urls to some Maven repos to use ... ];
     # Optionally: url, urls - pointing directly to a specific jar url.
   };

Now `org_apache_httpcomponents_httpclient_4_5_2.jar` points to the downloaded
JAR file, while `org_apache_httpcomponents_httpclient_4_5_2` refers to a
derivation that when used used in `buildInputs` will be automatically added to
the Java classpath.
2016-07-19 09:48:36 +02:00
Christian Kauhaus 3530f3f20a systemd: make ctrl-alt-del target configurable. (#16911)
We currently only allow upstream's default of "reboot.target" due to the
way the symlinks are initialized. I made this configurable similar to the
default unit.
2016-07-19 09:42:53 +02:00
Matthew Maurer a6e3a53229 ocaml-bitstring: git -> 2.0.4 (#17002)
Google Code no longer supports git cloning. We could restore this
revision by exporting the repository to github and working from there,
but barring a request for it, we can just use the released version.
2016-07-19 09:36:34 +02:00
Stefan Junker a9728c2796 rkt: install stage1 ACIs to expected path (#17079)
Makes rkt's `--stage1-from-dir` CLI argument work.
2016-07-19 09:31:52 +02:00
Andrew Jamison c6ba4cbde9 compton: add xwininfo dependency for compton-trans; clean up (#16877) 2016-07-19 09:31:09 +02:00
Miguel Madrid c09338d037 p7zip: 15.14.1 -> 16.02 (#17025) 2016-07-19 09:25:35 +02:00
Franz Pletz 5c534b2186 phpPackages.composer: 1.0.0-alpha11 -> 1.2.0 2016-07-19 09:02:14 +02:00
Matthias Beyer 77fcccf7d7 wikicurses: init at 1.3 (#16916) 2016-07-19 08:47:43 +02:00
Eric Merritt eb92804f91 nixos-containers: init package (#16959)
This moves nixos-containers into its own package so that it can be
relied upon by other packages/systems. This should make development
using dynamic containers much easier.
2016-07-19 08:13:06 +02:00
Miguel Madrid e2199205c7 libmsgpack: 1.1.0 -> 2.0.0 (#16722) 2016-07-19 08:10:13 +02:00
Ram Kromberg ba0224fa17 geany-with-vte: fix desktop shortcut and man pages (#16759) 2016-07-19 08:07:44 +02:00
Franz Pletz 039f0e5cb0 firmwareLinuxNonfree: 2016-05-18 -> 2016-07-12 2016-07-19 07:55:27 +02:00
Nikolay Amiantov 9cc70b419c nixos/tests: add hibernation test 2016-07-19 05:20:02 +03:00
Nikolay Amiantov 399db54e35 nixos/qemu: don't recreate extra disks 2016-07-19 05:20:02 +03:00
Nikolay Amiantov 28740462e7 busybox: fix static build 2016-07-19 05:20:02 +03:00
Kranium Gikos Mendoza 60624a4625 nasty: add large file support (#17011)
also fixes i686 build as a side-effect
2016-07-19 01:47:33 +02:00
Alexey Shmalko 60d32ff6cc planner: init at 0.14.6 (#17078) 2016-07-19 01:36:33 +02:00
Alexey Shmalko 0dee86279d gnome-software: propogated -> propagated (#17086) 2016-07-19 01:27:21 +02:00
Franz Pletz b5daad4268 nginx: refactor and add mainline version
Upstream calls the unstable version mainline.
2016-07-19 01:20:49 +02:00
Franz Pletz febcd39afa nixos/grafana: set plugins path, fix image generation
Also add options to configure which organization should have anonymous access.
2016-07-19 00:18:12 +02:00
cransom 07fe6fa90e grafana: 3.0.1 -> 3.1.0 (#17084) 2016-07-19 00:14:40 +02:00
Christian Richter 50b690fd03 kmymoney: 4.7.2 -> 4.8.0 2016-07-18 23:24:43 +02:00
Frederik Rietdijk e558561c3e Merge pull request #16358 from timbertson/tk
tk: propagate dependency on tcl & libXft
2016-07-18 23:11:53 +02:00
Frederik Rietdijk cb53771d93 Merge pull request #17031 from vandenoever/spectacle
kde5.spectacle: use postInstall instead of postFixup
2016-07-18 23:00:14 +02:00
Frederik Rietdijk 9e4cb9a144 Merge pull request #17071 from LnL7/darwin-fix-python-dulwich
pythonPackages: dulwich disable tests on darwin
2016-07-18 22:59:45 +02:00
Austin Seipp cf63016f06 nixpkgs: build bitkeeper only on linux
The OS X build fails due to the dependency on 'crypt' failing. Perhaps
in future versions of BitKeeper this build can be re-enabled.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-07-18 19:59:18 +00:00
Peter Jones f303a072c0 slic3r: Add LWP for "Send to printer"
This patch adds a dependency on the LWP perl module so that Slic3r can
make HTTP connections to Octoprint and send G-code to a remote printer.
2016-07-18 21:22:23 +02:00
Daiderd Jordan a7202bf47d Merge pull request #16965 from acowley/qrupdate2
qrupdate: fix installation (darwin)
2016-07-18 21:01:21 +02:00
Franz Pletz 328a77f60b prometheus: 0.20.0 -> 1.0.0 2016-07-18 20:28:31 +02:00
Franz Pletz d9f9711f9f prometheus-collectd-exporter: 0.1.0 -> 0.3.1 2016-07-18 20:28:31 +02:00
Franz Pletz 5647521a2a prometheus-alertmanager: 0.2.1 -> 0.3.0 2016-07-18 20:28:31 +02:00
Svein Ove Aas 31a8eee841 prometheus: Bump all to newest
Disable tests for prometheus-node-exporter because one megacli test fails.

Closes #16575.
2016-07-18 20:27:53 +02:00
Anthony Cowley 028e3d82df qrupdate: fix installation (darwin)
The issue is that the library files were not copied to $out with the
existing `installTargets` definition.

I noticed this problem on darwin, but I do not know if it is a
darwin-only problem.
2016-07-18 13:48:31 -04:00
Joachim F 45644bd241 Merge pull request #17067 from NeQuissimus/ohmyzsh20160715
oh-my-zsh: 2016-07-05 -> 2016-07-15
2016-07-18 19:34:56 +02:00
Peter Simons 9c48e82b1d Merge pull request #17070 from noffle/ytdl
youtube-dl: 2016.07.09.2 -> 2016.07.17
2016-07-18 19:31:29 +02:00
Daiderd Jordan cb40b4aafd pythonPackages: dulwich disable tests on darwin 2016-07-18 19:11:51 +02:00
Daniel Peebles e556effc09 Merge pull request #17062 from johbo/darwin-s3cmd
s3cmd: Fix file library path for darwin
2016-07-18 13:07:15 -04:00
Daiderd Jordan a8c25d0445 Merge branch 'pr-16830' 2016-07-18 19:02:13 +02:00
Brandon Kase 0ca5879b5a vimPlugins: fix youcompleteme on darwin 2016-07-18 19:01:58 +02:00
Stephen Whitmore d8516b0fe3 youtube-dl: 2016.07.09.2 -> 2016.07.17 2016-07-18 09:50:51 -07:00
Tim Steinbach 1e510fd87c oh-my-zsh: 2016-07-05 -> 2016-07-15 2016-07-18 10:55:02 -04:00
Nikolay Amiantov 6f89369440 libinput service: add libinput to udev packages
See #17054
2016-07-18 17:14:34 +03:00
Marcus Brinkmann e90ab768ce libinput: Use absolute paths in udev rules.
Closes #17054
2016-07-18 17:14:19 +03:00
zimbatm 4cf02e648d Merge pull request #16948 from hce/add-commander-genius
commandergenius: init at 194beta
2016-07-18 14:40:13 +01:00