+57
pkgs/tools/filesystems/irods/common.nix
+57
pkgs/tools/filesystems/irods/common.nix
···+{ stdenv, bzip2, zlib, autoconf, automake, cmake, gnumake, help2man , texinfo, libtool , cppzmq , libarchive, avro-cpp, boost, jansson, zeromq, openssl, pam, libiodbc, kerberos, gcc, libcxx, which }:+buildInputs = [ bzip2 zlib autoconf automake cmake gnumake help2man texinfo libtool cppzmq libarchive avro-cpp jansson zeromq openssl pam libiodbc kerberos gcc boost libcxx which ];
+84
pkgs/tools/filesystems/irods/default.nix
+84
pkgs/tools/filesystems/irods/default.nix
···+{ stdenv, fetchurl, python, bzip2, zlib, autoconf, automake, cmake, gnumake, help2man , texinfo, libtool , cppzmq , libarchive, avro-cpp, boost, jansson, zeromq, openssl , pam, libiodbc, kerberos, gcc, libcxx, which }:+substituteInPlace plugins/database/CMakeLists.txt --replace "COMMAND cpp" "COMMAND ${gcc.cc}/bin/cpp"+substituteInPlace cmake/runtime_library.cmake --replace "DESTINATION usr/lib" "DESTINATION lib"+substituteInPlace cmake/development_library.cmake --replace "DESTINATION usr/lib" "DESTINATION lib"+substituteInPlace cmake/development_library.cmake --replace "DESTINATION usr/include" "DESTINATION include"
+11
pkgs/tools/filesystems/irods/irods_root_path.patch
+11
pkgs/tools/filesystems/irods/irods_root_path.patch
···+- path.remove_filename().remove_filename().remove_filename(); // Removes filename and the two directories (usr and lib) between libirods_common.so and base of irods install++ path.remove_filename().remove_filename(); // Removes filename and the two directories (usr and lib) between libirods_common.so and base of irods install
+8
pkgs/top-level/all-packages.nix
+8
pkgs/top-level/all-packages.nix
···