Merge pull request #130231 from Mindavi/wmctrl/cross

wmctrl: support cross-compilation
This commit is contained in:
Ben Siraphob 2021-07-16 10:56:52 +07:00 committed by GitHub
commit 10b82fbfbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,9 @@ stdenv.mkDerivation rec {
sha256 = "1afclc57b9017a73mfs9w7lbdvdipmf9q0xdk116f61gnvyix2np";
};
nativeBuildInputs = [ pkg-config ];
strictDeps = true;
depsBuildBuild = [ pkg-config ];
nativeBuildInputs = [ glib.dev ];
buildInputs = [ libX11 libXmu glib ];
patches = [ ./64-bit-data.patch ];