owl-lisp: enable on darwin
This commit is contained in:
parent
2197c95222
commit
cc551b204a
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchFromGitLab, coreutils, which }:
|
{ lib, stdenv, fetchFromGitLab, which }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "owl-lisp";
|
pname = "owl-lisp";
|
||||||
@ -13,10 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ which ];
|
nativeBuildInputs = [ which ];
|
||||||
|
|
||||||
prePatch = ''
|
makeFlags = [ "PREFIX=${placeholder "out"}" "CC=cc" ];
|
||||||
substituteInPlace Makefile \
|
|
||||||
--replace /usr $out
|
|
||||||
'';
|
|
||||||
|
|
||||||
# tests are run as part of the compilation process
|
# tests are run as part of the compilation process
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
@ -26,6 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://gitlab.com/owl-lisp/owl";
|
homepage = "https://gitlab.com/owl-lisp/owl";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ peterhoeg ];
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user