···32323333## Reviewing contributions
34343535-See the nixpkgs manual for more details on how to [Review contributions](http://hydra.nixos.org/job/nixpkgs/trunk/manual/latest/download-by-type/doc/manual#chap-reviewing-contributions).
3535+See the nixpkgs manual for more details on how to [Review contributions](https://nixos.org/nixpkgs/manual/#sec-reviewing-contributions).
···77 # Include some utilities that are useful for installing or repairing
88 # the system.
99 environment.systemPackages = [
1010- pkgs.w3m # needed for the manual anyway
1010+ pkgs.w3m-nox # needed for the manual anyway
1111 pkgs.testdisk # useful for repairing boot problems
1212 pkgs.mssys # for writing Microsoft boot sectors / MBRs
1313 pkgs.efibootmgr
···4242 # Some compression/archiver tools.
4343 pkgs.unzip
4444 pkgs.zip
4545- pkgs.dar # disk archiver
4646- pkgs.cabextract
4745 ];
48464947 # Include support for various filesystems.
···233233 serviceConfig = {
234234 Type = "simple";
235235 PIDFile = pidfile;
236236+ # Believe it or not, Tahoe is very brittle about the order of
237237+ # arguments to $(tahoe start). The node directory must come first,
238238+ # and arguments which alter Twisted's behavior come afterwards.
239239+ ExecStart = ''
240240+ ${settings.package}/bin/tahoe start ${nodedir} -n -l- --pidfile=${pidfile}
241241+ '';
236242 };
237243 preStart = ''
238244 if [ \! -d ${nodedir} ]; then
···247253 # rm ${nodedir}/tahoe.cfg
248254 # ln -s /etc/tahoe-lafs/introducer-${node}.cfg ${nodedir}/tahoe.cfg
249255 cp /etc/tahoe-lafs/introducer-${node}.cfg ${nodedir}/tahoe.cfg
250250- '';
251251- # Believe it or not, Tahoe is very brittle about the order of
252252- # arguments to $(tahoe start). The node directory must come first,
253253- # and arguments which alter Twisted's behavior come afterwards.
254254- script = ''
255255- tahoe start ${nodedir} -n -l- --pidfile=${pidfile}
256256 '';
257257 });
258258 users.extraUsers = flip mapAttrs' cfg.introducers (node: _:
···333333 serviceConfig = {
334334 Type = "simple";
335335 PIDFile = pidfile;
336336+ # Believe it or not, Tahoe is very brittle about the order of
337337+ # arguments to $(tahoe start). The node directory must come first,
338338+ # and arguments which alter Twisted's behavior come afterwards.
339339+ ExecStart = ''
340340+ ${settings.package}/bin/tahoe start ${nodedir} -n -l- --pidfile=${pidfile}
341341+ '';
336342 };
337343 preStart = ''
338344 if [ \! -d ${nodedir} ]; then
···347353 # rm ${nodedir}/tahoe.cfg
348354 # ln -s /etc/tahoe-lafs/${node}.cfg ${nodedir}/tahoe.cfg
349355 cp /etc/tahoe-lafs/${node}.cfg ${nodedir}/tahoe.cfg
350350- '';
351351- # Believe it or not, Tahoe is very brittle about the order of
352352- # arguments to $(tahoe start). The node directory must come first,
353353- # and arguments which alter Twisted's behavior come afterwards.
354354- script = ''
355355- tahoe start ${nodedir} -n -l- --pidfile=${pidfile}
356356 '';
357357 });
358358 users.extraUsers = flip mapAttrs' cfg.nodes (node: _:
···11Change the name of the library directory to match the version of the package.
2233-diff -Naur ATS2-Postiats-0.2.11/configure postiats-new/configure
44---- ATS2-Postiats-0.2.11/configure 2016-10-13 12:03:20.000000000 -0400
33+diff -Naur ATS2-Postiats-0.2.12/configure postiats-new/configure
44+--- ATS2-Postiats-0.2.12/configure 2016-10-13 12:03:20.000000000 -0400
55+++ postiats-new/configure 2016-10-23 20:17:29.912579618 -0400
66@@ -1,6 +1,6 @@
77 #! /bin/sh
88 # Guess values for system-dependent variables and create Makefiles.
99-# Generated by GNU Autoconf 2.69 for ATS2/Postiats 0.2.10.
1010-+# Generated by GNU Autoconf 2.69 for ATS2/Postiats 0.2.11.
1010++# Generated by GNU Autoconf 2.69 for ATS2/Postiats 0.2.12.
1111 #
1212 # Report bugs to <gmpostiats@gmail.com>.
1313 #
···1717 PACKAGE_TARNAME='ats2-postiats'
1818-PACKAGE_VERSION='0.2.10'
1919-PACKAGE_STRING='ATS2/Postiats 0.2.10'
2020-+PACKAGE_VERSION='0.2.11'
2121-+PACKAGE_STRING='ATS2/Postiats 0.2.11'
2020++PACKAGE_VERSION='0.2.12'
2121++PACKAGE_STRING='ATS2/Postiats 0.2.12'
2222 PACKAGE_BUGREPORT='gmpostiats@gmail.com'
2323 PACKAGE_URL=''
2424···2727 # This message is too long to be a string in the A/UX 3.1 sh.
2828 cat <<_ACEOF
2929-\`configure' configures ATS2/Postiats 0.2.10 to adapt to many kinds of systems.
3030-+\`configure' configures ATS2/Postiats 0.2.11 to adapt to many kinds of systems.
3030++\`configure' configures ATS2/Postiats 0.2.12 to adapt to many kinds of systems.
31313232 Usage: $0 [OPTION]... [VAR=VALUE]...
3333···3636 if test -n "$ac_init_help"; then
3737 case $ac_init_help in
3838- short | recursive ) echo "Configuration of ATS2/Postiats 0.2.10:";;
3939-+ short | recursive ) echo "Configuration of ATS2/Postiats 0.2.11:";;
3939++ short | recursive ) echo "Configuration of ATS2/Postiats 0.2.12:";;
4040 esac
4141 cat <<\_ACEOF
4242···4545 if $ac_init_version; then
4646 cat <<\_ACEOF
4747-ATS2/Postiats configure 0.2.10
4848-+ATS2/Postiats configure 0.2.11
4848++ATS2/Postiats configure 0.2.12
4949 generated by GNU Autoconf 2.69
50505151 Copyright (C) 2012 Free Software Foundation, Inc.
···5454 running configure, to aid debugging if configure makes a mistake.
55555656-It was created by ATS2/Postiats $as_me 0.2.10, which was
5757-+It was created by ATS2/Postiats $as_me 0.2.11, which was
5757++It was created by ATS2/Postiats $as_me 0.2.12, which was
5858 generated by GNU Autoconf 2.69. Invocation command line was
59596060 $ $0 $@
···6363 # values after options handling.
6464 ac_log="
6565-This file was extended by ATS2/Postiats $as_me 0.2.10, which was
6666-+This file was extended by ATS2/Postiats $as_me 0.2.11, which was
6666++This file was extended by ATS2/Postiats $as_me 0.2.12, which was
6767 generated by GNU Autoconf 2.69. Invocation command line was
68686969 CONFIG_FILES = $CONFIG_FILES
···7272 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
7373 ac_cs_version="\\
7474-ATS2/Postiats config.status 0.2.10
7575-+ATS2/Postiats config.status 0.2.11
7575++ATS2/Postiats config.status 0.2.12
7676 configured by $0, generated by GNU Autoconf 2.69,
7777 with options \\"\$ac_cs_config\\"
78787979-diff -Naur ATS2-Postiats-0.2.11/src/CBOOT/config.h postiats-new/src/CBOOT/config.h
8080---- ATS2-Postiats-0.2.11/src/CBOOT/config.h 2016-10-13 12:03:20.000000000 -0400
7979+diff -Naur ATS2-Postiats-0.2.12/src/CBOOT/config.h postiats-new/src/CBOOT/config.h
8080+--- ATS2-Postiats-0.2.12/src/CBOOT/config.h 2016-10-13 12:03:20.000000000 -0400
8181+++ postiats-new/src/CBOOT/config.h 2016-10-23 20:16:34.613836556 -0400
8282@@ -44,7 +44,7 @@
8383 #define PACKAGE_NAME "ATS2/Postiats"
84848585 /* Define to the full name and version of this package. */
8686-#define PACKAGE_STRING "ATS2/Postiats 0.2.10"
8787-+#define PACKAGE_STRING "ATS2/Postiats 0.2.11"
8787++#define PACKAGE_STRING "ATS2/Postiats 0.2.12"
88888989 /* Define to the one symbol short name of this package. */
9090 #define PACKAGE_TARNAME "ats2-postiats"
···93939494 /* Define to the version of this package. */
9595-#define PACKAGE_VERSION "0.2.10"
9696-+#define PACKAGE_VERSION "0.2.11"
9696++#define PACKAGE_VERSION "0.2.12"
97979898 /* The size of `void*', as computed by sizeof. */
9999 #define SIZEOF_VOIDP 8
···2323# This will build mmorph and monadControl, and have the hoogle installation
2424# refer to their documentation via symlink so they are not garbage collected.
25252626-{ lib, stdenv, hoogle, writeText
2727-, ghc, packages ? [ ghc.ghc ]
2626+{ lib, stdenv, hoogle, writeText, ghc
2727+, packages
2828}:
29293030let
···5151 else writeText "ghcjs-prologue.txt" ''
5252 This index includes documentation for many Haskell modules.
5353 '';
5454+5555+ docPackages = lib.closePropagation packages;
5656+5457in
5558stdenv.mkDerivation {
5659 name = "hoogle-local-0.1";
···58615962 phases = [ "buildPhase" ];
60636161- docPackages = (lib.closePropagation packages);
6464+ inherit docPackages;
62656366 buildPhase = ''
6464- if [ -z "$docPackages" ]; then
6565- echo "ERROR: The packages attribute has not been set"
6666- exit 1
6767- fi
6868-6967 mkdir -p $out/share/doc/hoogle
70687169 echo importing builtin packages
···22, perl, makeWrapper }:
3344stdenv.mkDerivation rec {
55- name = "opendkim-2.10.3";
55+ name = "opendkim-${version}";
66+ version = "2.10.3";
77+68 src = fetchurl {
79 url = "mirror://sourceforge/opendkim/files/${name}.tar.gz";
810 sha256 = "06v8bqhh604sz9rh5bvw278issrwjgc4h1wx2pz9a84lpxbvm823";
···21232224 meta = with stdenv.lib; {
2325 description = "C library for producing DKIM-aware applications and an open source milter for providing DKIM service";
2424- homepage = http://www.opendkim.org/;
2626+ homepage = "http://www.opendkim.org/";
2527 maintainers = with maintainers; [ abbradar ];
2628 license = licenses.bsd3;
2729 platforms = platforms.unix;
+1-1
pkgs/development/libraries/qpdf/default.nix
···2626 enableParallelBuilding = true;
27272828 meta = with stdenv.lib; {
2929- homepage = http://qpdf.sourceforge.net/;
2929+ homepage = "http://qpdf.sourceforge.net/";
3030 description = "A C++ library and set of programs that inspect and manipulate the structure of PDF files";
3131 license = licenses.artistic2;
3232 maintainers = with maintainers; [ abbradar ];
···1616 '';
17171818 meta = with stdenv.lib; {
1919- homepage = https://github.com/donovan6000/M3D-Linux;
1919+ homepage = "https://github.com/donovan6000/M3D-Linux";
2020 description = "A Linux program that can communicate with the Micro 3D printer";
2121 license = licenses.gpl2;
2222 platforms = platforms.linux;