forked from mirrors/nixpkgs
libdisplay-info: fix cross
This commit is contained in:
parent
b7ca5d7406
commit
bc66baecef
|
@ -21,9 +21,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-7t1CoLus3rPba9paapM7+H3qpdsw7FlzJsSHFwM/2Lk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ meson pkg-config ninja edid-decode python3 ];
|
||||
|
||||
buildInputs = [ hwdata ];
|
||||
depsBuildBuild = [ pkg-config ];
|
||||
nativeBuildInputs = [ meson pkg-config ninja edid-decode hwdata python3 ];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs tool/gen-search-table.py
|
||||
|
|
Loading…
Reference in a new issue