20 stdenv.mkDerivation rec {
24 src = fetchFromGitLab {
25 domain = "gitlab.gnome.org";
30 sha256 = "sha256-VA4KZ8x/MMAA/g/x59h1CyHhlj0vbZqwAFdsfTPA2Ds=";
33 cargoDeps = rustPlatform.importCargoLock {
34 lockFile = ./Cargo.lock;
45 rustPlatform.cargoSetupHook
54 ] ++ lib.optionals stdenv.isDarwin [
55 darwin.apple_sdk.frameworks.Foundation
59 description = "Generate project icons and avatars from a symbolic icon";
60 mainProgram = "emblem";
61 homepage = "https://gitlab.gnome.org/World/design/emblem";
62 license = licenses.gpl3Plus;
63 platforms = platforms.unix;
64 maintainers = with maintainers; [ figsoda foo-dogsquared ];