boomerang: use qt's mkDerivation
This commit is contained in:
parent
6c275a5d5c
commit
225053845b
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, qtbase, capstone, bison, flex }:
|
{ mkDerivation, lib, fetchFromGitHub, cmake, qtbase, capstone, bison, flex }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "boomerang";
|
pname = "boomerang";
|
||||||
version = "0.5.1";
|
version = "0.5.1";
|
||||||
|
|
||||||
@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with lib; {
|
||||||
homepage = http://boomerang.sourceforge.net/;
|
homepage = https://github.com/BoomerangDecompiler/boomerang;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
description = "A general, open source, retargetable decompiler";
|
description = "A general, open source, retargetable decompiler";
|
||||||
maintainers = with maintainers; [ dtzWill ];
|
maintainers = with maintainers; [ dtzWill ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user