Xaw3d: drop imake (#442407)
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchurl,
|
||||
imake,
|
||||
gccmakedep,
|
||||
bison,
|
||||
flex,
|
||||
pkg-config,
|
||||
@@ -23,13 +21,10 @@ stdenv.mkDerivation rec {
|
||||
url = "https://www.x.org/releases/individual/lib/libXaw3d-${version}.tar.xz";
|
||||
sha256 = "sha256-pBw+NxNa1hax8ou95wACr788tZow3zQUH4KdMurchkY=";
|
||||
};
|
||||
dontUseImakeConfigure = true;
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
bison
|
||||
flex
|
||||
imake
|
||||
gccmakedep
|
||||
];
|
||||
buildInputs = [
|
||||
libXext
|
||||
|
||||
Reference in New Issue
Block a user