pkgs: add platform information to all packages
This commit is contained in:
parent
bd9367be48
commit
b7016c8d92
|
@ -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" ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -41,6 +41,7 @@ stdenv.mkDerivation {
|
|||
homepage = "https://github.com/steamos-compositor-plus";
|
||||
maintainers = [ maintainers.nrdxp ];
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.linux;
|
||||
inherit version;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,6 +21,7 @@ stdenv.mkDerivation {
|
|||
homepage = "https://github.com/ryanoasis/nerd-fonts";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.nrdxp ];
|
||||
platforms = platforms.unix;
|
||||
inherit version;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -33,6 +33,7 @@ buildRustPackage {
|
|||
homepage = "https://github.com/xcambar/purs";
|
||||
maintainers = [ maintainers.nrdxp ];
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
inherit version;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue