Unset meta.platforms (#485945)
This commit is contained in:
@@ -23,7 +23,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
homepage = "https://github.com/PabloCastellano/extract-dtb";
|
||||
changelog = "https://github.com/PabloCastellano/extract-dtb/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ ungeskriptet ];
|
||||
mainProgram = "extract-dtb";
|
||||
};
|
||||
|
||||
@@ -27,7 +27,6 @@ buildNpmPackage {
|
||||
description = "Program for downloading Samsung firmware";
|
||||
homepage = "https://github.com/DavidArsene/samfirm.js";
|
||||
license = lib.licenses.gpl3;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ ungeskriptet ];
|
||||
mainProgram = "samfirm-js";
|
||||
};
|
||||
|
||||
@@ -69,7 +69,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://github.com/nirui/sshwifty";
|
||||
changelog = "https://github.com/nirui/sshwifty/releases/tag/${finalAttrs.version}";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ ungeskriptet ];
|
||||
mainProgram = "sshwifty";
|
||||
};
|
||||
|
||||
@@ -28,7 +28,6 @@ buildPythonPackage rec {
|
||||
description = "Android logical partitions library ported from C++ to Python";
|
||||
homepage = "https://github.com/sebaubuntu-python/liblp";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ ungeskriptet ];
|
||||
mainProgram = "lpunpack";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user