Merge pull request #116600 from siraben/darwin-mass-fix-buildInputs=0

This commit is contained in:
Sandro
2021-03-19 00:37:20 +01:00
committed by GitHub
22 changed files with 55 additions and 46 deletions
+1 -1
View File
@@ -29,6 +29,6 @@ buildGoModule rec {
homepage = "https://github.com/natsukagami/mpd-mpris";
license = licenses.mit;
maintainers = with maintainers; [ doronbehar ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}