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

This commit is contained in:
Sandro
2021-03-16 12:42:46 +01:00
committed by GitHub
18 changed files with 29 additions and 22 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
back to data on the other side.
'';
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = [ maintainers.cstrahan ];
};
}