3 if builtins.hasAttr "polite-merge" super then
12 stdenv.mkDerivation rec {
13 pname = "polite-merge";
16 url = "https://git.scottworley.com/pub/git/polite-merge";
18 hash = "sha256-CUNKLCwIFwwVaA9opw9yql5AGej/ozQv8k1YR/cfV4I=";
20 postUnpack = "patchShebangs .";
21 nativeCheckInputs = [ git ];
23 preInstall = "export prefix";