9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
14 owner = "YukiWorkshop";
16 rev = "9dcb26621a9c17dbab704b5bab0c3a5fc72624cb";
17 sha256 = "0db5y2206fwh3h1pzjm9hy3m76inm0xpm1c5gvrladz6hiqfp7bx";
18 fetchSubmodules = true;
20 # adds missing cmake install directives
21 # https://github.com/YukiWorkshop/IODash/pull/2
22 patches = [ ./0001-Add-cmake-install-directives.patch ];
30 homepage = "https://github.com/YukiWorkshop/IODash";
31 description = "Lightweight C++ I/O library for POSIX operation systems";
32 license = licenses.mit;
33 maintainers = with maintainers; [ jappie ];
34 platforms = with platforms; linux;