Commit e063f545 authored by Will Dietz's avatar Will Dietz
Browse files

xorg.xf86inputlibinput: remove (?!) override of source

This is the wrong place for this and is outdated anyway,
so was forcing us to use this older version.
parent e961a400
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -342,11 +342,6 @@ self: super:
  });

  xf86inputlibinput = super.xf86inputlibinput.overrideAttrs (attrs: rec {
    name = "xf86-input-libinput-0.28.0";
    src = fetchurl {
      url = "mirror://xorg/individual/driver/${name}.tar.bz2";
      sha256 = "189h8vl0005yizwrs4d0sng6j8lwkd3xi1zwqg8qavn2bw34v691";
    };
    outputs = [ "out" "dev" ];
    buildInputs = attrs.buildInputs ++ [ libinput ];
    installFlags = "sdkdir=\${dev}/include/xorg";