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: f233572fdc97
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 7e37c5ce9962
Choose a head ref
  • 11 commits
  • 9 files changed
  • 3 contributors

Commits on Jun 17, 2020

  1. virtualbox-guest-additions: fix dlopen of libXrandr

    The library could not be loaded which prevented autoresizing
    when using the VMSVGA adapter.
    bachp committed Jun 17, 2020
    Copy the full SHA
    9c300b6 View commit details
    Browse the repository at this point in the history
  2. nixos/virtualbox-guest: add vmware driver

    VMSGVA is recommended by virtualbox for Linux clients.
    Compared to VBoxVGA and VBoxSVGA it also supports 3D acceleration.
    
    Adding the driver makes nixos work with all three supported graphics card
    types.
    bachp committed Jun 17, 2020
    Copy the full SHA
    ec9792a View commit details
    Browse the repository at this point in the history
  3. nixos/manual: recommend VMSVGA as graphics adapter

    Virtualbox recommends VMSVGA for Linux guests.
    
    It is also currently the only one supporting 3D acceleration
    and it works out of the box with NixOS and auto screen resizing.
    bachp committed Jun 17, 2020
    Copy the full SHA
    6c2d12f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f29063f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. gimp: Fix interpreter path

    GIMP uses python interpreter specified in pygimp.interp file for running Python plug-ins,
    so any Python related wrapping is useless. It will pick up and use the python from build PATH.
    
    Let’s use a python environment containing pygtk, which is needed by many plug-ins.
    
    Closes: NixOS/nixpkgs#87883
    jtojnar committed Jul 3, 2020
    Copy the full SHA
    3b701aa View commit details
    Browse the repository at this point in the history
  2. gimp: Hardcode interpreter paths

    The E (extension) line in pygimp.interp prints the following warnings:
    
    GIMP-Warning: Bad interpreter referenced in interpreter file /nix/store/5c91dah385gn70blsn6i5rzncqj3ks0y-gimp-with-plugins-2.10.18/lib/gimp/2.0/interpreters/pygimp.interp: python2
    GIMP-Warning: Bad binary format string in interpreter file /nix/store/5c91dah385gn70blsn6i5rzncqj3ks0y-gimp-with-plugins-2.10.18/lib/gimp/2.0/interpreters/pygimp.interp
    
    This means that the py extension will not be registered when python2 is not in PATH. To prevent this, let’s hardcode the absolute python2 path.
    
    NixOS/nixpkgs#60937 (comment)
    
    Closes: NixOS/nixpkgs#60937
    jtojnar committed Jul 3, 2020
    Copy the full SHA
    64ec4fd View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Copy the full SHA
    07cebef View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9925e90 View commit details
    Browse the repository at this point in the history
  3. gnome-builder: 3.36.0 -> 3.36.1

    r-ryantm authored and jtojnar committed Jul 5, 2020
    Copy the full SHA
    35f6df0 View commit details
    Browse the repository at this point in the history
  4. gnome3.gnome-maps: 3.36.2 -> 3.36.4

    r-ryantm authored and jtojnar committed Jul 5, 2020
    Copy the full SHA
    891003d View commit details
    Browse the repository at this point in the history
  5. gnome3.gnome-nibbles: 3.36.0 -> 3.36.1

    r-ryantm authored and jtojnar committed Jul 5, 2020
    Copy the full SHA
    7e37c5c View commit details
    Browse the repository at this point in the history