+2
lib/customisation.nix
+2
lib/customisation.nix
···makeOverridable f (origArgs // (if builtins.isFunction newArgs then newArgs origArgs else newArgs));makeOverridable f (lib.overrideExisting (lib.mapAttrs (deepOverrider newArgs) origArgs) newArgs);
+6
lib/licenses.nix
+6
lib/licenses.nix
···
+1
lib/maintainers.nix
+1
lib/maintainers.nix
···
+1
-1
nixos/doc/manual/release-notes/release-notes.xml
+1
-1
nixos/doc/manual/release-notes/release-notes.xml
+3
-3
nixos/doc/manual/release-notes/rl-1410.xml
nixos/doc/manual/release-notes/rl-1411.xml
+3
-3
nixos/doc/manual/release-notes/rl-1410.xml
nixos/doc/manual/release-notes/rl-1411.xml
······
+1
-1
nixos/modules/installer/tools/tools.nix
+1
-1
nixos/modules/installer/tools/tools.nix
+2
-4
nixos/modules/misc/ids.nix
+2
-4
nixos/modules/misc/ids.nix
···# When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!···# When adding a gid, make sure it doesn't match an existing uid. And don't use gids above 399!
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
+2
-2
nixos/modules/security/grsecurity.nix
+2
-2
nixos/modules/security/grsecurity.nix
······
+8
-2
nixos/modules/services/databases/neo4j.nix
+8
-2
nixos/modules/services/databases/neo4j.nix
·········
+9
-5
nixos/modules/services/hardware/udev.nix
+9
-5
nixos/modules/services/hardware/udev.nix
·········if [ ! -e /var/lib/udev/prev-systemd -o "$(readlink /var/lib/udev/prev-systemd)" != ${config.systemd.package} ]; then${config.systemd.package}/bin/udevadm hwdb --update && ln -sfn ${config.systemd.package} /var/lib/udev/prev-systemd
+220
-142
nixos/modules/services/monitoring/graphite.nix
+220
-142
nixos/modules/services/monitoring/graphite.nix
·········+ExecStart = "${pkgs.pythonPackages.graphite_pager}/bin/graphite-pager --config ${pagerConfig}";
+11
nixos/modules/services/networking/cjdns-hosts.sh
+11
nixos/modules/services/networking/cjdns-hosts.sh
+115
-79
nixos/modules/services/networking/cjdns.nix
+115
-79
nixos/modules/services/networking/cjdns.nix
············-echo "CJDNS_ADMIN_PASSWORD=$(${pkgs.coreutils}/bin/head -c 96 /dev/urandom | ${pkgs.coreutils}/bin/tr -dc A-Za-z0-9)" \+echo "CJDNS_ADMIN_PASSWORD=$(${pkgs.coreutils}/bin/head -c 96 /dev/urandom | ${pkgs.coreutils}/bin/tr -dc A-Za-z0-9)" \+{ assertion = ( cfg.ETHInterface.bind != "" || cfg.UDPInterface.bind != "" || cfg.confFile == "" );
+1
-1
nixos/modules/services/x11/desktop-managers/default.nix
+1
-1
nixos/modules/services/x11/desktop-managers/default.nix
···
+4
-2
nixos/modules/services/x11/desktop-managers/kde4.nix
+4
-2
nixos/modules/services/x11/desktop-managers/kde4.nix
···+++ lib.optional config.hardware.pulseaudio.enable pkgs.kde4.kmix # Perhaps this should always be enabled
-163
nixos/modules/services/x11/desktop-managers/kde4_next.nix
-163
nixos/modules/services/x11/desktop-managers/kde4_next.nix
···-++ lib.optional config.hardware.pulseaudio.enable kde.kmix # Perhaps this should always be enabled
+6
-2
nixos/modules/system/boot/systemd.nix
+6
-2
nixos/modules/system/boot/systemd.nix
···
+19
nixos/modules/tasks/filesystems/jfs.nix
+19
nixos/modules/tasks/filesystems/jfs.nix
···
+1
nixos/release-small.nix
+1
nixos/release-small.nix
+1
nixos/release.nix
+1
nixos/release.nix
···
+85
nixos/tests/blivet.nix
+85
nixos/tests/blivet.nix
···
+2
-2
nixos/tests/partition.nix
+2
-2
nixos/tests/partition.nix
······
+30
pkgs/applications/audio/ncmpcpp/beta.nix
+30
pkgs/applications/audio/ncmpcpp/beta.nix
···
+2
-2
pkgs/applications/editors/emacs-24/default.nix
+2
-2
pkgs/applications/editors/emacs-24/default.nix
···
+4
-4
pkgs/applications/editors/emacs-24/macport.nix
+4
-4
pkgs/applications/editors/emacs-24/macport.nix
···
+29
pkgs/applications/editors/emacs-modes/git-modes/default.nix
+29
pkgs/applications/editors/emacs-modes/git-modes/default.nix
···
+21
-12
pkgs/applications/editors/emacs-modes/magit/default.nix
+21
-12
pkgs/applications/editors/emacs-modes/magit/default.nix
······
+7
-5
pkgs/applications/editors/vim/macvim.nix
+7
-5
pkgs/applications/editors/vim/macvim.nix
·········
+33
pkgs/applications/editors/vim/macvim.patch
+33
pkgs/applications/editors/vim/macvim.patch
···+@@ -1298,7 +1298,7 @@ MACVIMGUI_SRC = gui.c gui_beval.c MacVim/gui_macvim.m MacVim/MMBackend.m \
+9
-11
pkgs/applications/editors/yi/yi-custom.nix
+9
-11
pkgs/applications/editors/yi/yi-custom.nix
···
+5
-9
pkgs/applications/editors/yi/yi.nix
+5
-9
pkgs/applications/editors/yi/yi.nix
······-wrapProgram $out/bin/yi --suffix GHC_PACKAGE_PATH : $out/lib/ghc-${self.ghc.version}/package.conf.d/yi-$version.installedconf:$GHC_PACKAGE_PATH
+2
-2
pkgs/applications/graphics/ImageMagick/default.nix
+2
-2
pkgs/applications/graphics/ImageMagick/default.nix
···
+1
pkgs/applications/graphics/sxiv/default.nix
+1
pkgs/applications/graphics/sxiv/default.nix
+2
-2
pkgs/applications/misc/blender/default.nix
+2
-2
pkgs/applications/misc/blender/default.nix
···
+2
-2
pkgs/applications/misc/calibre/default.nix
+2
-2
pkgs/applications/misc/calibre/default.nix
···
+110
pkgs/applications/misc/k2pdfopt/default.nix
+110
pkgs/applications/misc/k2pdfopt/default.nix
···+description = "K2pdfopt optimizes PDF/DJVU files for mobile e-readers (e.g. the Kindle) and smartphones.";
+95
pkgs/applications/misc/k2pdfopt/k2pdfopt.patch
+95
pkgs/applications/misc/k2pdfopt/k2pdfopt.patch
···
+12
pkgs/applications/misc/k2pdfopt/tesseract.patch
+12
pkgs/applications/misc/k2pdfopt/tesseract.patch
···
+39
pkgs/applications/misc/qpdfview/default.nix
+39
pkgs/applications/misc/qpdfview/default.nix
···
+5
-5
pkgs/applications/networking/browsers/conkeror/default.nix
+5
-5
pkgs/applications/networking/browsers/conkeror/default.nix
······
+1
-1
pkgs/applications/networking/browsers/firefox/default.nix
+1
-1
pkgs/applications/networking/browsers/firefox/default.nix
···
+3
-3
pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix
+3
-3
pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix
······url = "http://fpdownload.macromedia.com/get/flashplayer/pdc/${version}/install_flash_player_11_linux.x86_64.tar.gz";···url = "http://fpdownload.macromedia.com/get/flashplayer/pdc/${version}/install_flash_player_11_linux.i386.tar.gz";
+27
pkgs/applications/networking/instant-messengers/blink/default.nix
+27
pkgs/applications/networking/instant-messengers/blink/default.nix
···
+12
pkgs/applications/networking/instant-messengers/blink/pythonpath.patch
+12
pkgs/applications/networking/instant-messengers/blink/pythonpath.patch
···
+5
-5
pkgs/applications/networking/irc/chatzilla/default.nix
+5
-5
pkgs/applications/networking/irc/chatzilla/default.nix
······
+18
-44
pkgs/applications/networking/mailreaders/notmuch/default.nix
+18
-44
pkgs/applications/networking/mailreaders/notmuch/default.nix
·········
+2
-2
pkgs/applications/networking/newsreaders/liferea/default.nix
+2
-2
pkgs/applications/networking/newsreaders/liferea/default.nix
···
+22
-57
pkgs/applications/networking/remote/freerdp/unstable.nix
+22
-57
pkgs/applications/networking/remote/freerdp/unstable.nix
···-checkPhase = ''LD_LIBRARY_PATH="libfreerdp-cache:libfreerdp-chanman:libfreerdp-common:libfreerdp-core:libfreerdp-gdi:libfreerdp-kbd:libfreerdp-rail:libfreerdp-rfx:libfreerdp-utils" cunit/test_freerdp'';
+3
-3
pkgs/applications/office/zotero/default.nix
+3
-3
pkgs/applications/office/zotero/default.nix
······
+2
-3
pkgs/applications/version-management/git-and-tools/git-annex/default.nix
+2
-3
pkgs/applications/version-management/git-and-tools/git-annex/default.nix
······
+3
-3
pkgs/applications/video/xbmc/plugins.nix
+3
-3
pkgs/applications/video/xbmc/plugins.nix
···
+3
-3
pkgs/applications/virtualization/docker/default.nix
+3
-3
pkgs/applications/virtualization/docker/default.nix
···buildInputs = [ makeWrapper go sqlite lxc iproute bridge_utils devicemapper btrfsProgs iptables e2fsprogs];···
+5
-2
pkgs/applications/virtualization/virtualbox/default.nix
+5
-2
pkgs/applications/virtualization/virtualbox/default.nix
·········sed -e 's@PKG_CONFIG_PATH=.*@PKG_CONFIG_PATH=${libIDL}/lib/pkgconfig:${glib}/lib/pkgconfig ${libIDL}/bin/libIDL-config-2@' \
+25
-14
pkgs/applications/window-managers/weston/default.nix
+25
-14
pkgs/applications/window-managers/weston/default.nix
···
+1
-1
pkgs/build-support/build-fhs-chrootenv/mount.sh.in
+1
-1
pkgs/build-support/build-fhs-chrootenv/mount.sh.in
+7
-3
pkgs/build-support/cabal/default.nix
+7
-3
pkgs/build-support/cabal/default.nix
······
+1
-1
pkgs/build-support/grsecurity/default.nix
+1
-1
pkgs/build-support/grsecurity/default.nix
+22
pkgs/build-support/substitute-files/substitute-all-files.nix
+22
pkgs/build-support/substitute-files/substitute-all-files.nix
···+echo -ne "${concatStringsSep "\\0" args.files}" | xargs -0 -n1 -I {} -- find {} -type f -print0 | while read -d "" line; do
+2
-2
pkgs/build-support/vm/default.nix
+2
-2
pkgs/build-support/vm/default.nix
······
+1
-1
pkgs/desktops/e19/econnman.nix
+1
-1
pkgs/desktops/e19/econnman.nix
···
+3
-3
pkgs/desktops/e19/efl.nix
+3
-3
pkgs/desktops/e19/efl.nix
···buildInputs = [ pkgconfig openssl zlib freetype fontconfig fribidi SDL2 SDL mesa giflib libpng libtiff glib gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-libav pulseaudio libsndfile xlibs.libXcursor xlibs.printproto xlibs.libX11 libdrm udev utillinuxCurses luajit ];···
+3
-3
pkgs/desktops/e19/elementary.nix
+3
-3
pkgs/desktops/e19/elementary.nix
······
+1
-1
pkgs/desktops/e19/emotion.nix
+1
-1
pkgs/desktops/e19/emotion.nix
···
+3
-3
pkgs/desktops/e19/enlightenment.nix
+3
-3
pkgs/desktops/e19/enlightenment.nix
···buildInputs = [ pkgconfig e19.efl e19.elementary xlibs.libXdmcp xlibs.libxcb xlibs.xcbutilkeysyms xlibs.libXrandr libffi pam alsaLib luajit bzip2 libpthreadstubs gdbm ] ++ stdenv.lib.optionals stdenv.isLinux [ libcap ];···
+1
-1
pkgs/desktops/e19/evas.nix
+1
-1
pkgs/desktops/e19/evas.nix
···
+3
-3
pkgs/desktops/e19/terminology.nix
+3
-3
pkgs/desktops/e19/terminology.nix
······
+1
-1
pkgs/desktops/gnome-3/3.10/core/libgnome-keyring/default.nix
+1
-1
pkgs/desktops/gnome-3/3.10/core/libgnome-keyring/default.nix
···
+1
-1
pkgs/desktops/gnome-3/3.10/core/yelp-xsl/default.nix
+1
-1
pkgs/desktops/gnome-3/3.10/core/yelp-xsl/default.nix
···
+3
-1
pkgs/desktops/gnome-3/3.10/default.nix
+3
-1
pkgs/desktops/gnome-3/3.10/default.nix
···
+1
-1
pkgs/desktops/gnome-3/3.12/core/libgnome-keyring/default.nix
+1
-1
pkgs/desktops/gnome-3/3.12/core/libgnome-keyring/default.nix
···
+1
-1
pkgs/desktops/gnome-3/3.12/core/yelp-xsl/default.nix
+1
-1
pkgs/desktops/gnome-3/3.12/core/yelp-xsl/default.nix
···
+3
-1
pkgs/desktops/gnome-3/3.12/default.nix
+3
-1
pkgs/desktops/gnome-3/3.12/default.nix
···
+7
-7
pkgs/development/compilers/ghc/7.8.3.nix
+7
-7
pkgs/development/compilers/ghc/7.8.3.nix
···
+1
-1
pkgs/development/compilers/idris/default.nix
+1
-1
pkgs/development/compilers/idris/default.nix
+157
pkgs/development/compilers/julia/0.3.1.nix
+157
pkgs/development/compilers/julia/0.3.1.nix
···+url = "http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/arpack-ng_${arpack_ver}.tar.gz";+url = "http://www.public-software-group.org/pub/projects/utf8proc/v${utf8proc_ver}/utf8proc-v${utf8proc_ver}.tar.gz";+''export NIX_LDFLAGS="$NIX_LDFLAGS -L${realGcc}/lib -L${realGcc}/lib64 -lpcre -llapack -lm -lfftw3f -lfftw3 -lglpk -lunistring -lz -lgmp -lmpfr -lblas -lopenblas -L$out/lib"''}
+2
-2
pkgs/development/compilers/lessc/default.nix
+2
-2
pkgs/development/compilers/lessc/default.nix
···
+3
-3
pkgs/development/compilers/oraclejdk/jdk7-linux.nix
+3
-3
pkgs/development/compilers/oraclejdk/jdk7-linux.nix
···downloadUrl = http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html;jceDownloadUrl = http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html;
+11
-10
pkgs/development/compilers/rustc/0.11.nix
pkgs/development/compilers/rustc/0.12.nix
+11
-10
pkgs/development/compilers/rustc/0.11.nix
pkgs/development/compilers/rustc/0.12.nix
·········
+17
-12
pkgs/development/compilers/rustc/hardcode_paths.patch
+17
-12
pkgs/development/compilers/rustc/hardcode_paths.patch
···+@@ -383,18 +383,9 @@ pub fn mangle_internal_name_by_path_and_seq(path: PathElems, flav: &str) -> Stri···
+5
-2
pkgs/development/compilers/rustc/local_stage0.patch
+5
-2
pkgs/development/compilers/rustc/local_stage0.patch
···
+2
-2
pkgs/development/compilers/scala/default.nix
+2
-2
pkgs/development/compilers/scala/default.nix
···
+33
pkgs/development/coq-modules/flocq/default.nix
+33
pkgs/development/coq-modules/flocq/default.nix
···
+66
pkgs/development/interpreters/clisp/2.33.2.nix
+66
pkgs/development/interpreters/clisp/2.33.2.nix
···
+2
-2
pkgs/development/interpreters/elixir/default.nix
+2
-2
pkgs/development/interpreters/elixir/default.nix
···
+6
-6
pkgs/development/interpreters/j/default.nix
+6
-6
pkgs/development/interpreters/j/default.nix
···sed -i bin/jconfig -e 's@bits=32@bits=${bits}@g; s@readline=0@readline=1@; s@LIBREADLINE=""@LIBREADLINE=" -lreadline "@'···
+2
-2
pkgs/development/interpreters/nix-exec/default.nix
+2
-2
pkgs/development/interpreters/nix-exec/default.nix
···url = "https://github.com/shlevy/nix-exec/releases/download/v${version}/nix-exec-${version}.tar.xz";
+2
-1
pkgs/development/interpreters/pypy/2.4/default.nix
+2
-1
pkgs/development/interpreters/pypy/2.4/default.nix
······
+2
-1
pkgs/development/interpreters/python/2.6/default.nix
+2
-1
pkgs/development/interpreters/python/2.6/default.nix
······
+2
-1
pkgs/development/interpreters/python/2.7/default.nix
+2
-1
pkgs/development/interpreters/python/2.7/default.nix
······
+3
pkgs/development/interpreters/python/3.2/default.nix
+3
pkgs/development/interpreters/python/3.2/default.nix
······
+3
pkgs/development/interpreters/python/3.3/default.nix
+3
pkgs/development/interpreters/python/3.3/default.nix
······
+3
pkgs/development/interpreters/python/3.4/default.nix
+3
pkgs/development/interpreters/python/3.4/default.nix
······
+7
-3
pkgs/development/interpreters/python/wrapper.nix
+7
-3
pkgs/development/interpreters/python/wrapper.nix
···+recursivePthLoader = import ../../python-modules/recursive-pth-loader/default.nix { stdenv = stdenv; python = python; };paths = stdenv.lib.filter (x : x ? pythonPath) (stdenv.lib.closePropagation extraLibs) ++ [ python recursivePthLoader ];
+2
-2
pkgs/development/interpreters/racket/default.nix
+2
-2
pkgs/development/interpreters/racket/default.nix
···
+7
-9
pkgs/development/interpreters/xulrunner/default.nix
+7
-9
pkgs/development/interpreters/xulrunner/default.nix
···-url = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${version}/source/firefox-${version}.source.tar.bz2";···
+4
-2
pkgs/development/libraries/ffmpeg/1.x.nix
+4
-2
pkgs/development/libraries/ffmpeg/1.x.nix
······description = "A complete, cross-platform solution to record, convert and stream audio and video";
+2
-2
pkgs/development/libraries/git2/default.nix
+2
-2
pkgs/development/libraries/git2/default.nix
······
+22
pkgs/development/libraries/haskell/Decimal/default.nix
+22
pkgs/development/libraries/haskell/Decimal/default.nix
···
pkgs/development/libraries/haskell/Extra/default.nix
pkgs/development/libraries/haskell/Extra-lib/default.nix
pkgs/development/libraries/haskell/Extra/default.nix
pkgs/development/libraries/haskell/Extra-lib/default.nix
+11
-11
pkgs/development/libraries/haskell/HTF/default.nix
+11
-11
pkgs/development/libraries/haskell/HTF/default.nix
···
+9
-6
pkgs/development/libraries/haskell/HandsomeSoup/default.nix
+9
-6
pkgs/development/libraries/haskell/HandsomeSoup/default.nix
···
+2
-2
pkgs/development/libraries/haskell/JuicyPixels-util/default.nix
+2
-2
pkgs/development/libraries/haskell/JuicyPixels-util/default.nix
···
+2
-2
pkgs/development/libraries/haskell/aeson/0.8.0.1.nix
pkgs/development/libraries/haskell/aeson/0.8.0.2.nix
+2
-2
pkgs/development/libraries/haskell/aeson/0.8.0.1.nix
pkgs/development/libraries/haskell/aeson/0.8.0.2.nix
···
+8
-6
pkgs/development/libraries/haskell/asn1-encoding/default.nix
+8
-6
pkgs/development/libraries/haskell/asn1-encoding/default.nix
···
+4
-4
pkgs/development/libraries/haskell/asn1-parse/default.nix
+4
-4
pkgs/development/libraries/haskell/asn1-parse/default.nix
···
+4
-4
pkgs/development/libraries/haskell/asn1-types/default.nix
+4
-4
pkgs/development/libraries/haskell/asn1-types/default.nix
···
+2
-2
pkgs/development/libraries/haskell/auto-update/default.nix
+2
-2
pkgs/development/libraries/haskell/auto-update/default.nix
···
+2
-2
pkgs/development/libraries/haskell/basic-prelude/default.nix
+2
-2
pkgs/development/libraries/haskell/basic-prelude/default.nix
···
+3
-3
pkgs/development/libraries/haskell/binary-conduit/default.nix
+3
-3
pkgs/development/libraries/haskell/binary-conduit/default.nix
···
+2
-2
pkgs/development/libraries/haskell/cairo/default.nix
+2
-2
pkgs/development/libraries/haskell/cairo/default.nix
···
+16
pkgs/development/libraries/haskell/charsetdetect-ae/default.nix
+16
pkgs/development/libraries/haskell/charsetdetect-ae/default.nix
···
+2
-2
pkgs/development/libraries/haskell/classy-prelude-conduit/default.nix
+2
-2
pkgs/development/libraries/haskell/classy-prelude-conduit/default.nix
···
+2
-2
pkgs/development/libraries/haskell/classy-prelude/default.nix
+2
-2
pkgs/development/libraries/haskell/classy-prelude/default.nix
···
+1
pkgs/development/libraries/haskell/concreteTyperep/default.nix
+1
pkgs/development/libraries/haskell/concreteTyperep/default.nix
+2
-2
pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix
+2
-2
pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix
···
+2
-2
pkgs/development/libraries/haskell/digestive-functors-heist/default.nix
+2
-2
pkgs/development/libraries/haskell/digestive-functors-heist/default.nix
···
+2
-2
pkgs/development/libraries/haskell/dynamic-cabal/default.nix
+2
-2
pkgs/development/libraries/haskell/dynamic-cabal/default.nix
···
+2
-2
pkgs/development/libraries/haskell/ekg/default.nix
+2
-2
pkgs/development/libraries/haskell/ekg/default.nix
···
+18
pkgs/development/libraries/haskell/extra/default.nix
+18
pkgs/development/libraries/haskell/extra/default.nix
···
+2
-2
pkgs/development/libraries/haskell/fast-logger/default.nix
+2
-2
pkgs/development/libraries/haskell/fast-logger/default.nix
···
+2
-2
pkgs/development/libraries/haskell/fay/default.nix
+2
-2
pkgs/development/libraries/haskell/fay/default.nix
···
+2
-2
pkgs/development/libraries/haskell/fb/default.nix
+2
-2
pkgs/development/libraries/haskell/fb/default.nix
···
+3
-4
pkgs/development/libraries/haskell/focus/default.nix
+3
-4
pkgs/development/libraries/haskell/focus/default.nix
···
+2
-2
pkgs/development/libraries/haskell/gio/default.nix
+2
-2
pkgs/development/libraries/haskell/gio/default.nix
···
+2
-2
pkgs/development/libraries/haskell/glib/default.nix
+2
-2
pkgs/development/libraries/haskell/glib/default.nix
···
+2
-2
pkgs/development/libraries/haskell/gtk/default.nix
+2
-2
pkgs/development/libraries/haskell/gtk/default.nix
···
+2
-2
pkgs/development/libraries/haskell/gtk3/default.nix
+2
-2
pkgs/development/libraries/haskell/gtk3/default.nix
···
+2
-2
pkgs/development/libraries/haskell/gtksourceview2/default.nix
+2
-2
pkgs/development/libraries/haskell/gtksourceview2/default.nix
···
+5
-3
pkgs/development/libraries/haskell/hakyll/default.nix
+5
-3
pkgs/development/libraries/haskell/hakyll/default.nix
······
+20
pkgs/development/libraries/haskell/hakyll/deps.patch
+20
pkgs/development/libraries/haskell/hakyll/deps.patch
···
+2
-2
pkgs/development/libraries/haskell/haskell-generate/default.nix
+2
-2
pkgs/development/libraries/haskell/haskell-generate/default.nix
···
+2
-4
pkgs/development/libraries/haskell/hcltest/default.nix
+2
-4
pkgs/development/libraries/haskell/hcltest/default.nix
······
+3
-3
pkgs/development/libraries/haskell/hindent/default.nix
+3
-3
pkgs/development/libraries/haskell/hindent/default.nix
···
+30
pkgs/development/libraries/haskell/hoogle/4.2.34.nix
+30
pkgs/development/libraries/haskell/hoogle/4.2.34.nix
···
pkgs/development/libraries/haskell/hoogle/default.nix
pkgs/development/libraries/haskell/hoogle/4.2.36.nix
pkgs/development/libraries/haskell/hoogle/default.nix
pkgs/development/libraries/haskell/hoogle/4.2.36.nix
+2
-2
pkgs/development/libraries/haskell/hourglass/default.nix
+2
-2
pkgs/development/libraries/haskell/hourglass/default.nix
···
+16
pkgs/development/libraries/haskell/hspec-checkers/default.nix
+16
pkgs/development/libraries/haskell/hspec-checkers/default.nix
···
+2
-2
pkgs/development/libraries/haskell/hspec-meta/default.nix
+2
-2
pkgs/development/libraries/haskell/hspec-meta/default.nix
···
+5
-4
pkgs/development/libraries/haskell/hspec/default.nix
+5
-4
pkgs/development/libraries/haskell/hspec/default.nix
······
+5
-4
pkgs/development/libraries/haskell/hspec2/default.nix
+5
-4
pkgs/development/libraries/haskell/hspec2/default.nix
······
+5
-4
pkgs/development/libraries/haskell/hxt-regex-xmlschema/default.nix
+5
-4
pkgs/development/libraries/haskell/hxt-regex-xmlschema/default.nix
···
+2
-2
pkgs/development/libraries/haskell/io-streams/default.nix
+2
-2
pkgs/development/libraries/haskell/io-streams/default.nix
···
+2
-2
pkgs/development/libraries/haskell/ixset/default.nix
+2
-2
pkgs/development/libraries/haskell/ixset/default.nix
···
+2
-2
pkgs/development/libraries/haskell/json-rpc/default.nix
+2
-2
pkgs/development/libraries/haskell/json-rpc/default.nix
···
+1
pkgs/development/libraries/haskell/lambdabot/default.nix
+1
pkgs/development/libraries/haskell/lambdabot/default.nix
···
+21
pkgs/development/libraries/haskell/lambdabot/deps.patch
+21
pkgs/development/libraries/haskell/lambdabot/deps.patch
···
+3
-4
pkgs/development/libraries/haskell/monadloc-pp/default.nix
+3
-4
pkgs/development/libraries/haskell/monadloc-pp/default.nix
···
+17
pkgs/development/libraries/haskell/mtl/2.1.3.1.nix
+17
pkgs/development/libraries/haskell/mtl/2.1.3.1.nix
···
+2
-2
pkgs/development/libraries/haskell/mysql/default.nix
+2
-2
pkgs/development/libraries/haskell/mysql/default.nix
···
+2
-2
pkgs/development/libraries/haskell/network-simple/default.nix
+2
-2
pkgs/development/libraries/haskell/network-simple/default.nix
···
+29
pkgs/development/libraries/haskell/pandoc-citeproc/0.4.nix
+29
pkgs/development/libraries/haskell/pandoc-citeproc/0.4.nix
···
+29
pkgs/development/libraries/haskell/pandoc-citeproc/0.5.nix
+29
pkgs/development/libraries/haskell/pandoc-citeproc/0.5.nix
···
pkgs/development/libraries/haskell/pandoc-citeproc/default.nix
pkgs/development/libraries/haskell/pandoc-citeproc/0.6.nix
pkgs/development/libraries/haskell/pandoc-citeproc/default.nix
pkgs/development/libraries/haskell/pandoc-citeproc/0.6.nix
+2
-2
pkgs/development/libraries/haskell/pango/default.nix
+2
-2
pkgs/development/libraries/haskell/pango/default.nix
···
+2
-2
pkgs/development/libraries/haskell/persistent-postgresql/default.nix
+2
-2
pkgs/development/libraries/haskell/persistent-postgresql/default.nix
···
+2
-2
pkgs/development/libraries/haskell/persistent/default.nix
+2
-2
pkgs/development/libraries/haskell/persistent/default.nix
···
+2
-2
pkgs/development/libraries/haskell/pipes-attoparsec/default.nix
+2
-2
pkgs/development/libraries/haskell/pipes-attoparsec/default.nix
···
+2
-2
pkgs/development/libraries/haskell/rest-gen/default.nix
+2
-2
pkgs/development/libraries/haskell/rest-gen/default.nix
···
+5
-4
pkgs/development/libraries/haskell/rethinkdb/default.nix
+5
-4
pkgs/development/libraries/haskell/rethinkdb/default.nix
···
+2
-2
pkgs/development/libraries/haskell/sdl2/default.nix
+2
-2
pkgs/development/libraries/haskell/sdl2/default.nix
···
+2
-2
pkgs/development/libraries/haskell/shell-conduit/default.nix
+2
-2
pkgs/development/libraries/haskell/shell-conduit/default.nix
···
+1
pkgs/development/libraries/haskell/tasty-hspec/default.nix
+1
pkgs/development/libraries/haskell/tasty-hspec/default.nix
+2
-2
pkgs/development/libraries/haskell/tasty-th/default.nix
+2
-2
pkgs/development/libraries/haskell/tasty-th/default.nix
···
+2
-2
pkgs/development/libraries/haskell/template/default.nix
+2
-2
pkgs/development/libraries/haskell/template/default.nix
···
+2
-2
pkgs/development/libraries/haskell/th-lift-instances/default.nix
+2
-2
pkgs/development/libraries/haskell/th-lift-instances/default.nix
···
+13
-13
pkgs/development/libraries/haskell/tls/default.nix
+13
-13
pkgs/development/libraries/haskell/tls/default.nix
···
+1
pkgs/development/libraries/haskell/vty-ui/default.nix
+1
pkgs/development/libraries/haskell/vty-ui/default.nix
-29
pkgs/development/libraries/haskell/vty/4.7.5.nix
-29
pkgs/development/libraries/haskell/vty/4.7.5.nix
···
+2
-2
pkgs/development/libraries/haskell/vty/5.2.3.nix
pkgs/development/libraries/haskell/vty/default.nix
+2
-2
pkgs/development/libraries/haskell/vty/5.2.3.nix
pkgs/development/libraries/haskell/vty/default.nix
···
+2
-2
pkgs/development/libraries/haskell/wai-app-static/default.nix
+2
-2
pkgs/development/libraries/haskell/wai-app-static/default.nix
···
+2
-2
pkgs/development/libraries/haskell/webkit/default.nix
+2
-2
pkgs/development/libraries/haskell/webkit/default.nix
···
+4
-4
pkgs/development/libraries/haskell/x509-store/default.nix
+4
-4
pkgs/development/libraries/haskell/x509-store/default.nix
···
+4
-4
pkgs/development/libraries/haskell/x509-system/default.nix
+4
-4
pkgs/development/libraries/haskell/x509-system/default.nix
···
+6
-6
pkgs/development/libraries/haskell/x509-validation/default.nix
+6
-6
pkgs/development/libraries/haskell/x509-validation/default.nix
···
+6
-7
pkgs/development/libraries/haskell/x509/default.nix
+6
-7
pkgs/development/libraries/haskell/x509/default.nix
···
+2
-2
pkgs/development/libraries/haskell/xdot/default.nix
+2
-2
pkgs/development/libraries/haskell/xdot/default.nix
···
+6
-5
pkgs/development/libraries/haskell/yesod-auth-hashdb/default.nix
+6
-5
pkgs/development/libraries/haskell/yesod-auth-hashdb/default.nix
···
+2
-2
pkgs/development/libraries/haskell/yesod-bin/default.nix
+2
-2
pkgs/development/libraries/haskell/yesod-bin/default.nix
···
+11
-10
pkgs/development/libraries/haskell/yesod-core/default.nix
+11
-10
pkgs/development/libraries/haskell/yesod-core/default.nix
···
+2
-2
pkgs/development/libraries/haskell/yesod-form/default.nix
+2
-2
pkgs/development/libraries/haskell/yesod-form/default.nix
···
+20
pkgs/development/libraries/libinput/default.nix
+20
pkgs/development/libraries/libinput/default.nix
···+description = "handles input devices in Wayland compositors and to provide a generic X.Org input driver";
+1
-2
pkgs/development/libraries/libpcap/default.nix
+1
-2
pkgs/development/libraries/libpcap/default.nix
···
+2
-2
pkgs/development/libraries/libqb/default.nix
+2
-2
pkgs/development/libraries/libqb/default.nix
···
+6
-7
pkgs/development/libraries/mtdev/default.nix
+6
-7
pkgs/development/libraries/mtdev/default.nix
······
+1
-1
pkgs/development/libraries/pangomm/default.nix
+1
-1
pkgs/development/libraries/pangomm/default.nix
···
+3
-3
pkgs/development/libraries/sqlite/default.nix
+3
-3
pkgs/development/libraries/sqlite/default.nix
···
+1
-1
pkgs/development/libraries/talloc/default.nix
+1
-1
pkgs/development/libraries/talloc/default.nix
···
+1
-1
pkgs/development/libraries/thrift/default.nix
+1
-1
pkgs/development/libraries/thrift/default.nix
+6
-2
pkgs/development/libraries/tsocks/default.nix
+6
-2
pkgs/development/libraries/tsocks/default.nix
···
+26
pkgs/development/libraries/tsocks/poll.patch
+26
pkgs/development/libraries/tsocks/poll.patch
···
+2
-2
pkgs/development/libraries/wayland/default.nix
+2
-2
pkgs/development/libraries/wayland/default.nix
···
+18
-28
pkgs/development/python-modules/blivet/default.nix
+18
-28
pkgs/development/python-modules/blivet/default.nix
······
+1
-1
pkgs/development/python-modules/rhpl/builder.sh
+1
-1
pkgs/development/python-modules/rhpl/builder.sh
+2
-2
pkgs/development/python-modules/rhpl/default.nix
+2
-2
pkgs/development/python-modules/rhpl/default.nix
······
+3
-4
pkgs/development/tools/haskell/cabal-db/default.nix
+3
-4
pkgs/development/tools/haskell/cabal-db/default.nix
······-description = "query tools for the local cabal database (revdeps, graph, info, search-by, license, bounds)";
+2
-2
pkgs/development/tools/haskell/graphmod/default.nix
+2
-2
pkgs/development/tools/haskell/graphmod/default.nix
···
+2
-2
pkgs/development/tools/haskell/hlint/default.nix
+2
-2
pkgs/development/tools/haskell/hlint/default.nix
···
+2
-1
pkgs/development/tools/haskell/ihaskell/default.nix
+2
-1
pkgs/development/tools/haskell/ihaskell/default.nix
···-patches = [ (fetchpatch { url = "https://github.com/gibiansky/IHaskell/pull/288.patch"; sha256 = "022zdz4wnyra6cfa7mq0w2ycsb007cvppn2f1360nr3fa5s9wibg"; }) ];+patches = [ (fetchpatch { url = "https://github.com/gibiansky/IHaskell/pull/296.patch"; sha256 = "1h9gxq9l3j949prcwqkdkrc3q3sxai4b345hfp5hfi0mhfbysfn6"; }) ];···
+2
-4
pkgs/development/tools/haskell/ihaskell/wrapper.nix
+2
-4
pkgs/development/tools/haskell/ihaskell/wrapper.nix
+2
-2
pkgs/development/tools/haskell/keter/default.nix
+2
-2
pkgs/development/tools/haskell/keter/default.nix
···
+2
-2
pkgs/development/tools/misc/cpphs/default.nix
+2
-2
pkgs/development/tools/misc/cpphs/default.nix
···
+1
-1
pkgs/development/tools/misc/lttv/default.nix
+1
-1
pkgs/development/tools/misc/lttv/default.nix
···
+1
pkgs/development/tools/quilt/default.nix
+1
pkgs/development/tools/quilt/default.nix
+3
-1
pkgs/development/web/nodejs/default.nix
+3
-1
pkgs/development/web/nodejs/default.nix
···
+6
-5
pkgs/development/web/twitter-bootstrap/default.nix
+6
-5
pkgs/development/web/twitter-bootstrap/default.nix
···
+3
-3
pkgs/games/chocolate-doom/default.nix
+3
-3
pkgs/games/chocolate-doom/default.nix
···
-24
pkgs/games/chocolate-doom/master.nix
-24
pkgs/games/chocolate-doom/master.nix
···-description = "A Doom source port that accurately reproduces the experience of Doom as it was played in the 1990s";
+2
-2
pkgs/misc/emulators/wine/unstable.nix
+2
-2
pkgs/misc/emulators/wine/unstable.nix
···
+761
-366
pkgs/misc/vim-plugins/default.nix
+761
-366
pkgs/misc/vim-plugins/default.nix
···+{ fetchurl, bash, stdenv, python, cmake, vim, perl, ruby, unzip, which, fetchgit, fetchzip, clang, zip }:·········+buildVimPlugin = a@{name, namePrefix ? "vimplugin-", src, buildPhase ? "", ...}: stdenv.mkDerivation (a // {···-cmake -G "Unix Makefiles" . $target/third_party/ycmd/cpp -DPYTHON_LIBRARIES:PATH=${python}/lib/libpython2.7.so -DPYTHON_INCLUDE_DIR:PATH=${python}/include/python2.7 -DUSE_CLANG_COMPLETER=ON -DUSE_SYSTEM_LIBCLANG=ON······-url = "https://github.com/ivanov/vim-ipython/archive/ff8f88f3fe518851a91dc88aaa5a75f8f352a960.tar.gz";-url = "https://github.com/joonty/vim-xdebug/archive/a4980fa65f7f159780593ee37c178281691ba2c4.tar.gz";-description = "An extreme shell that doesn't depend on external shells and is written completely in Vim script";-patches = [ (fetchurl { url = "https://github.com/eagletmt/ghcmod-vim/pull/57.diff"; md5 = "cafbb9f725afbba26b52b6c3344ee89a"; }) ];+description = "An extreme shell that doesn't depend on external shells and is written completely in Vim script";+cmake -G "Unix Makefiles" . $target/third_party/ycmd/cpp -DPYTHON_LIBRARIES:PATH=${python}/lib/libpython2.7.so -DPYTHON_INCLUDE_DIR:PATH=${python}/include/python2.7 -DUSE_CLANG_COMPLETER=ON -DUSE_SYSTEM_LIBCLANG=ON
+1
-1
pkgs/os-specific/darwin/otool/default.nix
+1
-1
pkgs/os-specific/darwin/otool/default.nix
···homepage = https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/otool.1.html;
+1
-1
pkgs/os-specific/linux/ati-drivers/builder.sh
+1
-1
pkgs/os-specific/linux/ati-drivers/builder.sh
···+wrapProgram $out/bin/$(basename $prog) --prefix LD_LIBRARY_PATH : $out/lib:$gcc/lib:$qt4/lib:$LD_LIBRARY_PATH
+4
-2
pkgs/os-specific/linux/ati-drivers/default.nix
+4
-2
pkgs/os-specific/linux/ati-drivers/default.nix
·········
+23
-20
pkgs/os-specific/linux/iproute/default.nix
+23
-20
pkgs/os-specific/linux/iproute/default.nix
······description = "A collection of utilities for controlling TCP/IP networking and traffic control in Linux";
-32
pkgs/os-specific/linux/iproute/device-checking.patch
-32
pkgs/os-specific/linux/iproute/device-checking.patch
···
+8
-2
pkgs/os-specific/linux/kernel/common-config.nix
+8
-2
pkgs/os-specific/linux/kernel/common-config.nix
···
+2
-2
pkgs/os-specific/linux/kernel/linux-3.10.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-3.10.nix
···
+2
-2
pkgs/os-specific/linux/kernel/linux-3.12.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-3.12.nix
···
+2
-2
pkgs/os-specific/linux/kernel/linux-3.14.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-3.14.nix
···
+2
-2
pkgs/os-specific/linux/kernel/linux-3.16.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-3.16.nix
···
+2
-3
pkgs/os-specific/linux/kernel/linux-3.17.nix
+2
-3
pkgs/os-specific/linux/kernel/linux-3.17.nix
···
+2
-2
pkgs/os-specific/linux/kernel/linux-3.2.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-3.2.nix
···
+2
-2
pkgs/os-specific/linux/kernel/linux-3.4.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-3.4.nix
···
+6
-6
pkgs/os-specific/linux/kernel/patches.nix
+6
-6
pkgs/os-specific/linux/kernel/patches.nix
···
+7
-8
pkgs/os-specific/linux/lttng-modules/default.nix
+7
-8
pkgs/os-specific/linux/lttng-modules/default.nix
······
+2
-2
pkgs/os-specific/linux/pax-utils/default.nix
+2
-2
pkgs/os-specific/linux/pax-utils/default.nix
···
+3
pkgs/os-specific/linux/procps-ng/default.nix
+3
pkgs/os-specific/linux/procps-ng/default.nix
···
+2
-2
pkgs/servers/monitoring/zabbix/default.nix
+2
-2
pkgs/servers/monitoring/zabbix/default.nix
···
+11
-8
pkgs/servers/mpd/default.nix
+11
-8
pkgs/servers/mpd/default.nix
············
+2
-2
pkgs/servers/sql/oracle-xe/default.nix
+2
-2
pkgs/servers/sql/oracle-xe/default.nix
······
+4
-4
pkgs/tools/X11/xdotool/default.nix
+4
-4
pkgs/tools/X11/xdotool/default.nix
···
+21
pkgs/tools/archivers/rpmextract/default.nix
+21
pkgs/tools/archivers/rpmextract/default.nix
···
+10
pkgs/tools/archivers/rpmextract/rpmextract.sh
+10
pkgs/tools/archivers/rpmextract/rpmextract.sh
+3
-3
pkgs/tools/audio/gvolicon/default.nix
+3
-3
pkgs/tools/audio/gvolicon/default.nix
······
+54
pkgs/tools/filesystems/nixpart/0.4/blivet.nix
+54
pkgs/tools/filesystems/nixpart/0.4/blivet.nix
···
+28
pkgs/tools/filesystems/nixpart/0.4/cryptsetup.nix
+28
pkgs/tools/filesystems/nixpart/0.4/cryptsetup.nix
···
+76
pkgs/tools/filesystems/nixpart/0.4/default.nix
+76
pkgs/tools/filesystems/nixpart/0.4/default.nix
···
+26
pkgs/tools/filesystems/nixpart/0.4/dmraid.nix
+26
pkgs/tools/filesystems/nixpart/0.4/dmraid.nix
···
+58
pkgs/tools/filesystems/nixpart/0.4/lvm2.nix
+58
pkgs/tools/filesystems/nixpart/0.4/lvm2.nix
···+"--disable-readline --enable-udev_rules --enable-udev_sync --enable-pkgconfig --enable-applib";+#installTargets = "install install_systemd_generators install_systemd_units install_tmpfiles_configuration";
+34
pkgs/tools/filesystems/nixpart/0.4/multipath-tools.nix
+34
pkgs/tools/filesystems/nixpart/0.4/multipath-tools.nix
···+makeFlagsArray=(GZIP="${gzip}/bin/gzip -9 -c" prefix=$out mandir=$out/share/man/man8 man5dir=$out/share/man/man5 LIB=lib)
+57
pkgs/tools/filesystems/nixpart/0.4/parted.nix
+57
pkgs/tools/filesystems/nixpart/0.4/parted.nix
···
+29
pkgs/tools/filesystems/nixpart/0.4/pyblock.nix
+29
pkgs/tools/filesystems/nixpart/0.4/pyblock.nix
···
+30
pkgs/tools/filesystems/nixpart/0.4/pykickstart.nix
+30
pkgs/tools/filesystems/nixpart/0.4/pykickstart.nix
···
+42
pkgs/tools/filesystems/nixpart/0.4/pyparted.nix
+42
pkgs/tools/filesystems/nixpart/0.4/pyparted.nix
···
+5
-13
pkgs/tools/filesystems/nixpart/default.nix
+5
-13
pkgs/tools/filesystems/nixpart/default.nix
···
+8
-6
pkgs/tools/filesystems/squashfs/default.nix
+8
-6
pkgs/tools/filesystems/squashfs/default.nix
······
+2
-2
pkgs/tools/filesystems/yandex-disk/default.nix
+2
-2
pkgs/tools/filesystems/yandex-disk/default.nix
······
+3
-3
pkgs/tools/misc/megacli/default.nix
+3
-3
pkgs/tools/misc/megacli/default.nix
·········${patchelf}/bin/patchelf --interpreter "$(cat $NIX_GCC/nix-support/dynamic-linker)" --set-rpath ${libPath}:$out/opt/lsi/3rdpartylibs/x86_64:$out/opt/lsi/3rdpartylibs:${stdenv.gcc.gcc}/lib64:${stdenv.gcc.gcc}/lib opt/MegaRAID/MegaCli/MegaCli64wrapProgram $out/opt/MegaRAID/MegaCli/MegaCli64 --set LD_LIBRARY_PATH $out/opt/lsi/3rdpartylibs/x86_64
+10
-4
pkgs/tools/misc/parted/default.nix
+10
-4
pkgs/tools/misc/parted/default.nix
···
+38
pkgs/tools/misc/parted/gpt-unicode-test-fix.patch
+38
pkgs/tools/misc/parted/gpt-unicode-test-fix.patch
···+parted -s $dev mklabel gpt mkpart primary ext2 1MiB 2MiB name 1 $part_name > empty 2>&1 || fail=1
+97
pkgs/tools/misc/pipelight/default.nix
+97
pkgs/tools/misc/pipelight/default.nix
···
+149
pkgs/tools/misc/pipelight/pipelight.patch
+149
pkgs/tools/misc/pipelight/pipelight.patch
···+- if ! @@GPG@@ --batch --no-default-keyring --keyring "$PIPELIGHT_SHARE_PATH/sig-install-dependency.gpg" --decrypt "$tmpfile" > "$decfile"; then++ if ! @@GPG@@ --homedir /tmp --batch --no-default-keyring --keyring "$PIPELIGHT_SHARE_PATH/sig-install-dependency.gpg" --decrypt "$tmpfile" > "$decfile"; then+prebuilt32: config.make pluginloader-$(git_commit).tar.gz pluginloader-$(git_commit).tar.gz.sig+- $(gpgexec) --batch --no-default-keyring --keyring "share/sig-pluginloader.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig"++ $(gpg_exec) --batch --no-default-keyring --keyring "share/sig-pluginloader.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig"+tar -xvf "pluginloader-$(git_commit).tar.gz" src/windows/pluginloader.exe src/winecheck/winecheck.exe+prebuilt64: config.make pluginloader-$(git_commit).tar.gz pluginloader-$(git_commit).tar.gz.sig+- $(gpgexec) --batch --no-default-keyring --keyring "share/sig-pluginloader.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig"++ $(gpg_exec) --batch --no-default-keyring --keyring "share/sig-pluginloader.gpg" --verify "pluginloader-$(git_commit).tar.gz.sig"+tar -xvf "pluginloader-$(git_commit).tar.gz" src/windows/pluginloader64.exe src/winecheck/winecheck64.exe+- local filesize="$(wget -O- "$1" --spider --server-response 2>&1 | sed -ne '/Content-Length/{s/.*: //;p}')"
+3
-4
pkgs/tools/misc/tmux/default.nix
+3
-4
pkgs/tools/misc/tmux/default.nix
·········
+1
pkgs/tools/misc/youtube-dl/default.nix
+1
pkgs/tools/misc/youtube-dl/default.nix
···
+4
-1
pkgs/tools/networking/cadaver/default.nix
+4
-1
pkgs/tools/networking/cadaver/default.nix
······
+14
-13
pkgs/tools/networking/cjdns/default.nix
+14
-13
pkgs/tools/networking/cjdns/default.nix
···
-64
pkgs/tools/networking/cjdns/makekey.patch
-64
pkgs/tools/networking/cjdns/makekey.patch
···
+286
pkgs/tools/networking/cjdns/rfc5952.patch
+286
pkgs/tools/networking/cjdns/rfc5952.patch
···+@@ -94,6 +94,8 @@ void Address_forKey(struct Address* out, const uint8_t key[Address_KEY_SIZE]);+@@ -227,7 +227,7 @@ static inline bool isRouterTraffic(struct Message* message, struct Headers_IP6He+@@ -143,6 +143,44 @@ static inline void AddrTools_printIp(uint8_t output[40], const uint8_t binIp[16]
+2
-2
pkgs/tools/networking/dhcpcd/default.nix
+2
-2
pkgs/tools/networking/dhcpcd/default.nix
···
+1
-3
pkgs/tools/networking/p2p/tahoe-lafs/default.nix
+1
-3
pkgs/tools/networking/p2p/tahoe-lafs/default.nix
···
+2
-2
pkgs/tools/networking/radvd/default.nix
+2
-2
pkgs/tools/networking/radvd/default.nix
···
+3
-3
pkgs/tools/package-management/nix/unstable.nix
+3
-3
pkgs/tools/package-management/nix/unstable.nix
···
+34
pkgs/tools/system/safe-rm/default.nix
+34
pkgs/tools/system/safe-rm/default.nix
···
+83
-28
pkgs/top-level/all-packages.nix
+83
-28
pkgs/top-level/all-packages.nix
················································virtualboxGuestAdditions = callPackage ../applications/virtualization/virtualbox/guest-additions { };·········structuredHaskellMode = callPackage ../applications/editors/emacs-modes/structured-haskell-mode {··················weechatDevel = lowPrio (callPackage ../applications/networking/irc/weechat/devel.nix { });···
+1
-2
pkgs/top-level/haskell-defaults.nix
+1
-2
pkgs/top-level/haskell-defaults.nix
···cabalInstall_1_20_0_3 = super.cabalInstall_1_20_0_3.override { Cabal = self.Cabal_1_20_0_2; };codex = super.codex.override { hackageDb = super.hackageDb.override { Cabal = self.Cabal_1_20_0_2; }; };···vectorBinaryInstances = self.vectorBinaryInstances.override { binary = self.binary_0_7_2_2; };-Elm = super.Elm.override { pandoc = self.pandoc.override { zipArchive = self.zipArchive.override { binary = self.binary_0_7_2_2; }; }; };
+46
-25
pkgs/top-level/haskell-packages.nix
+46
-25
pkgs/top-level/haskell-packages.nix
···aeson_0_7_0_4 = callPackage ../development/libraries/haskell/aeson/0.7.0.4.nix { blazeBuilder = null; };aeson_0_7_0_6 = callPackage ../development/libraries/haskell/aeson/0.7.0.6.nix { blazeBuilder = null; };-aeson_0_8_0_1 = callPackage ../development/libraries/haskell/aeson/0.8.0.1.nix { blazeBuilder = null; };+aeson_0_8_0_2 = callPackage ../development/libraries/haskell/aeson/0.8.0.2.nix { blazeBuilder = null; };············extensibleExceptions_0_1_1_3 = callPackage ../development/libraries/haskell/extensible-exceptions/0.1.1.3.nix {};extensibleExceptions_0_1_1_4 = callPackage ../development/libraries/haskell/extensible-exceptions/0.1.1.4.nix {};·········+hoogle_4_2_34 = callPackage ../development/libraries/haskell/hoogle/4.2.34.nix { haskellSrcExts = self.haskellSrcExts_1_15_0_1; };···hspecExpectationsLens = callPackage ../development/libraries/haskell/hspec-expectations-lens {};···languageHaskellExtract = callPackage ../development/libraries/haskell/language-haskell-extract {};······+pandocCiteproc_0_4 = callPackage ../development/libraries/haskell/pandoc-citeproc/0.4.nix {};+pandocCiteproc_0_5 = callPackage ../development/libraries/haskell/pandoc-citeproc/0.5.nix {};+pandocCiteproc_0_6 = callPackage ../development/libraries/haskell/pandoc-citeproc/0.6.nix {};·········-${nativePkgs.haskellPackages.cabal2nix}/bin/cabal2nix ${src + "/${name}.cabal"} --sha256=FILTERME \
+1243
-798
pkgs/top-level/node-packages-generated.nix
+1243
-798
pkgs/top-level/node-packages-generated.nix
····························································································································································-"esprima-fb-3001.1.0-dev-harmony-fb" = self.by-version."esprima-fb"."3001.1.0-dev-harmony-fb";+"esprima-fb-4001.3001.0-dev-harmony-fb" = self.by-version."esprima-fb"."4001.3001.0-dev-harmony-fb";·····················+by-version."esprima-fb"."4001.3001.0-dev-harmony-fb" = lib.makeOverridable self.buildNodePackage {+by-version."esprima-fb"."6001.1.0-dev-harmony-fb" = lib.makeOverridable self.buildNodePackage {····································································································································-"esprima-fb-3001.1.0-dev-harmony-fb" = self.by-version."esprima-fb"."3001.1.0-dev-harmony-fb";+"esprima-fb-6001.1.0-dev-harmony-fb" = self.by-version."esprima-fb"."6001.1.0-dev-harmony-fb";·····································································by-version."mocha-unfunk-reporter"."0.4.0" = lib.makeOverridable self.buildNodePackage {····································"github-url-from-username-repo-1.0.2" = self.by-version."github-url-from-username-repo"."1.0.2";·········"github-url-from-username-repo-1.0.2" = self.by-version."github-url-from-username-repo"."1.0.2";·······················································································-by-version."realize-package-specifier"."1.1.0" = lib.makeOverridable self.buildNodePackage {+by-version."realize-package-specifier"."1.2.0" = lib.makeOverridable self.buildNodePackage {-url = "http://registry.npmjs.org/realize-package-specifier/-/realize-package-specifier-1.1.0.tgz";+url = "http://registry.npmjs.org/realize-package-specifier/-/realize-package-specifier-1.2.0.tgz";·······················································································································································································
+220
-120
pkgs/top-level/perl-packages.nix
+220
-120
pkgs/top-level/perl-packages.nix
···-propagatedBuildInputs = [ CarpClan CatalystComponentInstancePerContext CatalystDevel CatalystRuntime CatalystXComponentTraits DBIxClass DBIxClassCursorCached DBIxClassSchemaLoader HashMerge ListMoreUtils Moose MooseXMarkAsMethods MooseXNonMoose MooseXTypes namespaceautoclean namespaceclean TieIxHash TryTiny ];+propagatedBuildInputs = [ CarpClan CatalystComponentInstancePerContext CatalystRuntime CatalystXComponentTraits DBIxClass DBIxClassSchemaLoader HashMerge ListMoreUtils ModuleRuntime Moose MooseXMarkAsMethods MooseXNonMoose MooseXTypes MooseXTypesLoadableClass TieIxHash TryTiny namespaceautoclean namespaceclean ];···-propagatedBuildInputs = [ CGISimple CatalystDispatchTypeRegex ClassC3AdoptNEXT ClassLoad DataDump DataOptList HTMLParser HTTPBody HTTPMessage HTTPRequestAsCGI LWP ListMoreUtils MROCompat Moose MooseXEmulateClassAccessorFast MooseXGetopt MooseXMethodAttributes MooseXRoleWithOverloading PathClass Plack PlackMiddlewareReverseProxy PlackTestExternalServer SafeIsa StringRewritePrefix SubExporter TaskWeaken TextSimpleTable TreeSimple TreeSimpleVisitorFactory TryTiny URI namespaceautoclean namespaceclean ];+propagatedBuildInputs = [ CGISimple CGIStruct ClassC3AdoptNEXT ClassDataInheritable ClassLoad DataDump DataOptList Encode HTMLParser HTTPBody HTTPMessage HTTPRequestAsCGI HashMultiValue JSONMaybeXS LWP ListMoreUtils MROCompat ModulePluggable Moose MooseXEmulateClassAccessorFast MooseXGetopt MooseXMethodAttributes MooseXRoleWithOverloading PathClass Plack PlackMiddlewareFixMissingBodyInRedirect PlackMiddlewareMethodOverride PlackMiddlewareRemoveRedundantBody PlackMiddlewareReverseProxy PlackTestExternalServer SafeIsa StreamBuffered StringRewritePrefix SubExporter TaskWeaken TextSimpleTable TreeSimple TreeSimpleVisitorFactory TryTiny URI namespaceautoclean namespaceclean ];···············-propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ClassInspector ClassMethodModifiers ConfigAny ContextPreserve DataCompare DataDumperConcise DataPage DBI DevelGlobalDestruction HashMerge ModuleFind Moo MROCompat namespaceclean PathClass ScopeGuard SQLAbstract strictures SubName TryTiny ];+propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ClassInspector ConfigAny ContextPreserve DBI DataDumperConcise DataPage DevelGlobalDestruction HashMerge MROCompat ModuleFind Moo PathClass SQLAbstract ScopeGuard SubName TryTiny namespaceclean ];············+buildInputs = [ ExtUtilsConfig ExtUtilsHelpers ExtUtilsInstallPaths JSONPP TestHarness perl ];+propagatedBuildInputs = [ ExtUtilsConfig ExtUtilsHelpers ExtUtilsInstallPaths JSONPP TestHarness ];······-propagatedBuildInputs = [ ClassLoad ClassLoadXS DataOptList DevelGlobalDestruction DistCheckConflicts EvalClosure ListMoreUtils MROCompat PackageDeprecationManager PackageStash PackageStashXS ParamsUtil SubExporter SubName TaskWeaken TryTiny ];+buildInputs = [ CPANMetaCheck CPANMetaRequirements DistCheckConflicts TestCleanNamespaces TestFatal TestRequires ];+propagatedBuildInputs = [ ClassLoad ClassLoadXS DataOptList DevelGlobalDestruction DevelStackTrace DistCheckConflicts EvalClosure ListMoreUtils MROCompat ModuleRuntime ModuleRuntimeConflicts PackageDeprecationManager PackageStash PackageStashXS ParamsUtil SubExporter SubName TaskWeaken TryTiny ];···-buildInputs = [ PathClass TestCheckDeps TestFatal TestMoose TestNoWarnings TestRequires TestTrap TestWarn ];+buildInputs = [ CPANMeta ModuleBuildTiny ModuleRuntime Moose PathTiny TestDeep TestFatal TestRequires TestTrap TestWarnings if_ ];+propagatedBuildInputs = [ GetoptLongDescriptive Moose MooseXRoleParameterized TryTiny namespaceautoclean ];·········propagatedBuildInputs = [ DataStreamBulk DateTimeFormatHTTP DigestHMAC DigestMD5File FileFindRule HTTPDate HTTPMessage LWPUserAgentDetermined MIMETypes Moose MooseXStrictConstructor MooseXTypesDateTimeMoreCoercions PathClass RegexpCommon TermEncoding TermProgressBarSimple URI XMLLibXML JSON ];···-propagatedBuildInputs = [ DistCheckConflicts ModuleImplementation PackageDeprecationManager ];···+url = mirror://cpan/authors/id/S/SW/SWEETKID/Plack-Middleware-FixMissingBodyInRedirect-0.11.tar.gz;+description = "Plack::Middleware which sets body for redirect response, if it's not already set";+url = mirror://cpan/authors/id/S/SW/SWEETKID/Plack-Middleware-RemoveRedundantBody-0.05.tar.gz;+description = "Plack::Middleware which sets removes body for HTTP response if it's not required";······+propagatedBuildInputs = [ FileFindRule FileFindRulePerl ModuleRuntime PackageStash SubExporter SubIdentify namespaceclean ];······-propagatedBuildInputs = [ ClassLoad ClassLoadXS DataOptList DevelGlobalDestruction DistCheckConflicts EvalClosure ListMoreUtils MROCompat PackageDeprecationManager PackageStash PackageStashXS ParamsUtil SubExporter SubName TaskWeaken TryTiny ];···-buildInputs = [ CaptureTiny ModuleBuildTiny TestCheckDeps TestDeep TestTester pkgs.perlPackages."if" ];······
+231
-12
pkgs/top-level/python-packages.nix
+231
-12
pkgs/top-level/python-packages.nix
·····················propagatedBuildInputs = with self; [ gflags iso8601_0_1_4 ipaddr httplib2 google_apputils google_api_python_client ];············+buildInputs = with self; [ pkgs.freetype pkgs.libjpeg pkgs.zlib pkgs.libtiff pkgs.libwebp pkgs.tcl ];············+url = "https://pypi.python.org/packages/source/p/python-simple-hipchat/python-simple-hipchat-${version}.zip";·········+configurePhase = "find -name 'configure' -exec chmod a+x {} \\; ; find -name 'aconfigure' -exec chmod a+x {} \\; ; ${python}/bin/${python.executable} setup.py build_ext --pjsip-clean-compile";············
+1
-1
pkgs/top-level/release.nix
+1
-1
pkgs/top-level/release.nix
···{ nixpkgs ? { outPath = (import ./all-packages.nix {}).lib.cleanSource ../..; revCount = 1234; shortRev = "abcdef"; }