Magit: Install to $out.
svn path=/nixpkgs/trunk/; revision=26524
This commit is contained in:
parent
1e78949539
commit
fe5b564e6b
@ -13,8 +13,13 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [emacs texinfo];
|
buildInputs = [emacs texinfo];
|
||||||
|
|
||||||
|
configurePhase =
|
||||||
|
'' sed -i Makefile \
|
||||||
|
-e "s|^PREFIX=.*$|PREFIX=$out|g ; s|/etc/emacs/|$out/etc/emacs/|"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An an interface to Git, implemented as an extension to Emacs.";
|
description = "Magit, an Emacs interface to Git";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
With Magit, you can inspect and modify your Git repositories with
|
With Magit, you can inspect and modify your Git repositories with
|
||||||
@ -31,6 +36,6 @@ stdenv.mkDerivation {
|
|||||||
license = "GPLv3+";
|
license = "GPLv3+";
|
||||||
homepage = "http://github.com/philjackson/magit";
|
homepage = "http://github.com/philjackson/magit";
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
maintainers = with stdenv.lib.maintainers; [ simons ludo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user