Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
base: f9bb0b3c3af4
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: b854767dac6c
Choose a head ref
  • 18 commits
  • 21 files changed
  • 11 contributors

Commits on Feb 18, 2019

  1. cudatoolkit: Fixup cuda-gdb ncurses version

    The ncurses upgrade to libncurses.so.6 did silently break cuda-gdb quite
    some time ago.
    knedlsepp committed Feb 18, 2019
    Copy the full SHA
    c8fcd68 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. cudatoolkit: Fix building of older versions

    Versions prior to 9.0 did not build. Additionally we add some
    smoke tests for the binaries in $out/bin.
    knedlsepp committed Feb 19, 2019
    Copy the full SHA
    f483974 View commit details
    Browse the repository at this point in the history
  2. cudatoolkit: Fix GUI applications

    This fixes the following error when starting nvvp or nsight:
    
    ```
    (java:23876): Gtk-WARNING **: 19:12:17.777: Unable to locate theme engine in module_path: "adwaita",
    
    A fatal error has been detected by the Java Runtime Environment:
    
     SIGSEGV (0xb) at pc=0x00007f957f7b67fe, pid=23876, tid=140281059333888
    
    JRE version: Java(TM) SE Runtime Environment (8.0_77-b03) (build 1.8.0_77-b03)
    Java VM: Java HotSpot(TM) 64-Bit Server VM (25.77-b03 mixed mode linux-amd64 compressed oops)
    Problematic frame:
    C  [libpixbufloader-bmp.so+0x27fe]  gdk_pixbuf__bmp_image_load_increment+0xeee
    ```
    
    Since GDK_PIXBUF_MODULE_FILE should match the version we actually link
    to, we override the environment variable using the one provided by the
    gdk_pixbuf setup-hook.
    knedlsepp committed Feb 19, 2019
    Copy the full SHA
    ec2c972 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3e0723f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Copy the full SHA
    b47f47a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. qgis: 2.18.28 -> 3.4.5

    lsix committed Mar 5, 2019
    Copy the full SHA
    9bcdf81 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Copy the full SHA
    3300c60 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. Copy the full SHA
    0015e52 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56877 from peti/t/fix-boost-version-strings

    boost: fix misspelled version numbers in 1.66.0, 1.67.0, 1.68.0, and 1.69.0
    peti committed Mar 10, 2019
    Copy the full SHA
    a8965a5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #57261 from Ma27/fix-autorandr-completions

    autorandr: install bash completions properly
    srhb committed Mar 10, 2019
    Copy the full SHA
    9b3da9e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    668d18c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    292a452 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    88d9ef9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #56486 from lsix/add_qgis_3

     qgis: 2.18.28 -> 3.4.5
    lsix committed Mar 10, 2019
    Copy the full SHA
    ce51fba View commit details
    Browse the repository at this point in the history
  8. sage: fix docbuild (#57294)

    The docbuild (or rather its tests) failed because sphinx built some
    English parts of the documentation in Russian. The added debian patch
    fixes that by isolating docbuilding threads in sphinx using
    proper subprocesses.
    timokau committed Mar 10, 2019
    Copy the full SHA
    ce96994 View commit details
    Browse the repository at this point in the history
  9. websocat: init at 1.3.0

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Mar 10, 2019
    Copy the full SHA
    37fe6bf View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    907c478 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #56018 from knedlsepp/fix-cuda-gdb

    cudatoolkit: Several fixes
    bendlas committed Mar 10, 2019
    Copy the full SHA
    b854767 View commit details
    Browse the repository at this point in the history