qbe: use unstableUpdater
This commit is contained in:
parent
3f20319cd1
commit
97e5fc3dc6
@ -1,6 +1,9 @@
|
|||||||
{ stdenv, fetchgit }:
|
{ stdenv
|
||||||
|
, fetchgit
|
||||||
|
, unstableGitUpdater
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
pname = "qbe";
|
pname = "qbe";
|
||||||
version = "unstable-2019-07-11";
|
version = "unstable-2019-07-11";
|
||||||
|
|
||||||
@ -11,6 +14,9 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = [ "PREFIX=$(out)" ];
|
makeFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
|
passthru.updateScript = unstableGitUpdater { };
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://c9x.me/compile/";
|
homepage = "https://c9x.me/compile/";
|
||||||
description = "A small compiler backend written in C";
|
description = "A small compiler backend written in C";
|
||||||
|
Loading…
Reference in New Issue
Block a user