Loading pkgs/by-name/gi/git-interactive-rebase-tool/package.nix +0 −6 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, rustPlatform, libiconv, }: rustPlatform.buildRustPackage rec { Loading @@ -19,10 +17,6 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-9pUUKxPpyoX9f10ZiLWsol2rv66WzQqwa6VubRTrT9Y="; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ]; # Compilation during tests fails if this env var is not set. preCheck = "export GIRT_BUILD_GIT_HASH=${version}"; postCheck = "unset GIRT_BUILD_GIT_HASH"; Loading Loading
pkgs/by-name/gi/git-interactive-rebase-tool/package.nix +0 −6 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, rustPlatform, libiconv, }: rustPlatform.buildRustPackage rec { Loading @@ -19,10 +17,6 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-9pUUKxPpyoX9f10ZiLWsol2rv66WzQqwa6VubRTrT9Y="; buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ]; # Compilation during tests fails if this env var is not set. preCheck = "export GIRT_BUILD_GIT_HASH=${version}"; postCheck = "unset GIRT_BUILD_GIT_HASH"; Loading