Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8ff778c207d9
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bc961a822f8f
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 11, 2020

  1. evdi: 2020-02-22 -> 2020-04-16

    eyJhb committed Jul 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f72d51c View commit details

Commits on Jul 16, 2020

  1. evdi: added maintainer eyjhb

    eyJhb committed Jul 16, 2020
    Copy the full SHA
    6f5b995 View commit details
  2. Merge pull request #92917 from eyJhb/evdi-1.7.0

    evdi: 2020-02-22 -> 2020-04-16
    srhb authored Jul 16, 2020
    Copy the full SHA
    bc961a8 View commit details
Showing with 5 additions and 4 deletions.
  1. +5 −4 pkgs/os-specific/linux/evdi/default.nix
9 changes: 5 additions & 4 deletions pkgs/os-specific/linux/evdi/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "evdi";
version = "unstable-20200222";
version = "unstable-20200416";

src = fetchFromGitHub {
owner = "DisplayLink";
repo = pname;
rev = "bb3038c1b10aae99feddc7354c74a5bf22341246";
sha256 = "058f8gdma6fndg2w512l08mwl79h4hffacx4rnfkjxrb2ard3gd1";
rev = "dc595db636845aef39490496bc075f6bf067106c";
sha256 = "1yrny6jj9403z0rxbd3nxf49xc4w0rfpl7xsq03pq32pb3vlbqw7";
};

nativeBuildInputs = kernel.moduleBuildDependencies;
@@ -24,11 +24,12 @@ stdenv.mkDerivation rec {

installPhase = ''
install -Dm755 module/evdi.ko $out/lib/modules/${kernel.modDirVersion}/kernel/drivers/gpu/drm/evdi/evdi.ko
install -Dm755 library/libevdi.so.1.6.4 $out/lib/libevdi.so
install -Dm755 library/libevdi.so $out/lib/libevdi.so
'';

meta = with stdenv.lib; {
description = "Extensible Virtual Display Interface";
maintainers = with maintainers; [ eyjhb ];
platforms = platforms.linux;
license = with licenses; [ lgpl21 gpl2 ];
homepage = "https://www.displaylink.com/";