Merge pull request #247234 from n3oney/master

This commit is contained in:
Artturi 2023-08-05 04:06:19 +03:00 committed by GitHub
commit c313ed27da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 14 additions and 0 deletions

View file

@ -49,5 +49,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ luc65r ];
platforms = platforms.linux;
mainProgram = "gtkgreet";
};
}

View file

@ -219,5 +219,6 @@ stdenv.mkDerivation rec {
# TERMINFO to a store path, but allows installing foot.terminfo
# on remote systems for proper foot terminfo support.
priority = (ncurses.meta.priority or 5) + 3 + 1;
mainProgram = "foot";
};
}

View file

@ -73,5 +73,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ austinbutler ];
mainProgram = "kooha";
};
}

View file

@ -60,5 +60,6 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with maintainers; [ wozeparrot fufexan ];
inherit (wayland.meta) platforms;
broken = stdenv.isDarwin;
mainProgram = "hyprpaper";
};
})

View file

@ -96,5 +96,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos synthetica ];
mainProgram = "sway";
};
})

View file

@ -69,6 +69,7 @@
s3http = "s3http.js";
svelte-language-server = "svelteserver";
teck-programmer = "teck-firmware-upgrade";
typescript-language-server = "typescript-language-server";
uglify-js = "uglifyjs";
undollar = "$";
vsc-leetcode-cli = "leetcode";

View file

@ -28,5 +28,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/01mf02/jaq/releases/tag/${src.rev}";
license = licenses.mit;
maintainers = with maintainers; [ figsoda siraben ];
mainProgram = "jaq";
};
}

View file

@ -299,6 +299,7 @@ let
license = licenses.gpl2;
platforms = platforms.unix;
maintainers = with maintainers; [ cole-h winter srapenne ];
mainProgram = "fish";
};
passthru = {

View file

@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
maintainers = with maintainers; [ puffnfresh ];
broken = stdenv.hostPlatform.isDarwin;
mainProgram = "playerctl";
};
}

View file

@ -52,5 +52,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://starship.rs";
license = licenses.isc;
maintainers = with maintainers; [ bbigras danth davidtwco Br1ght0ne Frostman marsam ];
mainProgram = "starship";
};
}

View file

@ -196,5 +196,6 @@ stdenv.mkDerivation (finalAttrs: {
# Fails to link against static brotli or gss
broken = stdenv.hostPlatform.isStatic && (brotliSupport || gssSupport);
pkgConfigModules = [ "libcurl" ];
mainProgram = "curl";
};
})

View file

@ -41,5 +41,6 @@ stdenv.mkDerivation rec {
platforms = platforms.unix;
license = with licenses; [ gpl2Only ];
maintainers = with maintainers; [ eelco ];
mainProgram = "socat";
};
}

View file

@ -49,5 +49,6 @@ buildGoModule rec {
maintainers = with maintainers; [ sumnerevans ];
license = with licenses; [ bsd2 isc ];
platforms = platforms.linux;
mainProgram = "yubikey-touch-detector";
};
}

View file

@ -31,5 +31,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ justinlovinger ];
mainProgram = "wtype";
};
}