plplot: passthu libx11 as libx11
This commit is contained in:
@@ -36,11 +36,13 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
passthru = {
|
||||
libX11 = libx11;
|
||||
inherit
|
||||
enableWX
|
||||
enableXWin
|
||||
libx11
|
||||
;
|
||||
# backwards compat
|
||||
libX11 = libx11;
|
||||
};
|
||||
|
||||
cmakeFlags = [
|
||||
|
||||
Reference in New Issue
Block a user