lua5: Re-enabel on Darwin
Prior to 1bf5ded193 this contained
`hydraPlatforms = platforms.linux`, which was apparently misleading.
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user