Revert "git-imerge: new package"
This reverts commit 309d0f0c8b6664241d3bf5692f4463333f2c85e6.
This commit is contained in:
parent
34a8b2ee48
commit
aec35dfa58
@ -102,6 +102,4 @@ rec {
|
|||||||
git-extras = callPackage ./git-extras { };
|
git-extras = callPackage ./git-extras { };
|
||||||
|
|
||||||
git-cola = callPackage ./git-cola { };
|
git-cola = callPackage ./git-cola { };
|
||||||
|
|
||||||
git-imerge = callPackage ./git-imerge { };
|
|
||||||
}
|
}
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
{ stdenv, fetchFromGitHub }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "git-imerge-${version}";
|
|
||||||
version = "0.7.0";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
repo = "git-imerge";
|
|
||||||
owner = "mhagger";
|
|
||||||
rev = version;
|
|
||||||
sha256 = "09czjxgjbby54jx1v5m825k87v8g9g374hwv0r6ss48kv1ipvakq";
|
|
||||||
};
|
|
||||||
|
|
||||||
installPhase = ''
|
|
||||||
mkdir -p $out/bin
|
|
||||||
make install PREFIX=$out
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
|
||||||
homepage = https://github.com/mhagger/git-imerge;
|
|
||||||
description = "Perform a merge between two branches incrementally";
|
|
||||||
license = licenses.gpl2;
|
|
||||||
platforms = platforms.all;
|
|
||||||
maintainers = [ maintainers.spwhitt ];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user