mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
intel-gpu-tools: fixup build after automake update #28232
This commit is contained in:
parent
76e6863cb1
commit
ff1bb5c854
@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchurl, pkgconfig, libdrm, libpciaccess, cairo, dri2proto, udev
|
||||
, libX11, libXext, libXv, libXrandr, glib, bison, libunwind, python3, kmod
|
||||
, procps, autoconf, automake }:
|
||||
, procps, autoreconfHook, utilmacros }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "intel-gpu-tools-1.19";
|
||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1wdhwf3im6ids95qw5r9hjj9hvp0qhzgi4llrlriy723q3kqm754";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig autoconf automake ];
|
||||
nativeBuildInputs = [ pkgconfig autoreconfHook utilmacros ];
|
||||
buildInputs = [ libdrm libpciaccess cairo dri2proto udev libX11 kmod
|
||||
libXext libXv libXrandr glib bison libunwind python3 procps ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user