libuchardet: remove unneeded CMake flags

Not necessary since https://github.com/NixOS/nixpkgs/pull/52856
This commit is contained in:
Jan Tojnar 2019-07-30 18:16:32 +02:00
parent fb961d1cdb
commit 652e858409
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -15,9 +15,6 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DCMAKE_SKIP_BUILD_RPATH=OFF" # for tests
# TODO: move the following to CMake setup hook
"-DCMAKE_INSTALL_BINDIR=${placeholder "bin"}/bin"
"-DCMAKE_INSTALL_MANDIR=${placeholder "man"}/share/man"
];
doCheck = true;