openimageio: remove unneeded CMake flags
Not necessary since https://github.com/NixOS/nixpkgs/pull/52856
This commit is contained in:
parent
2e11dca0ad
commit
6928f1e838
@ -23,8 +23,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
cmakeFlags = [
|
||||
"-DUSE_PYTHON=OFF"
|
||||
# GNUInstallDirs
|
||||
"-DCMAKE_INSTALL_BINDIR=${placeholder "bin"}/bin"
|
||||
];
|
||||
|
||||
makeFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user