Commit graph

66442 commits

Author SHA1 Message Date
Nikolay Amiantov ce5a813acb double-conversion: update package 2015-07-28 12:33:30 +03:00
Nikolay Amiantov 81d1367b79 cppzmq: update package 2015-07-28 12:33:30 +03:00
Nikolay Amiantov b639dcf9e0 libtirpc: update package 2015-07-28 12:33:30 +03:00
Nikolay Amiantov 3ed3503bf7 libchardet: update upstream URL 2015-07-28 12:33:30 +03:00
Nikolay Amiantov 41281e46a5 libbluray: update package 2015-07-28 12:33:30 +03:00
Nikolay Amiantov 5656c8cb8e libaacs: update package 2015-07-28 12:33:30 +03:00
Nikolay Amiantov a5ef14bb74 bomi: update package 2015-07-28 12:33:30 +03:00
Nikolay Amiantov f2692a96a2 fix homepages 2015-07-28 12:33:30 +03:00
Nikolay Amiantov 5336573329 steam: libstdc++/mesa incompatibility workaround
closes #9003
2015-07-28 12:33:29 +03:00
Nikolay Amiantov f5b41dbf42 haskellPackages.gnuplot: remove reduntant patch 2015-07-28 12:33:29 +03:00
Nikolay Amiantov e3461ce259 rPackages.stringi: add ICU data tables 2015-07-28 12:33:29 +03:00
Nikolay Amiantov dea8ebcfc5 dovecot: add lmtp support 2015-07-28 12:33:29 +03:00
Nikolay Amiantov 3a2275dd84 imgurbash: add package 2015-07-28 12:33:29 +03:00
Nikolay Amiantov 97a289b111 unnethack: add new package 2015-07-28 12:33:29 +03:00
Nikolay Amiantov 6e049800ed nethack: update, adopt 2015-07-28 12:33:29 +03:00
Eelco Dolstra 99750d89dd Don't evaluate haskellPackages when gitit is disabled
This cuts evaluation time of my NixOS configuration from 1.76s to
1.36s, and RSS from 443 MiB to 368 MiB.

Issue #8152.
2015-07-28 10:25:31 +02:00
Benjamin Staffin 8de7d148c8 awscli: Make bash and zsh completions work 2015-07-28 01:14:34 -07:00
James Cook fba4a95068 expat: patch for CVE-2015-1283 from Mozilla 2015-07-27 22:36:15 -07:00
Tobias Geerinckx-Rice 208bd8242d apktool: set sourceRoot
Otherwise installation fails with the message that unpacking produced
no directories (which is true).
2015-07-28 02:55:55 +02:00
William A. Kennington III 5960a652f1 rethinkdb: Force dynamic linking and allow dependency substitution 2015-07-27 17:35:05 -07:00
Eric Sagnes 242c0d3e18 ponymix: init at 4 2015-07-28 08:52:41 +09:00
Kosyrev Serge 103613f766 ghcNokinds: 20150703 -> 20150718 2015-07-28 02:02:33 +03:00
Moritz Ulrich 0411a4c376 direwolf: New package. 2015-07-28 00:05:55 +02:00
Moritz Ulrich 51c82551ee multimon-ng: New package.
A digital baseband audio protocol decoder.
2015-07-28 00:05:55 +02:00
Moritz Ulrich 0391b7b0a8 gnuradio-osmosdr & gqrx: Add myself as maintainer. 2015-07-28 00:05:54 +02:00
Moritz Ulrich 2f861a3d07 gqrx: Add support for hackrf. 2015-07-28 00:05:54 +02:00
Moritz Ulrich 92c17a7129 hackrf: 2014.08.1 -> 2015.07.2. 2015-07-28 00:05:54 +02:00
Moritz Ulrich 3210555223 Chirp: New package. 2015-07-28 00:05:54 +02:00
William A. Kennington III e4956ba0ca Merge pull request #9011 from eduarrrd/master
Add current alpha of protobuf 3
2015-07-27 18:05:10 -04:00
Eduard Bachmakov 67c186a7ea Add current alpha of protobuf 3 2015-07-27 18:00:47 -04:00
Arseniy Seroka fe0809fb66 Merge pull request #9015 from AndersonTorres/lightning
Lightning: 2.0.5 -> 2.1.0
2015-07-28 00:45:19 +03:00
William A. Kennington III cb78f09038 libreoffice: Remove uneeded commented reference to boost155 2015-07-27 13:12:24 -07:00
William A. Kennington III 5b0a676d5b rethinkdb: Remove pin on boost 1.55 and remove gperf dependency 2015-07-27 13:12:24 -07:00
William A. Kennington III 6e2103068d exempi: Use default boost 2015-07-27 13:12:24 -07:00
William A. Kennington III 8e7ecd6de6 rethinkdb: 2.0.3 -> 2.0.4 2015-07-27 13:12:24 -07:00
William A. Kennington III 56ed2e9b11 Merge pull request #9010 from rycee/fix/ecj
ecj: require jdk7 instead of jdk (fix build)
2015-07-27 15:50:11 -04:00
Eelco Dolstra ace332eb36 Set a default value for services.postgresql.package
This is finally possible now that we have ‘system.stateVersion’
(allowing the default package to change over time).
2015-07-27 20:30:10 +02:00
Eelco Dolstra a5b83c3573 sshd: Use RSA and ED25519 host keys
Closes #7939.
2015-07-27 20:30:10 +02:00
Eelco Dolstra d166c854b6 Add option system.stateVersion
This option requests compatibility with older NixOS releases with
respect to stateful data, in cases where new releases have defaults
that might be incompatible with system state of existing NixOS
deployments. For instance, if we change the default version of
PostgreSQL, existing deployments will break if the new version can't
read databases created by the old version.

