17 stdenv.mkDerivation (finalAttrs: {
21 src = fetchFromGitLab {
22 domain = "gitlab.gnome.org";
23 owner = "World/design";
25 rev = finalAttrs.version;
26 hash = "sha256-6+kDKKK1bkIOZlqzKWpzpjAS5o7bkbVFITMZVmJijuU=";
29 cargoDeps = rustPlatform.fetchCargoTarball {
31 name = "${finalAttrs.pname}-${finalAttrs.version}";
32 hash = "sha256-nzP2Jp9l1QgL7Wk9SWlsSVNaeVe3t48MmeX7Xuz+PKM=";
41 rustPlatform.cargoSetupHook
53 changelog = "https://gitlab.gnome.org/World/design/lorem/-/releases/${finalAttrs.version}";
54 description = "Generate placeholder text";
55 homepage = "https://apps.gnome.org/Lorem/";
56 license = licenses.gpl3Plus;
57 mainProgram = "lorem";
58 maintainers = with maintainers; [ michaelgrahamevans ];
59 platforms = platforms.linux;