Commit cb9306a7 authored by kyehn's avatar kyehn
Browse files

wcc: remove with lib

parent 16f2b6a6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -71,15 +71,15 @@ stdenv.mkDerivation (finalAttrs: {

  enableParallelBuilding = true;

  meta = with lib; {
  meta = {
    homepage = "https://github.com/endrazine/wcc";
    description = "Witchcraft compiler collection: tools to convert and script ELF files";
    license = licenses.mit;
    license = lib.licenses.mit;
    platforms = [
      "x86_64-linux"
      "aarch64-linux"
    ];
    maintainers = with maintainers; [
    maintainers = with lib.maintainers; [
      orivej
      DieracDelta
    ];