1 { stdenv, lib, cmake, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 hash = "sha256-j4RE5Ach7C7Kef4+H9AHSXa2L8OVyJljDwBduKcC4eE=";
14 nativeBuildInputs = [ cmake ];
17 description = "header-only single-file C++ std::filesystem compatible helper library";
18 homepage = "https://github.com/gulrak/filesystem";
19 license = licenses.mit;
20 maintainers = with maintainers; [ lourkeur ];