mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
libuchardet: remove unneeded CMake flags
Not necessary since https://github.com/NixOS/nixpkgs/pull/52856
This commit is contained in:
parent
fb961d1cdb
commit
652e858409
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user