mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
xxdiff: 4.0 -> 4.0.1
This commit is contained in:
parent
12cc39514e
commit
5a75fe64a5
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, qt4, flex, bison, docutils }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xxdiff-4.0";
|
||||
name = "xxdiff-4.0.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/xxdiff/${name}.tar.bz2";
|
||||
sha256 = "0c0k8cwxyv5byw7va1n9iykvypv435j0isvys21rkj1bx121al4i";
|
||||
sha256 = "0050qd12fvlcfdh0iwjsaxgxdq7jsl70f85fbi7pz23skpddsn5z";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ flex bison qt4 docutils ];
|
||||
@ -18,12 +18,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
installPhase = "mkdir -pv $out/bin; cp -v ../bin/xxdiff $out/bin";
|
||||
|
||||
meta = {
|
||||
homepage = "http://furius.ca/xxdiff/";
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://furius.ca/xxdiff/;
|
||||
description = "Graphical file and directories comparator and merge tool";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [];
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user