orc: Enable building on Darwin
This commit is contained in:
parent
f5eed7e14e
commit
5284c5684f
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
# The source code implementing the Marsenne Twister algorithm is licensed
|
# The source code implementing the Marsenne Twister algorithm is licensed
|
||||||
# under the 3-clause BSD license. The rest is 2-clause BSD license.
|
# under the 3-clause BSD license. The rest is 2-clause BSD license.
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user