15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
23 fetchSubmodules = true;
24 sha256 = "0sja0ddd9c8wjjpzk2ag8q1lxpj09adgmhd7wnsylincqnj2jyls";
28 # Don't build tests, vendored catch doesn't build with latest glibc.
29 substituteInPlace CMakeLists.txt \
30 --replace "add_subdirectory (tests)" ""
49 description = "A simple application to extract, merge, rotate and reorder pages of PDF documents";
50 homepage = "https://junrrein.github.io/pdfslicer/";
51 license = licenses.gpl3Plus;
52 maintainers = with maintainers; [ dotlambda ];