openimageio: remove unneeded CMake flags

Not necessary since https://github.com/NixOS/nixpkgs/pull/52856
This commit is contained in:
Jan Tojnar 2019-07-30 20:26:36 +02:00
parent 2e11dca0ad
commit 6928f1e838
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -23,8 +23,6 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DUSE_PYTHON=OFF"
# GNUInstallDirs
"-DCMAKE_INSTALL_BINDIR=${placeholder "bin"}/bin"
];
makeFlags = [