Unverified Commit 2ec0003a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #225362 from SuperSandro2000/buildGoModule-no-platforms-unix

treewide: don't set platforms.unix for buildGoModule
parents a7022faf 3ad7d71a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -25,6 +25,5 @@ buildGoModule rec {
    homepage = "https://github.com/getAlby/lndhub.go";
    license = licenses.gpl3;
    maintainers = with maintainers; [ prusnak ];
    platforms = platforms.unix;
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ buildGoModule rec {
    homepage = "https://godoc.org/github.com/gokcehan/lf";
    changelog = "https://github.com/gokcehan/lf/releases/tag/r${version}";
    license = licenses.mit;
    platforms = platforms.unix;
    maintainers = with maintainers; [ dotlambda ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -23,6 +23,5 @@ buildGoModule rec {
    license = licenses.osl3;
    maintainers = with maintainers; [ costrouc ];
    mainProgram = "AutoSpotting";
    platforms = platforms.unix;
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ buildGoModule rec {
    homepage = "https://github.com/TomWright/dasel";
    changelog = "https://github.com/TomWright/dasel/blob/v${version}/CHANGELOG.md";
    license = licenses.mit;
    platforms = platforms.unix;
    maintainers = with maintainers; [ _0x4A6F ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ buildGoModule rec {
    description = "CLI for the Mastodon social network API";
    homepage = "https://github.com/McKael/madonctl";
    license = licenses.mit;
    platforms = platforms.unix;
    maintainers = with maintainers; [ aaronjheng ];
  };
}
Loading