+1
-1
doc/languages-frameworks/haskell.md
+1
-1
doc/languages-frameworks/haskell.md
···
+2
-2
doc/languages-frameworks/python.md
+2
-2
doc/languages-frameworks/python.md
···+CFLAGS="-I${pkgs.fftw.dev}/include -I${pkgs.fftwFloat.dev}/include -I${pkgs.fftwLongDouble.dev}/include"
+1
-1
lib/maintainers.nix
+1
-1
lib/maintainers.nix
···
+1
-1
nixos/lib/testing.nix
+1
-1
nixos/lib/testing.nix
···--prefix PERL5LIB : "${with perlPackages; lib.makePerlPath [ TermReadLineGnu XMLWriter IOTty FileSlurp ]}:$out/lib/perl5/site_perl"
+1
-1
nixos/modules/services/misc/gitlab.nix
+1
-1
nixos/modules/services/misc/gitlab.nix
···---set PATH '${pkgs.nodejs}/bin:${pkgs.gzip}/bin:${config.services.postgresql.package}/bin:$PATH' \+--set PATH '${stdenv.lib.makeBinPath [ pkgs.nodejs pkgs.gzip config.services.postgresql.package ]}:$PATH' \
+1
-1
nixos/modules/services/misc/nix-daemon.nix
+1
-1
nixos/modules/services/misc/nix-daemon.nix
···
+1
-1
nixos/modules/services/monitoring/graphite.nix
+1
-1
nixos/modules/services/monitoring/graphite.nix
+1
-1
nixos/modules/services/torrent/transmission.nix
+1
-1
nixos/modules/services/torrent/transmission.nix
+1
-1
nixos/modules/services/x11/desktop-managers/kde5.nix
+1
-1
nixos/modules/services/x11/desktop-managers/kde5.nix
···
+2
-1
nixos/modules/services/x11/display-managers/default.nix
+2
-1
nixos/modules/services/x11/display-managers/default.nix
···
+2
-2
nixos/modules/services/x11/window-managers/metacity.nix
+2
-2
nixos/modules/services/x11/window-managers/metacity.nix
···
+7
-3
nixos/modules/system/boot/initrd-ssh.nix
+7
-3
nixos/modules/system/boot/initrd-ssh.nix
···+${optionalString (cfg.hostRSAKey != null) "install -D ${cfg.hostRSAKey} $out/etc/dropbear/dropbear_rsa_host_key"}+${optionalString (cfg.hostDSSKey != null) "install -D ${cfg.hostDSSKey} $out/etc/dropbear/dropbear_dss_host_key"}+${optionalString (cfg.hostECDSAKey != null) "install -D ${cfg.hostECDSAKey} $out/etc/dropbear/dropbear_ecdsa_host_key"}···-${optionalString (cfg.hostRSAKey != null) "ln -s ${cfg.hostRSAKey} /etc/dropbear/dropbear_rsa_host_key"}-${optionalString (cfg.hostDSSKey != null) "ln -s ${cfg.hostDSSKey} /etc/dropbear/dropbear_dss_host_key"}-${optionalString (cfg.hostECDSAKey != null) "ln -s ${cfg.hostECDSAKey} /etc/dropbear/dropbear_ecdsa_host_key"}+${optionalString (cfg.hostRSAKey != null) "ln -s $extraUtils/etc/dropbear/dropbear_rsa_host_key /etc/dropbear/dropbear_rsa_host_key"}+${optionalString (cfg.hostDSSKey != null) "ln -s $extraUtils/etc/dropbear/dropbear_dss_host_key /etc/dropbear/dropbear_dss_host_key"}+${optionalString (cfg.hostECDSAKey != null) "ln -s $extraUtils/etc/dropbear/dropbear_ecdsa_host_key /etc/dropbear/dropbear_ecdsa_host_key"}
+2
-2
nixos/modules/tasks/filesystems/cifs.nix
+2
-2
nixos/modules/tasks/filesystems/cifs.nix
···-system.fsPackages = mkIf (any (fs: fs == "cifs") config.boot.supportedFilesystems) [ pkgs.cifs_utils ];+system.fsPackages = mkIf (any (fs: fs == "cifs") config.boot.supportedFilesystems) [ pkgs.cifs-utils ];
+1
-1
nixos/modules/virtualisation/brightbox-image.nix
+1
-1
nixos/modules/virtualisation/brightbox-image.nix
+1
-1
nixos/modules/virtualisation/google-compute-image.nix
+1
-1
nixos/modules/virtualisation/google-compute-image.nix
+2
-2
nixos/tests/virtualbox.nix
+2
-2
nixos/tests/virtualbox.nix
···
+1
-1
pkgs/applications/audio/caudec/default.nix
+1
-1
pkgs/applications/audio/caudec/default.nix
···---prefix PATH : "${bc}/bin:${findutils}/bin:${sox}/bin:${procps}/bin:${opusTools}/bin:${lame}/bin:${flac.bin}/bin"
+2
-2
pkgs/applications/audio/freewheeling/default.nix
+2
-2
pkgs/applications/audio/freewheeling/default.nix
······
+2
-2
pkgs/applications/audio/mopidy/default.nix
+2
-2
pkgs/applications/audio/mopidy/default.nix
···
+1
-1
pkgs/applications/backup/areca/default.nix
+1
-1
pkgs/applications/backup/areca/default.nix
···+sed -i "s#^LIBRARY_PATH.*#LIBRARY_PATH=$out/lib:${stdenv.lib.makeLibraryPath [ swt acl ]}#g" bin/areca_run.sh
+2
-2
pkgs/applications/editors/eclipse/build-eclipse.nix
+2
-2
pkgs/applications/editors/eclipse/build-eclipse.nix
···-[ -f $libCairo ] && patchelf --set-rpath ${freetype}/lib:${fontconfig}/lib:${libX11}/lib:${libXrender}/lib:${zlib}/lib $libCairo+[ -f $libCairo ] && patchelf --set-rpath ${stdenv.lib.makeLibraryPath [ freetype fontconfig libX11 libXrender zlib ]} $libCairo···---prefix LD_LIBRARY_PATH : ${glib}/lib:${gtk.out}/lib:${libXtst}/lib${stdenv.lib.optionalString (webkitgtk2 != null) ":${webkitgtk2}/lib"} \+--prefix LD_LIBRARY_PATH : ${stdenv.lib.makeLibraryPath ([ glib gtk libXtst ] ++ stdenv.lib.optional (webkitgtk2 != null) webkitgtk2)} \
+2
-2
pkgs/applications/editors/emacs-25/default.nix
+2
-2
pkgs/applications/editors/emacs-25/default.nix
···
+1
-1
pkgs/applications/editors/idea/common.nix
+1
-1
pkgs/applications/editors/idea/common.nix
···---prefix PATH : "$out/libexec/${name}:${jdk}/bin:${coreutils}/bin:${gnugrep}/bin:${which}/bin:${git}/bin" \+--prefix PATH : "$out/libexec/${name}:${stdenv.lib.makeBinPath [ jdk coreutils gnugrep which git ]}" \
+1
-1
pkgs/applications/editors/music/tuxguitar/default.nix
+1
-1
pkgs/applications/editors/music/tuxguitar/default.nix
···
+1
-1
pkgs/applications/editors/netbeans/default.nix
+1
-1
pkgs/applications/editors/netbeans/default.nix
···
+1
-1
pkgs/applications/graphics/geeqie/default.nix
+1
-1
pkgs/applications/graphics/geeqie/default.nix
···
+2
-2
pkgs/applications/graphics/processing/default.nix
+2
-2
pkgs/applications/graphics/processing/default.nix
···
+1
-1
pkgs/applications/graphics/qtpfsgui/default.nix
+1
-1
pkgs/applications/graphics/qtpfsgui/default.nix
+1
-1
pkgs/applications/graphics/sane/backends/brscan4/default.nix
+1
-1
pkgs/applications/graphics/sane/backends/brscan4/default.nix
+1
-1
pkgs/applications/graphics/sane/backends/generic.nix
+1
-1
pkgs/applications/graphics/sane/backends/generic.nix
···
+1
-1
pkgs/applications/misc/audio/wavesurfer/default.nix
+1
-1
pkgs/applications/misc/audio/wavesurfer/default.nix
+1
-1
pkgs/applications/misc/avrdudess/default.nix
+1
-1
pkgs/applications/misc/avrdudess/default.nix
···
+8
-5
pkgs/applications/misc/blender/default.nix
+8
-5
pkgs/applications/misc/blender/default.nix
·········
+1
-1
pkgs/applications/misc/ding/default.nix
+1
-1
pkgs/applications/misc/ding/default.nix
···-wrapProgram $out/bin/ding --prefix PATH : ${gnugrep}/bin:${aspellEnv}/bin:${tk}/bin:${fortune}/bin --prefix ASPELL_CONF : "\"prefix ${aspellEnv};\""+wrapProgram $out/bin/ding --prefix PATH : ${stdenv.lib.makeBinPath [ gnugrep aspellEnv tk fortune ]} --prefix ASPELL_CONF : "\"prefix ${aspellEnv};\""
+2
-2
pkgs/applications/misc/emem/default.nix
+2
-2
pkgs/applications/misc/emem/default.nix
···
+1
-1
pkgs/applications/misc/finalterm/default.nix
+1
-1
pkgs/applications/misc/finalterm/default.nix
···---prefix XDG_DATA_DIRS : "${gnome3.defaultIconTheme}/share:${gnome3.gtk}/share:$out/share:$GSETTINGS_SCHEMAS_PATH"+--prefix XDG_DATA_DIRS : "${gnome3.defaultIconTheme}/share:${gnome3.gtk.out}/share:$out/share:$GSETTINGS_SCHEMAS_PATH"
+1
-1
pkgs/applications/misc/get_iplayer/default.nix
+1
-1
pkgs/applications/misc/get_iplayer/default.nix
···-wrapProgram $out/bin/get_iplayer --suffix PATH : ${ffmpeg.bin}/bin:${flvstreamer}/bin:${vlc}/bin:${rtmpdump}/bin --prefix PERL5LIB : $PERL5LIB+wrapProgram $out/bin/get_iplayer --suffix PATH : ${stdenv.lib.makeBinPath [ ffmpeg flvstreamer vlc rtmpdump ]} --prefix PERL5LIB : $PERL5LIB
+1
-1
pkgs/applications/misc/llpp/default.nix
+1
-1
pkgs/applications/misc/llpp/default.nix
···-sed -i -e 's+-I \$srcdir/mupdf/include -I \$srcdir/mupdf/thirdparty/freetype/include+-I ${freetype}/include+' build.sh+sed -i -e 's+-I \$srcdir/mupdf/include -I \$srcdir/mupdf/thirdparty/freetype/include+-I ${freetype.dev}/include+' build.shsed -i -e 's+-lmupdf +-lfreetype -lz -lharfbuzz -ljbig2dec -lopenjp2 -ljpeg -lmupdf +' build.sh
+1
-1
pkgs/applications/misc/pgadmin/default.nix
+1
-1
pkgs/applications/misc/pgadmin/default.nix
+2
-2
pkgs/applications/misc/translate-shell/default.nix
+2
-2
pkgs/applications/misc/translate-shell/default.nix
···substituteInPlace $out/share/test/TestCommons.awk --replace "Commons.awk" "$out/share/include/Commons.awk"+substituteInPlace $out/share/include/Main.awk --replace "\"tput\"" "\"${ncurses.out}/bin/tput\""substituteInPlace $out/share/include/Utils.awk --replace "\"fribidi\"" "\"${fribidi}/bin/fribidi\""substituteInPlace $out/share/include/Utils.awk --replace "\"fribidi " "\"${fribidi}/bin/fribidi "substituteInPlace $out/share/include/Utils.awk --replace "\"rlwrap\"" "\"${rlwrap}/bin/rlwrap\""
+1
-1
pkgs/applications/misc/webthree-umbrella/default.nix
+1
-1
pkgs/applications/misc/webthree-umbrella/default.nix
+1
pkgs/applications/networking/browsers/chromium/common.nix
+1
pkgs/applications/networking/browsers/chromium/common.nix
+14
pkgs/applications/networking/browsers/chromium/patches/glibc-2.24.patch
+14
pkgs/applications/networking/browsers/chromium/patches/glibc-2.24.patch
···+--- old/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp 2016-08-03 21:02:37.000000000 +0200++++ new/third_party/WebKit/Source/wtf/allocator/PageAllocator.cpp 2016-08-14 10:59:51.395354850 +0200
+2
pkgs/applications/networking/browsers/firefox/wrapper.nix
+2
pkgs/applications/networking/browsers/firefox/wrapper.nix
······
+8
-3
pkgs/applications/networking/browsers/qutebrowser/default.nix
+8
-3
pkgs/applications/networking/browsers/qutebrowser/default.nix
······
+1
-1
pkgs/applications/networking/cluster/hadoop/default.nix
+1
-1
pkgs/applications/networking/cluster/hadoop/default.nix
···-wrapProgram $n --prefix PATH : "${which}/bin:${jre}/bin:${bash}/bin" --set JAVA_HOME "${jre}" --set HADOOP_PREFIX "$out"+wrapProgram $n --prefix PATH : "${stdenv.lib.makeBinPath [ which jre bash ]}" --set JAVA_HOME "${jre}" --set HADOOP_PREFIX "$out"
+2
-2
pkgs/applications/networking/cluster/kubernetes/default.nix
+2
-2
pkgs/applications/networking/cluster/kubernetes/default.nix
···+wrapProgram "$out/bin/kubelet" --prefix PATH : "${stdenv.lib.makeBinPath [ utillinux procps-ng ]}"-wrapProgram "$out/libexec/kubernetes/safe_format_and_mount" --prefix PATH : "${e2fsprogs}/bin:${utillinux}/bin"+wrapProgram "$out/libexec/kubernetes/safe_format_and_mount" --prefix PATH : "${stdenv.lib.makeBinPath [ e2fsprogs utillinux ]}"
+1
-1
pkgs/applications/networking/cluster/pig/default.nix
+1
-1
pkgs/applications/networking/cluster/pig/default.nix
+8
-2
pkgs/applications/networking/cluster/terraform/default.nix
+8
-2
pkgs/applications/networking/cluster/terraform/default.nix
·········
+1
-1
pkgs/applications/networking/davmail/default.nix
+1
-1
pkgs/applications/networking/davmail/default.nix
···-wrapProgram $out/bin/davmail.sh --prefix PATH : ${jre}/bin --prefix LD_LIBRARY_PATH : ${glib}/lib:${gtk}/lib:${libXtst}/lib+wrapProgram $out/bin/davmail.sh --prefix PATH : ${jre}/bin --prefix LD_LIBRARY_PATH : ${stdenv.lib.makeLibraryPath [ glib gtk libXtst ]}
+1
-1
pkgs/applications/networking/esniper/default.nix
+1
-1
pkgs/applications/networking/esniper/default.nix
···+-e "2i export PATH=\"$out/bin:${stdenv.lib.makeBinPath [ coreutils gawk bash which ]}:\$PATH\""
+1
-1
pkgs/applications/networking/ike/default.nix
+1
-1
pkgs/applications/networking/ike/default.nix
···-wrapProgram $file --prefix LD_LIBRARY_PATH ":" "$out/lib:${openssl.out}/lib:${gcc.cc}/lib:${stdenv.glibc.out}/lib::${gcc.cc}/lib64:${stdenv.glibc.out}/lib64:${libedit}/lib:${qt4}/lib"+wrapProgram $file --prefix LD_LIBRARY_PATH ":" "$out/lib:${stdenv.lib.makeLibraryPath [ openssl gcc.cc stdenv.glibc libedit qt4 ]}"
+2
-2
pkgs/applications/networking/instant-messengers/hipchat/default.nix
+2
-2
pkgs/applications/networking/instant-messengers/hipchat/default.nix
······url = "https://atlassian.artifactoryonline.com/atlassian/hipchat-apt-client/pool/HipChat4-${version}-Linux.deb";
+1
-1
pkgs/applications/networking/instant-messengers/jitsi/default.nix
+1
-1
pkgs/applications/networking/instant-messengers/jitsi/default.nix
···
+1
-1
pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-latex/default.nix
+1
-1
pkgs/applications/networking/instant-messengers/pidgin-plugins/pidgin-latex/default.nix
+1
-1
pkgs/applications/networking/instant-messengers/sflphone/default.nix
+1
-1
pkgs/applications/networking/instant-messengers/sflphone/default.nix
···
+1
-1
pkgs/applications/networking/instant-messengers/viber/default.nix
+1
-1
pkgs/applications/networking/instant-messengers/viber/default.nix
···
+1
-1
pkgs/applications/networking/mailreaders/mailpile/default.nix
+1
-1
pkgs/applications/networking/mailreaders/mailpile/default.nix
+1
-1
pkgs/applications/networking/newsreaders/liferea/default.nix
+1
-1
pkgs/applications/networking/newsreaders/liferea/default.nix
···--prefix GIO_EXTRA_MODULES : "${gnome3.dconf}/lib/gio/modules:${glib_networking.out}/lib/gio/modules" \---prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:${gnome3.gtk}/share:$out/share:$GSETTINGS_SCHEMAS_PATH"+--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:${gnome3.gtk.out}/share:$out/share:$GSETTINGS_SCHEMAS_PATH"
+14
-12
pkgs/applications/networking/p2p/freenet/default.nix
+14
-12
pkgs/applications/networking/p2p/freenet/default.nix
············
+1
-1
pkgs/applications/networking/p2p/freenet/freenetWrapper
+1
-1
pkgs/applications/networking/p2p/freenet/freenetWrapper
···-@jre@/bin/java -cp @freenet@/share/freenet/bcprov-jdk15on-152.jar:@freenet@/share/freenet/freenet-ext.jar:@freenet@/share/freenet/freenet.jar -Xmx1024M freenet.node.NodeStarter+@jre@/bin/java -cp @freenet@/share/freenet/bcprov-@bcprov_version@.jar:@freenet@/share/freenet/freenet-ext.jar:@freenet@/share/freenet/freenet.jar -Xmx1024M freenet.node.NodeStarter
+1
-1
pkgs/applications/networking/remote/citrix-receiver/default.nix
+1
-1
pkgs/applications/networking/remote/citrix-receiver/default.nix
···
+1
-1
pkgs/applications/networking/seafile-client/default.nix
+1
-1
pkgs/applications/networking/seafile-client/default.nix
+1
-1
pkgs/applications/office/calligra/default.nix
+1
-1
pkgs/applications/office/calligra/default.nix
+1
-1
pkgs/applications/office/gnucash/2.6.nix
+1
-1
pkgs/applications/office/gnucash/2.6.nix
···
+2
-2
pkgs/applications/office/gnucash/default.nix
+2
-2
pkgs/applications/office/gnucash/default.nix
···
+2
-2
pkgs/applications/office/libreoffice/default.nix
+2
-2
pkgs/applications/office/libreoffice/default.nix
······
+2
-2
pkgs/applications/office/libreoffice/still.nix
+2
-2
pkgs/applications/office/libreoffice/still.nix
······
+1
-1
pkgs/applications/science/logic/satallax/default.nix
+1
-1
pkgs/applications/science/logic/satallax/default.nix
···
+2
-2
pkgs/applications/version-management/gource/default.nix
+2
-2
pkgs/applications/version-management/gource/default.nix
······
+1
-1
pkgs/applications/video/mkcast/default.nix
+1
-1
pkgs/applications/video/mkcast/default.nix
···-wrapProgram $f --prefix PATH : "${xdpyinfo}/bin:${wmctrl}/bin/:${byzanz}/bin/:${gnome3.gnome_terminal}/bin/:$out/bin"+wrapProgram $f --prefix PATH : "${stdenv.lib.makeBinPath [ xdpyinfo wmctrl byzanz gnome3.gnome_terminal ]}:$out/bin"
+1
-1
pkgs/applications/video/shotcut/default.nix
+1
-1
pkgs/applications/video/shotcut/default.nix
···-wrapQtProgram $out/bin/shotcut --prefix FREI0R_PATH : ${frei0r}/lib/frei0r-1 --prefix LD_LIBRARY_PATH : ${jack1}/lib:${SDL.out}/lib+wrapQtProgram $out/bin/shotcut --prefix FREI0R_PATH : ${frei0r}/lib/frei0r-1 --prefix LD_LIBRARY_PATH : ${stdenv.lib.makeLibraryPath [ jack1 SDL ]}
+33
pkgs/applications/video/vlc/plugin.nix
+33
pkgs/applications/video/vlc/plugin.nix
···
+1
-1
pkgs/applications/virtualization/docker/default.nix
+1
-1
pkgs/applications/virtualization/docker/default.nix
···install -Dm755 ./bundles/${version}/dynbinary/dockerinit-${version} $out/libexec/docker/dockerinit---prefix PATH : "${iproute}/sbin:sbin:${iptables}/sbin:${e2fsprogs}/sbin:${xz.bin}/bin:${utillinux}/bin"
+1
-1
pkgs/applications/virtualization/docker/gc.nix
+1
-1
pkgs/applications/virtualization/docker/gc.nix
···---prefix PATH : "${docker}/bin:${coreutils}/bin:${procps}/bin:${gnused}/bin:${findutils}/bin:${gnugrep}/bin"+--prefix PATH : "${stdenv.lib.makeBinPath [ docker coreutils procps gnused findutils gnugrep ]}"
+1
-3
pkgs/applications/virtualization/open-vm-tools/default.nix
+1
-3
pkgs/applications/virtualization/open-vm-tools/default.nix
···
+1
-1
pkgs/applications/virtualization/virtualbox/guest-additions/default.nix
+1
-1
pkgs/applications/virtualization/virtualbox/guest-additions/default.nix
···-patchelf --set-rpath $out/lib:${dbus.lib}/lib:${libXcomposite.out}/lib:${libXdamage.out}/lib:${libXext.out}/lib:${libXfixes.out}/lib $i+patchelf --set-rpath ${lib.makeLibraryPath [ "$out" dbus libXcomposite libXdamage libXext libXfixes ]} $i
+3
pkgs/applications/virtualization/xen/generic.nix
+3
pkgs/applications/virtualization/xen/generic.nix
···#makeFlags = "XSM_ENABLE=y FLASK_ENABLE=y PREFIX=$(out) CONFIG_DIR=/etc XEN_EXTFILES_URL=\\$(XEN_ROOT)/xen_ext_files ";
+1
-1
pkgs/applications/window-managers/awesome/default.nix
+1
-1
pkgs/applications/window-managers/awesome/default.nix
···--prefix LUA_PATH ";" '"${lgi}/share/lua/${lua.luaversion}/?.lua;${lgi}/share/lua/${lua.luaversion}/lgi/?.lua"' \---prefix PATH : "${compton}/bin:${unclutter}/bin:${procps}/bin:${iproute}/sbin:${coreutils}/bin:${curl.bin}/bin:${alsaUtils}/bin:${findutils}/bin:${xterm}/bin"+--prefix PATH : "${stdenv.lib.makeBinPath [ compton unclutter procps iproute coreutils curl alsaUtils findutils xterm ]}"
+3
-3
pkgs/applications/window-managers/compton/git.nix
+3
-3
pkgs/applications/window-managers/compton/git.nix
···
+1
-1
pkgs/applications/window-managers/stumpwm/default.nix
+1
-1
pkgs/applications/window-managers/stumpwm/default.nix
···
+1
-1
pkgs/build-support/vm/default.nix
+1
-1
pkgs/build-support/vm/default.nix
···
+2
-2
pkgs/data/fonts/cantarell-fonts/default.nix
+2
-2
pkgs/data/fonts/cantarell-fonts/default.nix
···
+1
-1
pkgs/desktops/enlightenment/efl.nix
+1
-1
pkgs/desktops/enlightenment/efl.nix
···-export PKG_CONFIG_PATH="${gst_all_1.gst-plugins-base}/lib/pkgconfig/gstreamer-video-0.10.pc:$PKG_CONFIG_PATH"+export PKG_CONFIG_PATH="${gst_all_1.gst-plugins-base.dev}/lib/pkgconfig/gstreamer-video-0.10.pc:$PKG_CONFIG_PATH"
+1
-1
pkgs/desktops/gnome-3/3.20/apps/evolution/default.nix
+1
-1
pkgs/desktops/gnome-3/3.20/apps/evolution/default.nix
···-NIX_CFLAGS_COMPILE = "-I${nspr}/include/nspr -I${nss}/include/nss -I${glib}/include/gio-unix-2.0";+NIX_CFLAGS_COMPILE = "-I${nspr.dev}/include/nspr -I${nss}/include/nss -I${glib.dev}/include/gio-unix-2.0";
+1
-1
pkgs/desktops/gnome-3/3.20/apps/gedit/default.nix
+1
-1
pkgs/desktops/gnome-3/3.20/apps/gedit/default.nix
···-gappsWrapperArgs+=(--prefix LD_LIBRARY_PATH : "${gnome3.libpeas}/lib:${gnome3.gtksourceview}/lib")+gappsWrapperArgs+=(--prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [ gnome3.libpeas gnome3.gtksourceview ]}")
+1
-1
pkgs/desktops/gnome-3/3.20/apps/gnome-boxes/default.nix
+1
-1
pkgs/desktops/gnome-3/3.20/apps/gnome-boxes/default.nix
···--prefix XDG_DATA_DIRS : "${gnome3.gnome_themes_standard}/share:$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH" \
+3
-3
pkgs/desktops/gnome-3/3.20/core/empathy/default.nix
+3
-3
pkgs/desktops/gnome-3/3.20/core/empathy/default.nix
···
+1
-1
pkgs/desktops/gnome-3/3.20/core/epiphany/default.nix
+1
-1
pkgs/desktops/gnome-3/3.20/core/epiphany/default.nix
···-NIX_CFLAGS_COMPILE = "-I${nspr}/include/nspr -I${nss}/include/nss -I${glib}/include/gio-unix-2.0";+NIX_CFLAGS_COMPILE = "-I${nspr.dev}/include/nspr -I${nss}/include/nss -I${glib.dev}/include/gio-unix-2.0";
+2
-2
pkgs/desktops/gnome-3/3.20/core/folks/default.nix
+2
-2
pkgs/desktops/gnome-3/3.20/core/folks/default.nix
···
+20
pkgs/desktops/gnome-3/3.20/core/gnome-calculator/default.nix
+20
pkgs/desktops/gnome-3/3.20/core/gnome-calculator/default.nix
···+url = "https://raw.githubusercontent.com/GNOME/gnome-calculator/9bb6936ba74602ec891c1ffecdf1665dba1a1be4/data/history-entry.ui";+url = "https://raw.githubusercontent.com/GNOME/gnome-calculator/b87b4f5cd0cff0b9cf9e9cd2a056c56be653cab1/data/history-view.ui";
+1
-1
pkgs/desktops/gnome-3/3.20/core/gnome-dictionary/default.nix
+1
-1
pkgs/desktops/gnome-3/3.20/core/gnome-dictionary/default.nix
···---prefix XDG_DATA_DIRS : "${gtk3}/share:${gnome3.gnome_themes_standard}/share:$out/share:$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH"+--prefix XDG_DATA_DIRS : "${gtk3.out}/share:${gnome3.gnome_themes_standard}/share:$out/share:$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH"
+2
-2
pkgs/desktops/gnome-3/3.20/core/gnome-keyring/default.nix
+2
-2
pkgs/desktops/gnome-3/3.20/core/gnome-keyring/default.nix
···
+1
-1
pkgs/desktops/gnome-3/3.20/core/gnome-online-accounts/default.nix
+1
-1
pkgs/desktops/gnome-3/3.20/core/gnome-online-accounts/default.nix
···+NIX_CFLAGS_COMPILE = "-I${dbus_glib.dev}/include/dbus-1.0 -I${dbus_libs.dev}/include/dbus-1.0";
+1
-1
pkgs/desktops/gnome-3/3.20/core/gnome-screenshot/default.nix
+1
-1
pkgs/desktops/gnome-3/3.20/core/gnome-screenshot/default.nix
···---prefix XDG_DATA_DIRS : "${gtk3}/share:${gnome3.gnome_themes_standard}/share:$out/share:$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH"+--prefix XDG_DATA_DIRS : "${gtk3.out}/share:${gnome3.gnome_themes_standard}/share:$out/share:$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH"
+2
-1
pkgs/desktops/gnome-3/3.20/core/gnome-session/default.nix
+2
-1
pkgs/desktops/gnome-3/3.20/core/gnome-session/default.nix
···
+2
-1
pkgs/desktops/gnome-3/3.20/core/gnome-settings-daemon/default.nix
+2
-1
pkgs/desktops/gnome-3/3.20/core/gnome-settings-daemon/default.nix
···
+1
-1
pkgs/desktops/gnome-3/3.20/core/gnome-system-log/default.nix
+1
-1
pkgs/desktops/gnome-3/3.20/core/gnome-system-log/default.nix
···---prefix XDG_DATA_DIRS : "${gtk3}/share:${gnome3.gnome_themes_standard}/share:$out/share:$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH"+--prefix XDG_DATA_DIRS : "${gtk3.out}/share:${gnome3.gnome_themes_standard}/share:$out/share:$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH"
+1
-1
pkgs/desktops/gnome-3/3.20/core/tracker/default.nix
+1
-1
pkgs/desktops/gnome-3/3.20/core/tracker/default.nix
···+NIX_CFLAGS_COMPILE = "-I${gnome3.glib.dev}/include/gio-unix-2.0 -I${poppler.dev}/include/poppler";
+1
-1
pkgs/desktops/gnome-3/3.20/misc/gitg/default.nix
+1
-1
pkgs/desktops/gnome-3/3.20/misc/gitg/default.nix
···---prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:${gtk3}/share:${gnome3.gnome_themes_standard}/share:$out/share:$GSETTINGS_SCHEMAS_PATH"+--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:${gtk3.out}/share:${gnome3.gnome_themes_standard}/share:$out/share:$GSETTINGS_SCHEMAS_PATH"
+1
-1
pkgs/desktops/gnome-3/extensions/system-monitor.nix
+1
-1
pkgs/desktops/gnome-3/extensions/system-monitor.nix
+1
-1
pkgs/desktops/gnome-3/extensions/volume-mixer.nix
+1
-1
pkgs/desktops/gnome-3/extensions/volume-mixer.nix
+13
-9
pkgs/desktops/kde-5/plasma/startkde/startkde.sh
+13
-9
pkgs/desktops/kde-5/plasma/startkde/startkde.sh
···+#otherwise apps that manually opt in for high DPI get auto scaled by the developer AND manually scaled by us············
+1
-1
pkgs/development/compilers/factor-lang/default.nix
+1
-1
pkgs/development/compilers/factor-lang/default.nix
···
+1
-1
pkgs/development/compilers/gcc-arm-embedded/default.nix
+1
-1
pkgs/development/compilers/gcc-arm-embedded/default.nix
···
+2
-2
pkgs/development/compilers/gcc/6/default.nix
+2
-2
pkgs/development/compilers/gcc/6/default.nix
···
+1
-1
pkgs/development/compilers/ghc/6.10.2-binary.nix
+1
-1
pkgs/development/compilers/ghc/6.10.2-binary.nix
···
+1
-1
pkgs/development/compilers/ghc/7.0.4-binary.nix
+1
-1
pkgs/development/compilers/ghc/7.0.4-binary.nix
···
+1
-1
pkgs/development/compilers/ghc/7.10.2.nix
+1
-1
pkgs/development/compilers/ghc/7.10.2.nix
···
+1
-1
pkgs/development/compilers/ghc/7.10.3.nix
+1
-1
pkgs/development/compilers/ghc/7.10.3.nix
···
+1
-1
pkgs/development/compilers/ghc/7.4.2-binary.nix
+1
-1
pkgs/development/compilers/ghc/7.4.2-binary.nix
···ln -sv "${ncurses5.out}/lib/libncurses.so" "$out/lib/libncurses${stdenv.lib.optionalString stdenv.is64bit "w"}.so.5"
+1
-1
pkgs/development/compilers/ghc/8.0.1.nix
+1
-1
pkgs/development/compilers/ghc/8.0.1.nix
···
+1
-1
pkgs/development/compilers/ghc/head.nix
+1
-1
pkgs/development/compilers/ghc/head.nix
···
+1
-1
pkgs/development/compilers/julia/default.nix
+1
-1
pkgs/development/compilers/julia/default.nix
+2
-2
pkgs/development/compilers/julia/git.nix
+2
-2
pkgs/development/compilers/julia/git.nix
···
+1
-1
pkgs/development/compilers/microscheme/default.nix
+1
-1
pkgs/development/compilers/microscheme/default.nix
+1
-1
pkgs/development/compilers/opa/default.nix
+1
-1
pkgs/development/compilers/opa/default.nix
···-codeGeneratorPaths = "${ocamlPackages.ocaml}/bin:${gcc}/bin:${binutils}/bin:${gnumake}/bin:${nodejs}/bin";+codeGeneratorPaths = stdenv.lib.makeBinPath [ ocamlPackages.ocaml gcc binutils gnumake nodejs ];
+1
-1
pkgs/development/compilers/opendylan/bin.nix
+1
-1
pkgs/development/compilers/opendylan/bin.nix
···
+1
-1
pkgs/development/compilers/ponyc/default.nix
+1
-1
pkgs/development/compilers/ponyc/default.nix
+1
-1
pkgs/development/compilers/squeak/default.nix
+1
-1
pkgs/development/compilers/squeak/default.nix
+2
-2
pkgs/development/haskell-modules/hackage-packages.nix
+2
-2
pkgs/development/haskell-modules/hackage-packages.nix
···preConfigure = ''export HASKELL_GI_GIR_SEARCH_PATH=${gobjectIntrospection.dev}/share/gir-1.0'';···preConfigure = ''export HASKELL_GI_GIR_SEARCH_PATH=${gobjectIntrospection.dev}/share/gir-1.0'';
+1
-1
pkgs/development/interpreters/elixir/default.nix
+1
-1
pkgs/development/interpreters/elixir/default.nix
···
+1
-1
pkgs/development/interpreters/erlang/R16.nix
+1
-1
pkgs/development/interpreters/erlang/R16.nix
···+wrapProgram $out/lib/erlang/bin/start_erl --prefix PATH ":" "${stdenv.lib.makeBinPath [ gnused gawk ]}"
+1
-1
pkgs/development/interpreters/erlang/R17.nix
+1
-1
pkgs/development/interpreters/erlang/R17.nix
···+wrapProgram $out/lib/erlang/bin/start_erl --prefix PATH ":" "${stdenv.lib.makeBinPath [ gnused gawk ]}"
+1
-1
pkgs/development/interpreters/erlang/R18.nix
+1
-1
pkgs/development/interpreters/erlang/R18.nix
···+wrapProgram $out/lib/erlang/bin/start_erl --prefix PATH ":" "${stdenv.lib.makeBinPath [ gnused gawk ]}"
+1
-1
pkgs/development/interpreters/erlang/R19.nix
+1
-1
pkgs/development/interpreters/erlang/R19.nix
···+wrapProgram $out/lib/erlang/bin/start_erl --prefix PATH ":" "${stdenv.lib.makeBinPath [ gnused gawk ]}"
+1
-1
pkgs/development/interpreters/lfe/default.nix
+1
-1
pkgs/development/interpreters/lfe/default.nix
···
+1
-1
pkgs/development/interpreters/love/0.7.nix
+1
-1
pkgs/development/interpreters/love/0.7.nix
+13
-15
pkgs/development/libraries/SDL/default.nix
+13
-15
pkgs/development/libraries/SDL/default.nix
···············
+16
pkgs/development/libraries/SDL/find-headers.patch
+16
pkgs/development/libraries/SDL/find-headers.patch
···
+11
pkgs/development/libraries/SDL/setup-hook.sh
+11
pkgs/development/libraries/SDL/setup-hook.sh
+39
-30
pkgs/development/libraries/SDL2/default.nix
+39
-30
pkgs/development/libraries/SDL2/default.nix
···+, x11Support ? true, libICE, libXi, libXScrnSaver, libXcursor, libXinerama, libXext, libXxf86vm, libXrandr···+propagatedBuildInputs = lib.optionals x11Support [ libICE libXi libXScrnSaver libXcursor libXinerama libXext libXrandr libXxf86vm ] ++-stdenv.lib.optionals stdenv.isDarwin [ AudioUnit Cocoa CoreAudio CoreServices ForceFeedback OpenGL ];···
+26
pkgs/development/libraries/SDL2/find-headers.patch
+26
pkgs/development/libraries/SDL2/find-headers.patch
···
+11
pkgs/development/libraries/SDL2/setup-hook.sh
+11
pkgs/development/libraries/SDL2/setup-hook.sh
+13
-24
pkgs/development/libraries/SDL2_gfx/default.nix
+13
-24
pkgs/development/libraries/SDL2_gfx/default.nix
······
+6
-13
pkgs/development/libraries/SDL2_image/default.nix
+6
-13
pkgs/development/libraries/SDL2_image/default.nix
···
+9
-8
pkgs/development/libraries/SDL2_mixer/default.nix
+9
-8
pkgs/development/libraries/SDL2_mixer/default.nix
···-configureFlags = "--disable-music-ogg-shared" + stdenv.lib.optionalString enableNativeMidi "--enable-music-native-midi-gpl";+configureFlags = [ "--disable-music-ogg-shared" ] ++ lib.optional enableNativeMidi "--enable-music-native-midi-gpl";
+6
-7
pkgs/development/libraries/SDL2_net/default.nix
+6
-7
pkgs/development/libraries/SDL2_net/default.nix
···
+8
-7
pkgs/development/libraries/SDL2_ttf/default.nix
+8
-7
pkgs/development/libraries/SDL2_ttf/default.nix
···
+9
-15
pkgs/development/libraries/SDL_gfx/default.nix
+9
-15
pkgs/development/libraries/SDL_gfx/default.nix
·········
+3
-11
pkgs/development/libraries/SDL_image/default.nix
+3
-11
pkgs/development/libraries/SDL_image/default.nix
······
+3
-15
pkgs/development/libraries/SDL_mixer/default.nix
+3
-15
pkgs/development/libraries/SDL_mixer/default.nix
···-{ stdenv, fetchurl, SDL, libogg, libvorbis, smpeg, enableNativeMidi ? false, fluidsynth ? null }:+{ stdenv, lib, fetchurl, SDL, libogg, libvorbis, smpeg, enableNativeMidi ? false, fluidsynth ? null }:···-configureFlags = "--disable-music-ogg-shared" + stdenv.lib.optionalString enableNativeMidi " --enable-music-native-midi-gpl";-for i in SDL_types.h SDL_rwops.h SDL_audio.h SDL_endian.h SDL_version.h begin_code.h close_code.h+configureFlags = [ "--disable-music-ogg-shared" ] ++ lib.optional enableNativeMidi " --enable-music-native-midi-gpl";
+5
-14
pkgs/development/libraries/SDL_net/default.nix
+5
-14
pkgs/development/libraries/SDL_net/default.nix
···
+7
-6
pkgs/development/libraries/SDL_sound/default.nix
+7
-6
pkgs/development/libraries/SDL_sound/default.nix
······
+7
-6
pkgs/development/libraries/SDL_stretch/default.nix
+7
-6
pkgs/development/libraries/SDL_stretch/default.nix
···
+5
-3
pkgs/development/libraries/czmq/default.nix
+5
-3
pkgs/development/libraries/czmq/default.nix
···
+4
-1
pkgs/development/libraries/kdevplatform/default.nix
+4
-1
pkgs/development/libraries/kdevplatform/default.nix
···
+12
pkgs/development/libraries/kdevplatform/dependency.patch
+12
pkgs/development/libraries/kdevplatform/dependency.patch
···
+2
-2
pkgs/development/libraries/libvirt/default.nix
+2
-2
pkgs/development/libraries/libvirt/default.nix
······
+1
-1
pkgs/development/libraries/phonon/backends/gstreamer.nix
+1
-1
pkgs/development/libraries/phonon/backends/gstreamer.nix
···
+13
-9
pkgs/development/libraries/physics/geant4/g4py/default.nix
+13
-9
pkgs/development/libraries/physics/geant4/g4py/default.nix
······-Its areas of application include high energy, nuclear and accelerator physics, as well as studies in medical and space science.-The two main reference papers for Geant4 are published in Nuclear Instruments and Methods in Physics Research A 506 (2003) 250-303, and IEEE Transactions on Nuclear Science 53 No. 1 (2006) 270-278.
+3
-3
pkgs/development/libraries/science/math/clblas/cuda/default.nix
+3
-3
pkgs/development/libraries/science/math/clblas/cuda/default.nix
······
+1
-1
pkgs/development/libraries/wt/default.nix
+1
-1
pkgs/development/libraries/wt/default.nix
+1
-1
pkgs/development/mobile/androidenv/androidndk_r8e.nix
+1
-1
pkgs/development/mobile/androidenv/androidndk_r8e.nix
···
+3
-3
pkgs/development/mobile/androidenv/androidsdk.nix
+3
-3
pkgs/development/mobile/androidenv/androidsdk.nix
······--suffix LD_LIBRARY_PATH : `pwd`/lib64:`pwd`/lib64/qt/lib:${makeLibraryPath [ stdenv.cc.cc libX11 libxcb libXau libXdmcp libXext mesa alsaLib zlib libpulseaudio ]} \
+1
-1
pkgs/development/mobile/flashtool/default.nix
+1
-1
pkgs/development/mobile/flashtool/default.nix
···--e 's|export LD_LIBRARY_PATH=.*|export LD_LIBRARY_PATH=${libXtst}/lib:${glib}/lib:${gtk2}/lib:./x10flasher_lib/linux/lib32|' \+-e 's|export LD_LIBRARY_PATH=.*|export LD_LIBRARY_PATH=${stdenv.lib.makeLibraryPath [ libXtst glib gtk2 ]}:./x10flasher_lib/linux/lib32|' \
+1
-1
pkgs/development/python-modules/libgpuarray/cuda/default.nix
+1
-1
pkgs/development/python-modules/libgpuarray/cuda/default.nix
···
+1
-1
pkgs/development/python-modules/pycuda/default.nix
+1
-1
pkgs/development/python-modules/pycuda/default.nix
···
+9
-4
pkgs/development/ruby-modules/gem/gem-post-build.rb
+9
-4
pkgs/development/ruby-modules/gem/gem-post-build.rb
······
+11
-2
pkgs/development/tools/build-managers/gradle/default.nix
+11
-2
pkgs/development/tools/build-managers/gradle/default.nix
······
-23
pkgs/development/tools/build-managers/leiningen/builder.sh
-23
pkgs/development/tools/build-managers/leiningen/builder.sh
···
+23
-6
pkgs/development/tools/build-managers/leiningen/default.nix
+23
-6
pkgs/development/tools/build-managers/leiningen/default.nix
······+--replace 'LEIN_JAR=/usr/share/java/leiningen-$LEIN_VERSION-standalone.jar' "LEIN_JAR=$out/share/java/$JARNAME"
-4
pkgs/development/tools/build-managers/leiningen/lein-fix-jar-path.patch
-4
pkgs/development/tools/build-managers/leiningen/lein-fix-jar-path.patch
+3
-3
pkgs/development/tools/build-managers/redo/default.nix
+3
-3
pkgs/development/tools/build-managers/redo/default.nix
······
+1
-1
pkgs/development/tools/continuous-integration/buildkite-agent/default.nix
+1
-1
pkgs/development/tools/continuous-integration/buildkite-agent/default.nix
···
+1
-1
pkgs/development/tools/continuous-integration/cide/default.nix
+1
-1
pkgs/development/tools/continuous-integration/cide/default.nix
+1
-1
pkgs/development/tools/haskell/ihaskell/wrapper.nix
+1
-1
pkgs/development/tools/haskell/ihaskell/wrapper.nix
···export GHC_PACKAGE_PATH="$(echo ${ihaskellEnv}/lib/*/package.conf.d| tr ' ' ':'):$GHC_PACKAGE_PATH"${ihaskell}/bin/ihaskell install -l $(${ihaskellEnv}/bin/ghc --print-libdir) && ${ipython}/bin/ipython notebook --kernel=haskell
+1
-1
pkgs/development/tools/misc/autobuild/default.nix
+1
-1
pkgs/development/tools/misc/autobuild/default.nix
+4
-5
pkgs/development/tools/misc/distcc/masq.nix
+4
-5
pkgs/development/tools/misc/distcc/masq.nix
······
+1
-1
pkgs/development/tools/misc/drush/default.nix
+1
-1
pkgs/development/tools/misc/drush/default.nix
···-wrapProgram "$out/src/drush" --prefix PATH : "${which}/bin:${php}/bin:${bash}/bin:${coreutils}/bin:${ncurses.out}/bin"+wrapProgram "$out/src/drush" --prefix PATH : "${stdenv.lib.makeBinPath [ which php bash coreutils ncurses ]}"
+6
-2
pkgs/development/tools/misc/indent/default.nix
+6
-2
pkgs/development/tools/misc/indent/default.nix
···
+1
-1
pkgs/development/tools/misc/kibana/default.nix
+1
-1
pkgs/development/tools/misc/kibana/default.nix
···
+1
-1
pkgs/development/tools/misc/opengrok/default.nix
+1
-1
pkgs/development/tools/misc/opengrok/default.nix
···
+1
-1
pkgs/games/0ad/default.nix
+1
-1
pkgs/games/0ad/default.nix
+5
-5
pkgs/games/armagetronad/default.nix
+5
-5
pkgs/games/armagetronad/default.nix
······
+5
-3
pkgs/games/arx-libertatis/default.nix
+5
-3
pkgs/games/arx-libertatis/default.nix
···
+1
-1
pkgs/games/brogue/default.nix
+1
-1
pkgs/games/brogue/default.nix
···
+12
-28
pkgs/games/commandergenius/default.nix
+12
-28
pkgs/games/commandergenius/default.nix
···-cmake -DUSE_SDL2=yes -DBUILD_TARGET=LINUX -DCMAKE_INSTALL_PREFIX:PATH=$out -DCPACK_PACKAGE_INSTALL_DIRECTORY=$out···
+1
-1
pkgs/games/crawl/crawl_purify.patch
+1
-1
pkgs/games/crawl/crawl_purify.patch
···
+2
-2
pkgs/games/dwarf-fortress/unfuck.nix
+2
-2
pkgs/games/dwarf-fortress/unfuck.nix
······
+1
-1
pkgs/games/hedgewars/default.nix
+1
-1
pkgs/games/hedgewars/default.nix
···-wrapProgram $out/bin/hwengine --prefix LD_LIBRARY_PATH : $LD_LIBRARY_PATH:${mesa}/lib/:${freeglut}/lib:${physfs}/lib+wrapProgram $out/bin/hwengine --prefix LD_LIBRARY_PATH : $LD_LIBRARY_PATH:${stdenv.lib.makeLibraryPath [ mesa freeglut physfs ]}
+2
-2
pkgs/games/openmw/default.nix
+2
-2
pkgs/games/openmw/default.nix
···{ stdenv, fetchFromGitHub, qt4, openscenegraph, mygui, bullet, ffmpeg, boost, cmake, SDL2, unshield, openal···-buildInputs = [ cmake boost ffmpeg qt4 bullet mygui openscenegraph__ SDL2 unshield openal pkgconfig ];+buildInputs = [ cmake boost ffmpeg qt4 bullet mygui openscenegraph__ SDL2 unshield openal pkgconfig libXt ];
+1
-1
pkgs/games/spring/default.nix
+1
-1
pkgs/games/spring/default.nix
+2
-2
pkgs/games/super-tux-kart/default.nix
+2
-2
pkgs/games/super-tux-kart/default.nix
······
+6
-2
pkgs/games/the-powder-toy/default.nix
+6
-2
pkgs/games/the-powder-toy/default.nix
······
+1
-1
pkgs/games/tibia/default.nix
+1
-1
pkgs/games/tibia/default.nix
···
+10
-9
pkgs/games/xpilot/bloodspilot-client.nix
+10
-9
pkgs/games/xpilot/bloodspilot-client.nix
···url = "mirror://sourceforge/project/bloodspilot/client-sdl/v${version}/bloodspilot-client-sdl-${version}.tar.gz";
+2
-2
pkgs/games/xpilot/default.nix
+2
-2
pkgs/games/xpilot/default.nix
···
+2
-2
pkgs/misc/cups/drivers/samsung/default.nix
+2
-2
pkgs/misc/cups/drivers/samsung/default.nix
······---set-rpath $(cat $NIX_CC/nix-support/orig-cc)/lib:${stdenv.glibc}/lib:${libusb}/lib:${libxml2}/lib \+--set-rpath $(cat $NIX_CC/nix-support/orig-cc)/lib:${stdenv.lib.makeLibraryPath [ stdenv.glibc libusb libxml2 ] } \
+1
-1
pkgs/misc/cups/filters.nix
+1
-1
pkgs/misc/cups/filters.nix
···
+8
-4
pkgs/misc/emulators/higan/default.nix
+8
-4
pkgs/misc/emulators/higan/default.nix
······-cp --recursive --no-dereference --preserve='links' --no-preserve='ownership' higan/data/cheats.bml higan/profile/* $out/share/higan/
+1
-1
pkgs/misc/emulators/retrofe/default.nix
+1
-1
pkgs/misc/emulators/retrofe/default.nix
···
+2
-2
pkgs/os-specific/linux/kernel/linux-grsecurity.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-grsecurity.nix
···
+3
-3
pkgs/os-specific/linux/kernel/patches.nix
+3
-3
pkgs/os-specific/linux/kernel/patches.nix
···
+1
-1
pkgs/servers/elasticmq/default.nix
+1
-1
pkgs/servers/elasticmq/default.nix
···substituteInPlace $out/bin/elasticmq --replace '-DBASEDIR=$BASEDIR' '-DBASEDIR=''${ELASTICMQ_DATA_PREFIX:-.}'
+1
-1
pkgs/servers/http/apache-modules/mod_auth_mellon/default.nix
+1
-1
pkgs/servers/http/apache-modules/mod_auth_mellon/default.nix
···buildInputs = [ apacheHttpd autoconf autoreconfHook automake curl glib lasso libtool libxml2 libxslt openssl pkgconfig xmlsec ];
+1
-1
pkgs/servers/http/apache-modules/mod_fastcgi/default.nix
+1
-1
pkgs/servers/http/apache-modules/mod_fastcgi/default.nix
+2
-2
pkgs/servers/mail/postfix/default.nix
+2
-2
pkgs/servers/mail/postfix/default.nix
···
+1
-1
pkgs/servers/misc/taskserver/default.nix
+1
-1
pkgs/servers/misc/taskserver/default.nix
+1
-1
pkgs/servers/monitoring/net-snmp/default.nix
+1
-1
pkgs/servers/monitoring/net-snmp/default.nix
+2
-2
pkgs/servers/nosql/neo4j/default.nix
+2
-2
pkgs/servers/nosql/neo4j/default.nix
···
+2
-2
pkgs/servers/openpts/default.nix
+2
-2
pkgs/servers/openpts/default.nix
···+NIX_CFLAGS_COMPILE = "-I${trousers}/include/trousers -I${trousers}/include/tss -Wno-deprecated-declarations";···
+1
-1
pkgs/servers/xmpp/ejabberd/default.nix
+1
-1
pkgs/servers/xmpp/ejabberd/default.nix
+2
-2
pkgs/tools/X11/xpra/default.nix
+2
-2
pkgs/tools/X11/xpra/default.nix
······-# sed -i '4iexport PATH=${getopt}/bin:${xorgserver.out}/bin:${xauth}/bin:${which}/bin:${utillinux}/bin\${PATH:+:}\$PATH' $out/bin/xpra+# sed -i '4iexport PATH=${stdenv.lib.makeBinPath [ getopt xorgserver xauth which utillinux ]}\${PATH:+:}\$PATH' $out/bin/xpra
+2
-2
pkgs/tools/X11/xpra/gtk3.nix
+2
-2
pkgs/tools/X11/xpra/gtk3.nix
······-# sed -i '4iexport PATH=${getopt}/bin:${xorgserver.out}/bin:${xauth}/bin:${which}/bin:${utillinux}/bin\${PATH:+:}\$PATH' $out/bin/xpra+# sed -i '4iexport PATH=${stdenv.lib.makeBinPath [ getopt xorgserver xauth which utillinux ]}\${PATH:+:}\$PATH' $out/bin/xpra
+1
-1
pkgs/tools/admin/salt/default.nix
+1
-1
pkgs/tools/admin/salt/default.nix
+6
-2
pkgs/tools/audio/darkice/default.nix
+6
-2
pkgs/tools/audio/darkice/default.nix
······
+13
pkgs/tools/audio/darkice/fix-undeclared-memmove.patch
+13
pkgs/tools/audio/darkice/fix-undeclared-memmove.patch
···
+1
-1
pkgs/tools/backup/bareos/default.nix
+1
-1
pkgs/tools/backup/bareos/default.nix
···
+1
-1
pkgs/tools/backup/btrbk/default.nix
+1
-1
pkgs/tools/backup/btrbk/default.nix
+1
-1
pkgs/tools/backup/duplicity/default.nix
+1
-1
pkgs/tools/backup/duplicity/default.nix
···--prefix PYTHONPATH : "$(toPythonPath $out):$(toPythonPath ${pycrypto}):$(toPythonPath ${ecdsa}):$(toPythonPath ${paramiko}):$(toPythonPath ${boto}):$(toPythonPath ${lockfile})" \--prefix PYTHONPATH : "$(toPythonPath $out):$(toPythonPath ${pycrypto}):$(toPythonPath ${ecdsa}):$(toPythonPath ${paramiko}):$(toPythonPath ${boto}):$(toPythonPath ${lockfile})"
+1
-1
pkgs/tools/backup/store-backup/default.nix
+1
-1
pkgs/tools/backup/store-backup/default.nix
+1
-1
pkgs/tools/bluetooth/blueman/default.nix
+1
-1
pkgs/tools/bluetooth/blueman/default.nix
···
+1
-1
pkgs/tools/cd-dvd/unetbootin/default.nix
+1
-1
pkgs/tools/cd-dvd/unetbootin/default.nix
+1
-1
pkgs/tools/graphics/pdfread/default.nix
+1
-1
pkgs/tools/graphics/pdfread/default.nix
···wrapProgram $out/bin/pdfread.py --prefix PYTHONPATH : $PYTHONPATH:${pillow}/$LIBSUFFIX/PIL:$PYDIR \---prefix PATH : ${ghostscript}/bin:${pngnq}/bin:${djvulibre.bin}/bin:${unrar}/bin:${optipng}/bin
+7
-1
pkgs/tools/inputmethods/fcitx-engines/fcitx-table-other/default.nix
+7
-1
pkgs/tools/inputmethods/fcitx-engines/fcitx-table-other/default.nix
······+(fetchpatch { url = https://sources.debian.net/data/main/f/fcitx-table-other/0.2.3-3/debian/patches/0001-table-other-fix-build.patch;
+3
-1
pkgs/tools/inputmethods/ibus/default.nix
+3
-1
pkgs/tools/inputmethods/ibus/default.nix
+1
-1
pkgs/tools/misc/disper/default.nix
+1
-1
pkgs/tools/misc/disper/default.nix
+1
-1
pkgs/tools/misc/gparted/default.nix
+1
-1
pkgs/tools/misc/gparted/default.nix
···
+1
-1
pkgs/tools/misc/profile-cleaner/default.nix
+1
-1
pkgs/tools/misc/profile-cleaner/default.nix
+1
-1
pkgs/tools/networking/dhcp/default.nix
+1
-1
pkgs/tools/networking/dhcp/default.nix
+1
-1
pkgs/tools/networking/lftp/default.nix
+1
-1
pkgs/tools/networking/lftp/default.nix
+4
-13
pkgs/tools/networking/mosh/default.nix
+4
-13
pkgs/tools/networking/mosh/default.nix
···buildInputs = [ autoreconfHook protobuf ncurses zlib pkgconfig IOTty makeWrapper perl openssl ];-url = "https://github.com/mobile-shell/mosh/commit/a47917b97606a03f6bbf0cafd1fcd495b0229790.patch";
+2
-2
pkgs/tools/networking/network-manager-applet/default.nix
+2
-2
pkgs/tools/networking/network-manager-applet/default.nix
···--prefix GIO_EXTRA_MODULES : "${glib_networking.out}/lib/gio/modules:${gnome3.dconf}/lib/gio/modules" \
+2
-2
pkgs/tools/networking/offlineimap/default.nix
+2
-2
pkgs/tools/networking/offlineimap/default.nix
······
+1
-1
pkgs/tools/networking/openvpn/openvpn_learnaddress.nix
+1
-1
pkgs/tools/networking/openvpn/openvpn_learnaddress.nix
···
+2
-2
pkgs/tools/networking/snabb/default.nix
+2
-2
pkgs/tools/networking/snabb/default.nix
···-sed -i '2iexport PATH=${git}/bin:${mariadb}/bin:${which}/bin:${procps}/bin:${coreutils}/bin' src/program/snabbnfv/neutron_sync_master/neutron_sync_master.sh.inc-sed -i '2iexport PATH=${git}/bin:${coreutils}/bin:${diffutils}/bin:${nettools}/bin' src/program/snabbnfv/neutron_sync_agent/neutron_sync_agent.sh.inc+sed -i '2iexport PATH=${stdenv.lib.makeBinPath [ git mariadb which procps coreutils ]}' src/program/snabbnfv/neutron_sync_master/neutron_sync_master.sh.inc+sed -i '2iexport PATH=${stdenv.lib.makeBinPath [ git coreutils diffutils nettools ]}' src/program/snabbnfv/neutron_sync_agent/neutron_sync_agent.sh.inc
+1
-1
pkgs/tools/networking/wicd/default.nix
+1
-1
pkgs/tools/networking/wicd/default.nix
···substituteInPlace in/scripts=wicd.in --subst-var-by TEMPLATE-DEFAULT $out/share/other/dhclient.conf.template.default-sed -i "2iexport PATH=${python}/bin:${wpa_supplicant}/sbin:${dhcpcd}/sbin:${dhcp}/sbin:${wirelesstools}/sbin:${nettools}/sbin:${nettools}/bin:${iputils}/bin:${openresolv}/sbin:${iproute}/sbin\$\{PATH:+:\}\$PATH" in/scripts=wicd.in+sed -i "2iexport PATH=${stdenv.lib.makeBinPath [ python wpa_supplicant dhcpcd dhcp wirelesstools nettools nettools iputils openresolv iproute ]}\$\{PATH:+:\}\$PATH" in/scripts=wicd.insed -i "3iexport PYTHONPATH=$(toPythonPath $out):$(toPythonPath ${pygobject}):$(toPythonPath ${dbus-python})\$\{PYTHONPATH:+:\}\$PYTHONPATH" in/scripts=wicd.in
+9
-10
pkgs/tools/networking/wrk/default.nix
+9
-10
pkgs/tools/networking/wrk/default.nix
···
+1
-1
pkgs/tools/security/prey/default.nix
+1
-1
pkgs/tools/security/prey/default.nix
···---prefix PATH ":" "${xawtv}/bin:${imagemagick.out}/bin:${curl.bin}/bin:${scrot}/bin:${inetutils}/bin:${coreutils}/bin" \+--prefix PATH ":" "${stdenv.lib.makeBinPath [ xawtv imagemagick curl scrot inetutils coreutils ]}" \
+2
-1
pkgs/tools/system/collectd/default.nix
+2
-1
pkgs/tools/system/collectd/default.nix
···
+1
-1
pkgs/tools/system/wsmancli/default.nix
+1
-1
pkgs/tools/system/wsmancli/default.nix
+1
-1
pkgs/tools/typesetting/asciidoc/default.nix
+1
-1
pkgs/tools/typesetting/asciidoc/default.nix
···-sed -e "s|^ENV =.*|ENV = dict(XML_CATALOG_FILES='${docbook_xml_dtd_45}/xml/dtd/docbook/catalog.xml ${docbook5_xsl}/xml/xsl/docbook/catalog.xml ${docbook_xsl}/xml/xsl/docbook/catalog.xml', PATH='${tetex}/bin:${coreutils}/bin:${gnused}/bin')|" \+sed -e "s|^ENV =.*|ENV = dict(XML_CATALOG_FILES='${docbook_xml_dtd_45}/xml/dtd/docbook/catalog.xml ${docbook5_xsl}/xml/xsl/docbook/catalog.xml ${docbook_xsl}/xml/xsl/docbook/catalog.xml', PATH='${stdenv.lib.makeBinPath [ tetex coreutils gnused ]}')|" \
+1
-1
pkgs/tools/typesetting/djvu2pdf/default.nix
+1
-1
pkgs/tools/typesetting/djvu2pdf/default.nix
···-wrapProgram $out/bin/djvu2pdf --prefix PATH : ${ghostscript}/bin:${djvulibre.bin}/bin:${which}/bin+wrapProgram $out/bin/djvu2pdf --prefix PATH : ${stdenv.lib.makeBinPath [ ghostscript djvulibre which ]}
+1
-1
pkgs/tools/typesetting/docbook2odf/default.nix
+1
-1
pkgs/tools/typesetting/docbook2odf/default.nix
···
+1
-1
pkgs/tools/typesetting/xmlto/default.nix
+1
-1
pkgs/tools/typesetting/xmlto/default.nix
···
+2
pkgs/tools/video/mjpegtools/default.nix
+2
pkgs/tools/video/mjpegtools/default.nix
+1
-1
pkgs/tools/virtualization/ec2-ami-tools/default.nix
+1
-1
pkgs/tools/virtualization/ec2-ami-tools/default.nix
···
+1
pkgs/top-level/aliases.nix
+1
pkgs/top-level/aliases.nix
···
+19
-10
pkgs/top-level/all-packages.nix
+19
-10
pkgs/top-level/all-packages.nix
···-jre7 = lib.setName "openjre-${lib.getVersion pkgs.openjdk7.jre}" (self.openjdk7.jre // { outputs = [ "jre" ]; });-jre8 = lib.setName "openjre-${lib.getVersion pkgs.openjdk8.jre}" (self.openjdk8.jre // { outputs = [ "jre" ]; });·········inherit (darwin.apple_sdk.frameworks) OpenGL CoreAudio CoreServices AudioUnit Kernel Cocoa;···inherit (darwin.apple_sdk.frameworks) AudioUnit Cocoa CoreAudio CoreServices ForceFeedback OpenGL;······
+2
-2
pkgs/top-level/php-packages.nix
+2
-2
pkgs/top-level/php-packages.nix
···