mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Merge pull request #270366 from h7x4/treewide-add-main-program-3
treewide: add mainProgram
This commit is contained in:
commit
169abfc188
@ -64,5 +64,6 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
|
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
|
||||||
broken = stdenv.isDarwin;
|
broken = stdenv.isDarwin;
|
||||||
|
mainProgram = "contrast";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -66,5 +66,6 @@ stdenv.mkDerivation {
|
|||||||
license = lib.licenses.gpl2Only;
|
license = lib.licenses.gpl2Only;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
|
mainProgram = "dasher";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -42,5 +42,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ ethindp ];
|
maintainers = with maintainers; [ ethindp ];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
|
mainProgram = "espeakup";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.johnazoidberg ];
|
maintainers = [ maintainers.johnazoidberg ];
|
||||||
|
mainProgram = "mousetweaks";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -55,5 +55,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with maintainers; [ dotlambda ];
|
||||||
|
mainProgram = "svkbd-mobile-intl";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -47,5 +47,6 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = [ maintainers.elohmeier ];
|
maintainers = [ maintainers.elohmeier ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
|
mainProgram = "wvkbd-mobintl";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -75,5 +75,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ jtojnar ];
|
maintainers = with maintainers; [ jtojnar ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "deja-dup";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -83,5 +83,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
changelog = "https://github.com/mtkennerly/ludusavi/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/mtkennerly/ludusavi/blob/v${version}/CHANGELOG.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ pasqui23 ];
|
maintainers = with maintainers; [ pasqui23 ];
|
||||||
|
mainProgram = "ludusavi";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,5 +21,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://gitlab.upi.li/networkException/restic-integrity";
|
homepage = "https://gitlab.upi.li/networkException/restic-integrity";
|
||||||
license = with licenses; [ bsd2 ];
|
license = with licenses; [ bsd2 ];
|
||||||
maintainers = with maintainers; [ janik ];
|
maintainers = with maintainers; [ janik ];
|
||||||
|
mainProgram = "restic-integrity";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -39,5 +39,6 @@ mkDerivation rec {
|
|||||||
homepage = "https://git.srcbox.net/stefan/restique";
|
homepage = "https://git.srcbox.net/stefan/restique";
|
||||||
license = with licenses; [ gpl3Plus cc-by-sa-40 cc0 ];
|
license = with licenses; [ gpl3Plus cc-by-sa-40 cc0 ];
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with maintainers; [ dotlambda ];
|
||||||
|
mainProgram = "restique";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -50,5 +50,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
changelog = "https://github.com/ep1cman/unifi-protect-backup/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/ep1cman/unifi-protect-backup/blob/v${version}/CHANGELOG.md";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ajs124 ];
|
maintainers = with maintainers; [ ajs124 ];
|
||||||
|
mainProgram = "unifi-protect-backup";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -95,5 +95,6 @@ python3Packages.buildPythonApplication rec {
|
|||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ ma27 ];
|
maintainers = with maintainers; [ ma27 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "vorta";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -57,5 +57,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
license = licenses.agpl3Only;
|
license = licenses.agpl3Only;
|
||||||
maintainers = with maintainers; [ misuzu ];
|
maintainers = with maintainers; [ misuzu ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
mainProgram = "alfis";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,5 +23,6 @@ buildGoModule rec {
|
|||||||
homepage = "https://github.com/lightninglabs/aperture";
|
homepage = "https://github.com/lightninglabs/aperture";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ sputn1ck ];
|
maintainers = with maintainers; [ sputn1ck ];
|
||||||
|
mainProgram = "aperture";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -35,5 +35,6 @@ python3Packages.buildPythonApplication rec {
|
|||||||
homepage = "https://github.com/accumulator/charge-lnd";
|
homepage = "https://github.com/accumulator/charge-lnd";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ mmilata mariaa144 ];
|
maintainers = with maintainers; [ mmilata mariaa144 ];
|
||||||
|
mainProgram = "charge-lnd";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -68,5 +68,6 @@ stdenv.mkDerivation {
|
|||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ ilyakooo0 ];
|
maintainers = with maintainers; [ ilyakooo0 ];
|
||||||
|
mainProgram = "chia_plot";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ prusnak ];
|
maintainers = with maintainers; [ prusnak ];
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
|
mainProgram = "clboss";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,5 +29,6 @@ in appimageTools.wrapType2 rec {
|
|||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ th0rgal ];
|
maintainers = with maintainers; [ th0rgal ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
mainProgram = "chain-desktop-wallet";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -19,5 +19,6 @@ buildPythonApplication rec {
|
|||||||
description = "Command line Cryptocurrency Portfolio";
|
description = "Command line Cryptocurrency Portfolio";
|
||||||
license = with lib.licenses; [ mit ];
|
license = with lib.licenses; [ mit ];
|
||||||
maintainers = with lib.maintainers; [ bhipple ];
|
maintainers = with lib.maintainers; [ bhipple ];
|
||||||
|
mainProgram = "cryptop";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,5 +20,6 @@ buildGoModule rec {
|
|||||||
description = "A secure Decred wallet daemon written in Go (golang)";
|
description = "A secure Decred wallet daemon written in Go (golang)";
|
||||||
license = with lib.licenses; [ isc ];
|
license = with lib.licenses; [ isc ];
|
||||||
maintainers = with lib.maintainers; [ ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
|
mainProgram = "dcrctl";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,5 +20,6 @@ buildGoModule rec {
|
|||||||
description = "A secure Decred wallet daemon written in Go (golang)";
|
description = "A secure Decred wallet daemon written in Go (golang)";
|
||||||
license = with lib.licenses; [ isc ];
|
license = with lib.licenses; [ isc ];
|
||||||
maintainers = with lib.maintainers; [ juaningan ];
|
maintainers = with lib.maintainers; [ juaningan ];
|
||||||
|
mainProgram = "dcrwallet";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -39,5 +39,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/romanz/electrs";
|
homepage = "https://github.com/romanz/electrs";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ prusnak ];
|
maintainers = with maintainers; [ prusnak ];
|
||||||
|
mainProgram = "electrs";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.cc0;
|
license = licenses.cc0;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ mmahut ];
|
maintainers = with maintainers; [ mmahut ];
|
||||||
|
mainProgram = "ergo";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,5 +24,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/rust-ethereum/ethabi";
|
homepage = "https://github.com/rust-ethereum/ethabi";
|
||||||
maintainers = [ maintainers.dbrock ];
|
maintainers = [ maintainers.dbrock ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
mainProgram = "ethabi";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -33,5 +33,6 @@ appimageTools.wrapType2 rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ andresilva thedavidmeister nyanloutre RaghavSood th0rgal ];
|
maintainers = with maintainers; [ andresilva thedavidmeister nyanloutre RaghavSood th0rgal ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
mainProgram = "ledger-live-desktop";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -152,5 +152,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://lighthouse.sigmaprime.io/";
|
homepage = "https://lighthouse.sigmaprime.io/";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ centromere pmw ];
|
maintainers = with maintainers; [ centromere pmw ];
|
||||||
|
mainProgram = "lighthouse";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -38,5 +38,6 @@ buildGoModule rec {
|
|||||||
homepage = "https://github.com/zcash/lightwalletd";
|
homepage = "https://github.com/zcash/lightwalletd";
|
||||||
maintainers = with maintainers; [ centromere ];
|
maintainers = with maintainers; [ centromere ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
mainProgram = "lightwalletd";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,5 +20,6 @@ buildGoModule rec {
|
|||||||
homepage = "https://github.com/LN-Zap/lndconnect";
|
homepage = "https://github.com/LN-Zap/lndconnect";
|
||||||
maintainers = [ maintainers.d-xo ];
|
maintainers = [ maintainers.d-xo ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "lndconnect";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,5 +23,6 @@ buildGoModule rec {
|
|||||||
homepage = "https://github.com/getAlby/lndhub.go";
|
homepage = "https://github.com/getAlby/lndhub.go";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ prusnak ];
|
maintainers = with maintainers; [ prusnak ];
|
||||||
|
mainProgram = "lndhub.go";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -40,5 +40,6 @@ python3Packages.buildPythonApplication rec {
|
|||||||
homepage = "https://github.com/bitromortac/lndmanage";
|
homepage = "https://github.com/bitromortac/lndmanage";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ mmilata ];
|
maintainers = with maintainers; [ mmilata ];
|
||||||
|
mainProgram = "lndmanage";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ RaghavSood jb55 ];
|
maintainers = with maintainers; [ RaghavSood jb55 ];
|
||||||
|
mainProgram = "miniscript";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -50,5 +50,6 @@ in appimageTools.wrapType2 rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
|
mainProgram = "MyCrypto";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -30,5 +30,6 @@ buildDotnetModule rec {
|
|||||||
maintainers = with maintainers; [ kcalvinalvin erikarvstedt ];
|
maintainers = with maintainers; [ kcalvinalvin erikarvstedt ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
|
mainProgram = "nbxplorer";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -57,5 +57,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ akru ];
|
maintainers = with maintainers; [ akru ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
|
mainProgram = "openethereum";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -31,5 +31,6 @@ buildGoModule rec {
|
|||||||
homepage = "https://github.com/ethereum-optimism/optimism";
|
homepage = "https://github.com/ethereum-optimism/optimism";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ happysalada ];
|
maintainers = with maintainers; [ happysalada ];
|
||||||
|
mainProgram = "cmd";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -55,5 +55,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ happysalada ];
|
maintainers = with maintainers; [ happysalada ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
mainProgram = "snarkos";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -71,5 +71,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
'';
|
'';
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
|
mainProgram = "stellar-core";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -67,5 +67,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
maintainers = [ maintainers.peterwilli ];
|
maintainers = [ maintainers.peterwilli ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
mainProgram = "terra-station";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ mmahut ];
|
maintainers = with maintainers; [ mmahut ];
|
||||||
|
mainProgram = "tessera";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -56,5 +56,6 @@ buildGoModule rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
homepage = "https://github.com/lncapital/torq";
|
homepage = "https://github.com/lncapital/torq";
|
||||||
maintainers = with maintainers; [ mmilata prusnak ];
|
maintainers = with maintainers; [ mmilata prusnak ];
|
||||||
|
mainProgram = "torq";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -59,5 +59,6 @@ appimageTools.wrapType2 rec {
|
|||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ prusnak ];
|
maintainers = with maintainers; [ prusnak ];
|
||||||
platforms = [ "aarch64-linux" "x86_64-linux" ];
|
platforms = [ "aarch64-linux" "x86_64-linux" ];
|
||||||
|
mainProgram = "trezor-suite";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -26,5 +26,6 @@ appimageTools.wrapType2 rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ colinsane ];
|
maintainers = with maintainers; [ colinsane ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
mainProgram = "zecwallet-lite";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -27,5 +27,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
license = [ licenses.gpl3 ];
|
license = [ licenses.gpl3 ];
|
||||||
maintainers = [ maintainers.sb0 ];
|
maintainers = [ maintainers.sb0 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
mainProgram = "amp";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -54,5 +54,6 @@ in stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.sternenseemann ];
|
maintainers = [ maintainers.sternenseemann ];
|
||||||
|
mainProgram = "apostrophe";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -66,5 +66,6 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = [ maintainers.mkg20001 ];
|
maintainers = [ maintainers.mkg20001 ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "bless";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ vbgl ];
|
maintainers = with maintainers; [ vbgl ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
mainProgram = "bluefish";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.unlicense;
|
license = licenses.unlicense;
|
||||||
maintainers = [ maintainers.ilian ];
|
maintainers = [ maintainers.ilian ];
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
|
mainProgram = "bonzomatic";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
|
mainProgram = "bviplus";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -31,5 +31,6 @@ appimageTools.wrapType2 rec {
|
|||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ dit7ya kashw2 ];
|
maintainers = with maintainers; [ dit7ya kashw2 ];
|
||||||
|
mainProgram = "codux";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ rewine ];
|
maintainers = with maintainers; [ rewine ];
|
||||||
|
mainProgram = "cpeditor";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -118,5 +118,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
maintainers = with maintainers; [ sikmir ];
|
maintainers = with maintainers; [ sikmir ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "cudatext";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
maintainers = with lib.maintainers; [qknight];
|
maintainers = with lib.maintainers; [qknight];
|
||||||
platforms = with lib.platforms; linux;
|
platforms = with lib.platforms; linux;
|
||||||
|
mainProgram = "dhex";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
maintainers = with maintainers; [ davidak ];
|
maintainers = with maintainers; [ davidak ];
|
||||||
|
mainProgram = "dit";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -74,6 +74,7 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl1Plus;
|
license = licenses.gpl1Plus;
|
||||||
maintainers = with maintainers; [ schmitthenner vrthra equirosa ];
|
maintainers = with maintainers; [ schmitthenner vrthra equirosa ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "edbrowse";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
# TODO: send the patch to upstream developers
|
# TODO: send the patch to upstream developers
|
||||||
|
@ -49,5 +49,6 @@ stdenv.mkDerivation {
|
|||||||
license = lib.licenses.publicDomain;
|
license = lib.licenses.publicDomain;
|
||||||
maintainers = with lib.maintainers; [ AndersonTorres vrthra ];
|
maintainers = with lib.maintainers; [ AndersonTorres vrthra ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
|
mainProgram = "edit";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,5 +25,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ AndersonTorres ];
|
maintainers = with maintainers; [ AndersonTorres ];
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
|
mainProgram = "edlin";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -43,5 +43,6 @@ buildGoModule rec {
|
|||||||
homepage = "https://github.com/rjkroege/edwood";
|
homepage = "https://github.com/rjkroege/edwood";
|
||||||
license = with licenses; [ mit bsd3 ];
|
license = with licenses; [ mit bsd3 ];
|
||||||
maintainers = with maintainers; [ kranzes ];
|
maintainers = with maintainers; [ kranzes ];
|
||||||
|
mainProgram = "edwood";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.publicDomain;
|
license = licenses.publicDomain;
|
||||||
maintainers = with maintainers; [ AndersonTorres ];
|
maintainers = with maintainers; [ AndersonTorres ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
mainProgram = "em";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
|
mainProgram = "flpsed";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -34,5 +34,6 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ madjar kashw2 ];
|
maintainers = with maintainers; [ madjar kashw2 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
homepage = "https://gottcode.org/focuswriter/";
|
homepage = "https://gottcode.org/focuswriter/";
|
||||||
|
mainProgram = "focuswriter";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -178,5 +178,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = teams.gnome.members;
|
maintainers = teams.gnome.members;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "gnome-builder";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -113,5 +113,6 @@ in stdenv.mkDerivation {
|
|||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = [ maintainers.fitzgibbon ];
|
maintainers = [ maintainers.fitzgibbon ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "gnome-inform7";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -71,5 +71,6 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = [ maintainers.manveru ];
|
maintainers = [ maintainers.manveru ];
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "gnome-latex";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,5 +21,6 @@ buildGoModule rec {
|
|||||||
homepage = "https://github.com/gopherdata/gophernotes";
|
homepage = "https://github.com/gopherdata/gophernotes";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.costrouc ];
|
maintainers = [ maintainers.costrouc ];
|
||||||
|
mainProgram = "gophernotes";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,5 +21,6 @@ buildGoModule rec {
|
|||||||
longDescription = "The Hex Editor From Hell!";
|
longDescription = "The Hex Editor From Hell!";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ ramkromberg ];
|
maintainers = with maintainers; [ ramkromberg ];
|
||||||
|
mainProgram = "hecate";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,5 +23,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
changelog = "https://github.com/ndd7xv/heh/releases/tag/${src.rev}";
|
changelog = "https://github.com/ndd7xv/heh/releases/tag/${src.rev}";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ piturnah ];
|
maintainers = with maintainers; [ piturnah ];
|
||||||
|
mainProgram = "heh";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -47,5 +47,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
|
mainProgram = "hexcurse";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,5 +18,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/Luz/hexdino";
|
homepage = "https://github.com/Luz/hexdino";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.luz ];
|
maintainers = [ maintainers.luz ];
|
||||||
|
mainProgram = "hexdino";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ delroth ];
|
maintainers = with maintainers; [ delroth ];
|
||||||
|
mainProgram = "hexedit";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
|
mainProgram = "ht";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,5 +29,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
homepage = "https://github.com/ilai-deutel/kibi";
|
homepage = "https://github.com/ilai-deutel/kibi";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ robertodr ];
|
maintainers = with maintainers; [ robertodr ];
|
||||||
|
mainProgram = "kibi";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -64,5 +64,6 @@ mkDerivation rec {
|
|||||||
homepage = "https://www.kde.org/applications/office/kile/";
|
homepage = "https://www.kde.org/applications/office/kile/";
|
||||||
maintainers = with lib.maintainers; [ fridh ];
|
maintainers = with lib.maintainers; [ fridh ];
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
|
mainProgram = "kile";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ ckie ];
|
maintainers = with maintainers; [ ckie ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
mainProgram = "l3afpad";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -57,5 +57,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ felschr ];
|
maintainers = with maintainers; [ felschr ];
|
||||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||||
|
mainProgram = "ldtk";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.flosse ];
|
maintainers = [ maintainers.flosse ];
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
|
mainProgram = "leafpad";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -43,5 +43,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ sefidel ];
|
maintainers = with maintainers; [ sefidel ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
mainProgram = "lite-xl";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -55,5 +55,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ Br1ght0ne ];
|
maintainers = with maintainers; [ Br1ght0ne ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
mainProgram = "lite";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -58,5 +58,6 @@ python3Packages.buildPythonApplication rec {
|
|||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
|
mainProgram = "manuskript";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -52,5 +52,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
changelog = "https://github.com/fabiocolacio/Marker/releases/tag/${version}";
|
changelog = "https://github.com/fabiocolacio/Marker/releases/tag/${version}";
|
||||||
|
mainProgram = "marker";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -64,5 +64,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ cyplo ];
|
maintainers = with maintainers; [ cyplo ];
|
||||||
|
mainProgram = "mindforger";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ adsr ];
|
maintainers = with maintainers; [ adsr ];
|
||||||
|
mainProgram = "mle";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -43,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
maintainers = with lib.maintainers; [ AndersonTorres ];
|
maintainers = with lib.maintainers; [ AndersonTorres ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
|
mainProgram = "moe";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
# TODO: a configurable, global moerc file
|
# TODO: a configurable, global moerc file
|
||||||
|
@ -49,5 +49,6 @@ mkDerivation rec {
|
|||||||
homepage = "https://sourceforge.net/projects/molsketch/";
|
homepage = "https://sourceforge.net/projects/molsketch/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.moni ];
|
maintainers = [ maintainers.moni ];
|
||||||
|
mainProgram = "molsketch";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ geri1701 ];
|
maintainers = with maintainers; [ geri1701 ];
|
||||||
|
mainProgram = "ne";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -70,5 +70,6 @@ stdenv.mkDerivation {
|
|||||||
];
|
];
|
||||||
maintainers = with lib.maintainers; [ sander rszibele kashw2 ];
|
maintainers = with lib.maintainers; [ sander rszibele kashw2 ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
|
mainProgram = "netbeans";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -39,5 +39,6 @@ mkDerivation rec {
|
|||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.sebtm ];
|
maintainers = [ maintainers.sebtm ];
|
||||||
broken = stdenv.isAarch64;
|
broken = stdenv.isAarch64;
|
||||||
|
mainProgram = "NotepadNext";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -55,5 +55,6 @@ mkDerivation rec {
|
|||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.rszibele ];
|
maintainers = [ maintainers.rszibele ];
|
||||||
|
mainProgram = "notepadqq";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -37,5 +37,6 @@ in pythonPackages.buildPythonApplication rec {
|
|||||||
homepage = "https://github.com/cpbotha/nvpy";
|
homepage = "https://github.com/cpbotha/nvpy";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
mainProgram = "nvpy";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -19,5 +19,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
changelog = "https://github.com/curlpipe/ox/releases/tag/${version}";
|
changelog = "https://github.com/curlpipe/ox/releases/tag/${version}";
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
maintainers = with maintainers; [ moni ];
|
maintainers = with maintainers; [ moni ];
|
||||||
|
mainProgram = "ox";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -97,5 +97,6 @@ stdenv.mkDerivation rec {
|
|||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
license = with licenses; [ unfreeRedistributable ];
|
license = with licenses; [ unfreeRedistributable ];
|
||||||
maintainers = with maintainers; [ gador ];
|
maintainers = with maintainers; [ gador ];
|
||||||
|
mainProgram = "pinegrow";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -90,5 +90,6 @@ in stdenv.mkDerivation (finalAttrs: {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
maintainers = with maintainers; [ felschr ];
|
maintainers = with maintainers; [ felschr ];
|
||||||
|
mainProgram = "pixelorama";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.lgpl2;
|
license = licenses.lgpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
changelog = "https://github.com/lbellonda/qxmledit/blob/${version}/NEWS";
|
changelog = "https://github.com/lbellonda/qxmledit/blob/${version}/NEWS";
|
||||||
|
mainProgram = "qxmledit";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.tckmn ];
|
maintainers = [ maintainers.tckmn ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "qxw";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,6 @@ buildPythonApplication rec {
|
|||||||
description = "A modern journal that includes a calendar navigation, customizable templates, export functionality and word clouds";
|
description = "A modern journal that includes a calendar navigation, customizable templates, export functionality and word clouds";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ orivej ];
|
maintainers = with maintainers; [ orivej ];
|
||||||
|
mainProgram = "rednotebook";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -53,5 +53,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
maintainers = with maintainers; [ markus1189 wegank ];
|
maintainers = with maintainers; [ markus1189 wegank ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
mainProgram = "rehex";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -88,5 +88,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ klntsky ];
|
maintainers = with maintainers; [ klntsky ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
mainProgram = "retext";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -31,5 +31,6 @@ stdenv.mkDerivation {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.rszibele ];
|
maintainers = [ maintainers.rszibele ];
|
||||||
|
mainProgram = "SciTE";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -41,5 +41,6 @@ mkDerivation rec {
|
|||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
# currently unmaintained
|
# currently unmaintained
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "sigil";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -73,5 +73,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = [ maintainers.fzakaria ];
|
maintainers = [ maintainers.fzakaria ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
mainProgram = "spacevim";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -55,5 +55,6 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ mgregoire chuangzhu squalus ];
|
maintainers = with maintainers; [ mgregoire chuangzhu squalus ];
|
||||||
sourceProvenance = [ sourceTypes.binaryNativeCode ];
|
sourceProvenance = [ sourceTypes.binaryNativeCode ];
|
||||||
platforms = builtins.attrNames srcjson.deb;
|
platforms = builtins.attrNames srcjson.deb;
|
||||||
|
mainProgram = "standardnotes";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user