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";
|
homepage = "https://github.com/akshaynexus/miningcore";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ nrdxp ];
|
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; {
|
meta = with stdenv.lib; {
|
||||||
|
inherit version;
|
||||||
description = "The hottest theme around for SDDM";
|
description = "The hottest theme around for SDDM";
|
||||||
homepage = "https://github.com/MarianArlt/sddm-chili";
|
homepage = "https://github.com/MarianArlt/sddm-chili";
|
||||||
maintainers = [ maintainers.nrdxp ];
|
maintainers = [ maintainers.nrdxp ];
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
inherit version;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -41,6 +41,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = "https://github.com/steamos-compositor-plus";
|
homepage = "https://github.com/steamos-compositor-plus";
|
||||||
maintainers = [ maintainers.nrdxp ];
|
maintainers = [ maintainers.nrdxp ];
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
|
platforms = platforms.linux;
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,6 +21,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = "https://github.com/ryanoasis/nerd-fonts";
|
homepage = "https://github.com/ryanoasis/nerd-fonts";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.nrdxp ];
|
maintainers = [ maintainers.nrdxp ];
|
||||||
|
platforms = platforms.unix;
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,6 +25,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = "https://github.com/ToadKing/wii-u-gc-adapter";
|
homepage = "https://github.com/ToadKing/wii-u-gc-adapter";
|
||||||
maintainers = [ maintainers.nrdxp ];
|
maintainers = [ maintainers.nrdxp ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
platforms = platforms.linux;
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,6 +23,7 @@ stdenv.mkDerivation {
|
|||||||
description = "Pretty, minimal and fast ZSH prompt";
|
description = "Pretty, minimal and fast ZSH prompt";
|
||||||
homepage = "https://github.com/sindresorhus/pure";
|
homepage = "https://github.com/sindresorhus/pure";
|
||||||
maintainers = [ maintainers.nrdxp ];
|
maintainers = [ maintainers.nrdxp ];
|
||||||
|
platforms = platforms.unix;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
|
@ -33,6 +33,7 @@ buildRustPackage {
|
|||||||
homepage = "https://github.com/xcambar/purs";
|
homepage = "https://github.com/xcambar/purs";
|
||||||
maintainers = [ maintainers.nrdxp ];
|
maintainers = [ maintainers.nrdxp ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
platforms = platforms.unix;
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user