lua5: Re-enabel on Darwin
Prior to 1bf5ded193
this contained
`hydraPlatforms = platforms.linux`, which was apparently misleading.
This commit is contained in:
parent
dc26ac6e04
commit
3875690d80
@ -97,6 +97,6 @@ stdenv.mkDerivation rec {
|
|||||||
for configuration, scripting, and rapid prototyping.
|
for configuration, scripting, and rapid prototyping.
|
||||||
'';
|
'';
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -96,6 +96,6 @@ stdenv.mkDerivation rec {
|
|||||||
for configuration, scripting, and rapid prototyping.
|
for configuration, scripting, and rapid prototyping.
|
||||||
'';
|
'';
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user