So for example, setting

  system.stateVersion = "15.07";

requests that options like services.postgresql.package use defaults
corresponding to the 15.07 release branch. Note that
nixos-generate-config emits this option. (In the future, NixOps may
set system.stateVersion to the NixOS release in use when the machine
was created.)

See also #7939 for another motivating example.
2015-07-27 20:30:09 +02:00
Eelco Dolstra e3a5bca4ae Require signed binary caches by default 2015-07-27 20:30:09 +02:00
Jascha Geerds a7bfe5643b cups: Fix test by using different groff output 2015-07-27 20:15:34 +02:00
AndersonTorres 6f1b2e7de2 Lightning: 2.0.5 -> 2.1.0 2015-07-27 13:28:34 -03:00
William A. Kennington III 5792b1345a iproute: Actually don't install docs 2015-07-27 09:24:49 -07:00
William A. Kennington III fa0b84c446 iproute: Fix reference to /etc instead of /etc at runtime 2015-07-27 09:24:33 -07:00
Mateusz Kowalczyk 4984bfe807 redshift: fix evaluation
Broken by 77d33f77d7 , cc @nckx
2015-07-27 16:46:57 +01:00
Robert Helgesson 923dda992b ecj: require jdk7 instead of jdk
The ecj build fails in Java 8 due to backwards incompatible changes in
the `javax.lang.model` namespace so with this change we specifically ask
for a JDK for Java 7.
2015-07-27 17:37:37 +02:00
Tobias Geerinckx-Rice 8129a404f4 gnome3: override libsoup with gnomeSupport = true
Fix Gnome 3 packages broken by fc1077c.
2015-07-27 17:36:14 +02:00
Eelco Dolstra 277a85b15c Merge pull request #8985 from Beauhurst/newapaches
apache-httpd: update minor versions of both 2.2 and 2.4 for security-related fixes
2015-07-27 17:30:18 +02:00
vbgl 93ec36702e Merge pull request #9013 from lessrest/update-flow
flow: 0.1.0 -> 0.13.1
2015-07-27 13:38:18 +02:00
Eelco Dolstra 709470f2c0 Fix tests 2015-07-27 12:47:21 +02:00