qgit: 2.6 -> 2.7 (#34536)
Changelog: http://libre.tibirna.org/projects/qgit/wiki/27
This commit is contained in:
parent
0afd70c03f
commit
113b04ae28
@ -1,17 +1,20 @@
|
|||||||
{ stdenv, fetchurl, cmake, qtbase }:
|
{ stdenv, fetchgit, cmake, qtbase }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "qgit-2.6";
|
name = "qgit-2.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchgit {
|
||||||
url = "http://libre.tibirna.org/attachments/download/12/${name}.tar.gz";
|
url = "http://repo.or.cz/qgit4/redivivus.git";
|
||||||
sha256 = "1brrhac6s6jrw3djhgailg5d5s0vgrfvr0sczqgzpp3i6pxf8qzl";
|
rev = name;
|
||||||
|
sha256 = "0c0zxykpgkxb8gpgzz5i6b8nrzg7cdxikvpg678x7gsnxhlwjv3a";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qtbase ];
|
buildInputs = [ qtbase ];
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
homepage = http://libre.tibirna.org/projects/qgit/wiki/QGit;
|
homepage = http://libre.tibirna.org/projects/qgit/wiki/QGit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user