pkgs: add platform information to all packages

This commit is contained in:
Timothy DeHerrera 2020-12-27 21:07:40 -07:00
parent bd9367be48
commit b7016c8d92
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
7 changed files with 8 additions and 2 deletions

View File

@ -98,6 +98,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/akshaynexus/miningcore";
license = licenses.mit;
maintainers = with maintainers; [ nrdxp ];
platforms = [ "x86_64-linux" ];
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
};
}

View File

@ -19,10 +19,11 @@ stdenv.mkDerivation {
'';
meta = with stdenv.lib; {
inherit version;
description = "The hottest theme around for SDDM";
homepage = "https://github.com/MarianArlt/sddm-chili";
maintainers = [ maintainers.nrdxp ];
license = licenses.gpl3;
inherit version;
platforms = platforms.linux;
};
}

View File

@ -41,6 +41,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/steamos-compositor-plus";
maintainers = [ maintainers.nrdxp ];
license = licenses.bsd2;
platforms = platforms.linux;
inherit version;
};
}

View File

@ -21,6 +21,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/ryanoasis/nerd-fonts";
license = licenses.mit;
maintainers = [ maintainers.nrdxp ];
platforms = platforms.unix;
inherit version;
};
}

View File

@ -25,6 +25,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/ToadKing/wii-u-gc-adapter";
maintainers = [ maintainers.nrdxp ];
license = licenses.mit;
platforms = platforms.linux;
inherit version;
};
}

View File

@ -23,6 +23,7 @@ stdenv.mkDerivation {
description = "Pretty, minimal and fast ZSH prompt";
homepage = "https://github.com/sindresorhus/pure";
maintainers = [ maintainers.nrdxp ];
platforms = platforms.unix;
license = licenses.mit;
inherit version;
};

View File

@ -33,6 +33,7 @@ buildRustPackage {
homepage = "https://github.com/xcambar/purs";
maintainers = [ maintainers.nrdxp ];
license = licenses.mit;
platforms = platforms.unix;
inherit version;
};
}