1 { lib, stdenv, fetchFromGitHub, cmake }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "086rvwl494z48acgsq3yq11qh1nxm8kbf11adn16aszai4d4ipr3";
15 substituteInPlace CMakeLists.txt --replace "/usr/local/bin" "bin"
18 nativeBuildInputs = [ cmake ];
21 description = "Explore, test, and check regular expressions in the terminal";
22 homepage = "https://octobanana.com/software/crex";
23 license = licenses.mit;
24 maintainers = with maintainers; [ dtzWill ];
25 platforms = platforms.all;