buildRustPackage: remove platform.all from packages

This commit is contained in:
zowoq
2020-08-16 12:48:18 +10:00
parent 4789d6feaf
commit 473536e3b5
123 changed files with 0 additions and 123 deletions
-1
View File
@@ -23,6 +23,5 @@ rustPlatform.buildRustPackage rec {
description = "A multithreaded lossless PNG compression optimizer";
license = licenses.mit;
maintainers = with maintainers; [ dywedir ];
platforms = platforms.all;
};
}
-1
View File
@@ -23,6 +23,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/ivanceras/svgbob";
license = licenses.asl20;
maintainers = [ maintainers.marsam ];
platforms = platforms.all;
};
}
@@ -17,7 +17,6 @@ rustPlatform.buildRustPackage rec {
description = "A tool for tidying and optimizing SVGs";
homepage = "https://github.com/RazrFalcon/svgcleaner";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = [ maintainers.mehandes ];
};
}
-1
View File
@@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/atanunq/viu";
license = licenses.mit;
maintainers = with maintainers; [ petabyteboy ];
platforms = platforms.all;
};
}