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: 7ebed57d7b2d
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 8992f529d751
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Dec 4, 2018

  1. nvidia_legacy_340: Remove unneeded/failing patch

    The patch is not applying and no longer needed after upgrade in
    045575e. Now the same result is
    achieved by the following lines in the driver package itself:
    
        #if defined(NV_DRM_LEGACY_PCI_INIT_PRESENT)
        #define nv_drm_pci_init drm_legacy_pci_init
        #define nv_drm_pci_exit drm_legacy_pci_exit
        #else
        #define nv_drm_pci_init drm_pci_init
        #define nv_drm_pci_exit drm_pci_exit
        #endif
    binarin authored and Mic92 committed Dec 4, 2018
    Copy the full SHA
    27b3ca8 View commit details
    Browse the repository at this point in the history
  2. docs: Remove nix-repl references

    nix-repl has been deprecated
    marsam authored and Mic92 committed Dec 4, 2018
    Copy the full SHA
    cc0831b View commit details
    Browse the repository at this point in the history
  3. python.pkgs.pygraphviz: add graphviz path (#51502)

    (cherry picked from commit 21de751)
    timokau committed Dec 4, 2018
    Copy the full SHA
    8992f52 View commit details
    Browse the repository at this point in the history