12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 fetchSubmodules = true;
21 sha256 = "0drf8wwx0gcmi22jq2yyjy7ppxynfq172wqakchscm313j248fjr";
38 ./install_path_fix.patch
41 env.NIX_CFLAGS_COMPILE = "-Wno-error=format-security";
44 description = "Lightweight, cross-platform & full-featured shader IDE";
45 homepage = "https://github.com/dfranx/SHADERed";
46 license = with licenses; [ mit ];
47 maintainers = with maintainers; [ Scriptkiddi ];