Allow remake to build on darwin
This commit is contained in:
parent
0594acc6aa
commit
606a945f64
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://bashdb.sourceforge.net/remake/;
|
homepage = http://bashdb.sourceforge.net/remake/;
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
description = "GNU Make with comprehensible tracing and a debugger";
|
description = "GNU Make with comprehensible tracing and a debugger";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
||||||
maintainers = with stdenv.lib.maintainers; [ bjornfor ];
|
maintainers = with stdenv.lib.maintainers; [ bjornfor ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue