Branch: refs/heads/release-17.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b8306929ef97c8294f2993dc9c6ee54376111446
      
https://github.com/NixOS/nixpkgs/commit/b8306929ef97c8294f2993dc9c6ee54376111446
  Author: Thomas Strobel 
<4ZKTUB6TEP74PYJOPWIR013S2AV29YUBW5F9ZH2F4D5UMJUJ6S@hash.domains>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M nixos/modules/virtualisation/qemu-vm.nix

  Log Message:
  -----------
  improve: modules/virtualisation/qemu-vm.nix

disk image for qemu VM with bootloader:
* remove redundant command
* improve readability
* improve execution speed
* make output more reproducible

(cherry picked from commit b9a7aacef71671bdeffdc7c4f21e3b25cb3d4a5a)


  Commit: 77f498780e3fb361c467bde035ddbfdd6099ed80
      
https://github.com/NixOS/nixpkgs/commit/77f498780e3fb361c467bde035ddbfdd6099ed80
  Author: Eric Sagnes <eric.sag...@gmail.com>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M pkgs/tools/inputmethods/fcitx/wrapper.nix

  Log Message:
  -----------
  fcitx: fix fcitx-qt5 attribute path

(cherry picked from commit acb1032968927c5e78e5d05c1bafc6378d82c44b)


  Commit: 632f979869bba415c25bdbcb4e84c2baa63fa826
      
https://github.com/NixOS/nixpkgs/commit/632f979869bba415c25bdbcb4e84c2baa63fa826
  Author: Jaka Hudoklin <jakahudok...@gmail.com>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M nixos/modules/config/pulseaudio.nix

  Log Message:
  -----------
  pulseaudio module: set cookie env variable if running in systen wide mode

(cherry picked from commit c5607ceec5495ed77b5dcd566d6732881a153fe8)


  Commit: 5bbc3e5c705896d9d67c698302b1518768b33131
      
https://github.com/NixOS/nixpkgs/commit/5bbc3e5c705896d9d67c698302b1518768b33131
  Author: Peter Hoeg <pe...@speartail.com>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  qsyncthing: build against qt 5.6 as 5.7 segfaults

(cherry picked from commit 4618585e5e4f563a87ea4f14c794543ba99e3a15)


  Commit: fa2539bb81eccd9ddbcb4bfa04e5830b2ff004e4
      
https://github.com/NixOS/nixpkgs/commit/fa2539bb81eccd9ddbcb4bfa04e5830b2ff004e4
  Author: Peter Hoeg <pe...@speartail.com>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  xca: build against qt 5.6 as 5.7 segfaults

(cherry picked from commit 3f34000358f40c459b533724a0b0240273f682bb)


  Commit: 72727f90bb61937e806cfd20e1c7c10a5597d5b2
      
https://github.com/NixOS/nixpkgs/commit/72727f90bb61937e806cfd20e1c7c10a5597d5b2
  Author: Benno Fünfstück <benno.fuenfstu...@gmail.com>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M pkgs/tools/security/opensc/default.nix

  Log Message:
  -----------
  opensc: remove obsolete DESTDIR patch

This patch was actively causing harm, because it lead to a "double prefix"
issue where the etc files were installed into $out/$out/etc instead of just
$out/etc.

(cherry picked from commit c0bfcdf3a6d2bdc97524274a83febef043749107)


  Commit: 60ddd436106758f549b86defef48317690b73168
      
https://github.com/NixOS/nixpkgs/commit/60ddd436106758f549b86defef48317690b73168
  Author: Benno Fünfstück <benno.fuenfstu...@gmail.com>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M pkgs/development/compilers/hhvm/default.nix

  Log Message:
  -----------
  hhvm: fix location of include files in $out

Fixes a "double prefix" issue, where parts of the include files
for hhvm where located in `$out/$out/include` instead of `$out/include`.

(cherry picked from commit 029c3f917edbe4a53fdd17cd797ca6ff9e8a7615)


  Commit: eb4c867506c4a12d25d2134c24b1239a2d68e43b
      
https://github.com/NixOS/nixpkgs/commit/eb4c867506c4a12d25d2134c24b1239a2d68e43b
  Author: Benno Fünfstück <benno.fuenfstu...@gmail.com>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M pkgs/development/ocaml-modules/ocamlgraph/default.nix

  Log Message:
  -----------
  ocamlgraph: fix binary location (binaries had double prefix path)

Due to setting `DESTDIR` *and* `exec_prefix` (defaulted to `$prefix`), binaries
ended up in `$out/$out/bin` instead of just $out/bin. Not setting `DESTDIR` and 
adapting
the `LIBDIR` patch a little fixes this issue.

(cherry picked from commit dd23d08b9047b74254723e3e54086ce9b656b694)


  Commit: 84cb907ca1985d86d8bee90748d03a440f0ae9a3
      
https://github.com/NixOS/nixpkgs/commit/84cb907ca1985d86d8bee90748d03a440f0ae9a3
  Author: Benno Fünfstück <benno.fuenfstu...@gmail.com>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M pkgs/development/libraries/phonon/backends/gstreamer.nix

  Log Message:
  -----------
  phonon-backend-gstreamer: don't create $out/$out/share/icons

The build system tries to update the mtime of the icons directory if
`DESTDIR` is unset. That code has bug though that does not deal well
with absolute `CMAKE_SHARE_PREFIX` resulting a double prefix bug.

Setting `DESTDIR=/` (should be a no-op) fixes this.

(cherry picked from commit 128901e09fd7cdd8f1fd8af2753dba54bf86c0f1)


Compare: https://github.com/NixOS/nixpkgs/compare/cb2c5caf1375...84cb907ca198
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to