lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: add `mainProgram`

h7x4 8121f355 2253eb35

+877
+1
pkgs/applications/audio/CHOWTapeModel/default.nix
··· 127 127 # error: 'vvtanh' was not declared in this scope; did you mean 'tanh'? 128 128 # error: no matching function for call to 'juce::dsp::SIMDRegister<double>::SIMDRegister(xsimd::simd_batch_traits<xsimd::batch<double, 2> >::batch_bool_type)' 129 129 broken = stdenv.isAarch64; # since 2021-12-27 on hydra (update to 2.10): https://hydra.nixos.org/build/162558991 130 + mainProgram = "CHOWTapeModel"; 130 131 }; 131 132 }
+1
pkgs/applications/audio/ChowKick/default.nix
··· 102 102 license = with licenses; [ bsd3 ]; 103 103 maintainers = with maintainers; [ magnetophon ]; 104 104 platforms = platforms.linux; 105 + mainProgram = "ChowKick"; 105 106 }; 106 107 }
+1
pkgs/applications/audio/aacgain/default.nix
··· 34 34 license = licenses.gpl2Plus; 35 35 platforms = platforms.unix; 36 36 maintainers = [ maintainers.robbinch ]; 37 + mainProgram = "aacgain"; 37 38 }; 38 39 }
+1
pkgs/applications/audio/aeolus/default.nix
··· 40 40 license = licenses.lgpl3; 41 41 platforms = platforms.linux; 42 42 maintainers = with maintainers; [ nico202 orivej ]; 43 + mainProgram = "aeolus"; 43 44 }; 44 45 }
+1
pkgs/applications/audio/aj-snapshot/default.nix
··· 27 27 license = licenses.gpl2; 28 28 maintainers = [ maintainers.mrVanDalo ]; 29 29 platforms = platforms.all; 30 + mainProgram = "aj-snapshot"; 30 31 }; 31 32 }
+1
pkgs/applications/audio/ashuffle/default.nix
··· 35 35 maintainers = [ maintainers.tcbravo ]; 36 36 platforms = platforms.unix; 37 37 license = licenses.mit; 38 + mainProgram = "ashuffle"; 38 39 }; 39 40 }
+1
pkgs/applications/audio/aucatctl/default.nix
··· 32 32 license = licenses.isc; 33 33 maintainers = with maintainers; [ sna ]; 34 34 platforms = platforms.unix; 35 + mainProgram = "aucatctl"; 35 36 }; 36 37 })
+1
pkgs/applications/audio/bitmeter/default.nix
··· 25 25 license = licenses.gpl2; 26 26 maintainers = [ maintainers.magnetophon ]; 27 27 platforms = platforms.linux; 28 + mainProgram = "bitmeter"; 28 29 }; 29 30 }
+1
pkgs/applications/audio/brutefir/default.nix
··· 28 28 license = licenses.gpl2Only; 29 29 maintainers = with maintainers; [ auchter ]; 30 30 platforms = [ "x86_64-linux" "i686-linux" ]; 31 + mainProgram = "brutefir"; 31 32 }; 32 33 }
+1
pkgs/applications/audio/calf/default.nix
··· 26 26 license = licenses.lgpl2; 27 27 maintainers = [ maintainers.goibhniu ]; 28 28 platforms = platforms.linux; 29 + mainProgram = "calfjackhost"; 29 30 }; 30 31 }
+1
pkgs/applications/audio/cdparanoia/default.nix
··· 58 58 description = "A tool and library for reading digital audio from CDs"; 59 59 license = with licenses; [ gpl2Plus lgpl21Plus ]; 60 60 platforms = platforms.unix; 61 + mainProgram = "cdparanoia"; 61 62 }; 62 63 }
+1
pkgs/applications/audio/chuck/default.nix
··· 29 29 license = licenses.gpl2; 30 30 platforms = platforms.unix; 31 31 maintainers = with maintainers; [ ftrvxmtrx ]; 32 + mainProgram = "chuck"; 32 33 }; 33 34 }
+1
pkgs/applications/audio/cider/default.nix
··· 26 26 license = licenses.agpl3; 27 27 maintainers = [ maintainers.cigrainger ]; 28 28 platforms = [ "x86_64-linux" ]; 29 + mainProgram = "cider"; 29 30 }; 30 31 }
+1
pkgs/applications/audio/cmusfm/default.nix
··· 38 38 maintainers = with lib.maintainers; [ CharlesHD mudri ]; 39 39 license = licenses.gpl3Plus; 40 40 platforms = platforms.linux ++ platforms.darwin; 41 + mainProgram = "cmusfm"; 41 42 }; 42 43 }
+1
pkgs/applications/audio/codecserver/default.nix
··· 36 36 license = licenses.gpl3Only; 37 37 platforms = platforms.unix; 38 38 maintainers = teams.c3d2.members; 39 + mainProgram = "codecserver"; 39 40 }; 40 41 }
+1
pkgs/applications/audio/dirt/default.nix
··· 35 35 license = licenses.gpl3; 36 36 maintainers = with maintainers; [ anderspapitto ]; 37 37 platforms = with platforms; linux; 38 + mainProgram = "dirt"; 38 39 }; 39 40 }
+1
pkgs/applications/audio/dolbybcsoftwaredecode/default.nix
··· 27 27 # I asked upstream to assign a license, so maybe this can be free 28 28 # in the future, but for now let's play it safe and make it unfree. 29 29 license = lib.licenses.unfree; 30 + mainProgram = "DolbyBi64"; 30 31 }; 31 32 }
+1
pkgs/applications/audio/dsf2flac/default.nix
··· 30 30 license = licenses.gpl2; 31 31 maintainers = with maintainers; [ artemist ]; 32 32 platforms = [ "x86_64-linux" ]; 33 + mainProgram = "dsf2flac"; 33 34 }; 34 35 }
+1
pkgs/applications/audio/eflite/default.nix
··· 47 47 license = lib.licenses.gpl2; 48 48 platforms = lib.platforms.linux; 49 49 maintainers = with lib.maintainers; [ jhhuh ]; 50 + mainProgram = "eflite"; 50 51 }; 51 52 }
+1
pkgs/applications/audio/famistudio/default.nix
··· 66 66 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 67 67 maintainers = with maintainers; [ OPNA2608 ]; 68 68 platforms = [ "x86_64-linux" ]; 69 + mainProgram = "famistudio"; 69 70 }; 70 71 }
+1
pkgs/applications/audio/flac123/default.nix
··· 17 17 description = "A command-line program for playing FLAC audio files"; 18 18 license = licenses.gpl2Plus; 19 19 platforms = platforms.all; 20 + mainProgram = "flac123"; 20 21 }; 21 22 }
+1
pkgs/applications/audio/fluidsynth/default.nix
··· 32 32 license = licenses.lgpl21Plus; 33 33 maintainers = with maintainers; [ goibhniu lovek323 ]; 34 34 platforms = platforms.unix; 35 + mainProgram = "fluidsynth"; 35 36 }; 36 37 }
+1
pkgs/applications/audio/freewheeling/default.nix
··· 48 48 license = lib.licenses.gpl2; 49 49 maintainers = [ lib.maintainers.sepi ]; 50 50 platforms = lib.platforms.linux; 51 + mainProgram = "fweelin"; 51 52 }; 52 53 }
+1
pkgs/applications/audio/freqtweak/default.nix
··· 26 26 maintainers = [ maintainers.magnetophon ]; 27 27 platforms = platforms.linux; 28 28 license = licenses.gpl2Plus; 29 + mainProgram = "freqtweak"; 29 30 }; 30 31 }
+1
pkgs/applications/audio/ft2-clone/default.nix
··· 45 45 # From HOW-TO-COMPILE.txt: 46 46 # > This code is NOT big-endian compatible 47 47 platforms = platforms.littleEndian; 48 + mainProgram = "ft2-clone"; 48 49 }; 49 50 }
+1
pkgs/applications/audio/furnace/default.nix
··· 116 116 license = with licenses; [ gpl2Plus ]; 117 117 maintainers = with maintainers; [ OPNA2608 ]; 118 118 platforms = platforms.all; 119 + mainProgram = "furnace"; 119 120 }; 120 121 }
+1
pkgs/applications/audio/geonkick/default.nix
··· 27 27 license = licenses.gpl3Plus; 28 28 platforms = platforms.linux; 29 29 maintainers = [ maintainers.magnetophon ]; 30 + mainProgram = "geonkick"; 30 31 }; 31 32 }
+1
pkgs/applications/audio/gigedit/default.nix
··· 42 42 license = licenses.gpl2; 43 43 maintainers = [ maintainers.goibhniu ]; 44 44 platforms = platforms.linux; 45 + mainProgram = "gigedit"; 45 46 }; 46 47 }
+1
pkgs/applications/audio/gjay/default.nix
··· 38 38 license = licenses.gpl2Plus; 39 39 maintainers = with maintainers; [ pSub ]; 40 40 platforms = with platforms; linux; 41 + mainProgram = "gjay"; 41 42 }; 42 43 }
+1
pkgs/applications/audio/gnaural/default.nix
··· 34 34 homepage = "https://gnaural.sourceforge.net/"; 35 35 maintainers = with maintainers; [ ehmry ]; 36 36 license = with licenses; [ gpl2Only ]; 37 + mainProgram = "gnaural"; 37 38 }; 38 39 }
+1
pkgs/applications/audio/headset/default.nix
··· 41 41 license = licenses.mit; 42 42 platforms = [ "x86_64-linux" ]; 43 43 maintainers = with maintainers; [ muscaln ]; 44 + mainProgram = "headset"; 44 45 }; 45 46 }
+1
pkgs/applications/audio/helm/default.nix
··· 70 70 license = lib.licenses.gpl3Plus; 71 71 maintainers = [ maintainers.magnetophon ]; 72 72 platforms = platforms.linux; 73 + mainProgram = "helm"; 73 74 }; 74 75 }
+1
pkgs/applications/audio/hybridreverb2/default.nix
··· 83 83 license = licenses.gpl2Plus; 84 84 maintainers = [ maintainers.magnetophon ]; 85 85 platforms = platforms.linux; 86 + mainProgram = "HybridReverb2"; 86 87 }; 87 88 }
+1
pkgs/applications/audio/id3v2/default.nix
··· 24 24 homepage = "https://id3v2.sourceforge.net/"; 25 25 license = licenses.gpl2Plus; 26 26 platforms = with platforms; unix; 27 + mainProgram = "id3v2"; 27 28 }; 28 29 }
+1
pkgs/applications/audio/industrializer/default.nix
··· 46 46 license = lib.licenses.gpl2Plus; 47 47 maintainers = [ lib.maintainers.magnetophon ]; 48 48 platforms = lib.platforms.linux; 49 + mainProgram = "psindustrializer"; 49 50 }; 50 51 }
+1
pkgs/applications/audio/infamousPlugins/default.nix
··· 47 47 license = licenses.gpl2; 48 48 maintainers = [ maintainers.magnetophon ]; 49 49 platforms = platforms.linux; 50 + mainProgram = "infamous-rule"; 50 51 }; 51 52 }
+1
pkgs/applications/audio/ir.lv2/default.nix
··· 33 33 license = licenses.gpl2; 34 34 maintainers = [ maintainers.magnetophon ]; 35 35 platforms = platforms.linux; 36 + mainProgram = "convert4chan"; 36 37 }; 37 38 }
+1
pkgs/applications/audio/jaaa/default.nix
··· 28 28 license = licenses.gpl2; 29 29 maintainers = [ maintainers.magnetophon ]; 30 30 platforms = platforms.linux; 31 + mainProgram = "jaaa"; 31 32 }; 32 33 }
+1
pkgs/applications/audio/jack-passthrough/default.nix
··· 35 35 license = licenses.unfree; 36 36 maintainers = [ maintainers.PowerUser64 ]; 37 37 platforms = [ "x86_64-linux" ]; 38 + mainProgram = "jack-passthru"; 38 39 }; 39 40 })
+1
pkgs/applications/audio/jackmeter/default.nix
··· 18 18 license = lib.licenses.gpl2; 19 19 maintainers = [ lib.maintainers.marcweber ]; 20 20 platforms = lib.platforms.linux; 21 + mainProgram = "jack_meter"; 21 22 }; 22 23 }
+1
pkgs/applications/audio/japa/default.nix
··· 26 26 license = lib.licenses.gpl2; 27 27 maintainers = [ lib.maintainers.magnetophon ]; 28 28 platforms = lib.platforms.linux; 29 + mainProgram = "japa"; 29 30 }; 30 31 }
+1
pkgs/applications/audio/jellycli/default.nix
··· 30 30 homepage = "https://github.com/tryffel/jellycli"; 31 31 license = licenses.gpl3Plus; 32 32 maintainers = with maintainers; [ oxzi ]; 33 + mainProgram = "jellycli"; 33 34 }; 34 35 }
+1
pkgs/applications/audio/jmusicbot/default.nix
··· 28 28 license = licenses.asl20; 29 29 maintainers = with maintainers; [ ]; 30 30 inherit (jre_headless.meta) platforms; 31 + mainProgram = "JMusicBot"; 31 32 }; 32 33 }
+1
pkgs/applications/audio/keyfinder-cli/default.nix
··· 27 27 ''; 28 28 license = licenses.gpl3Plus; 29 29 platforms = platforms.linux; 30 + mainProgram = "keyfinder-cli"; 30 31 }; 31 32 }
+1
pkgs/applications/audio/klick/default.nix
··· 35 35 description = "Advanced command-line metronome for JACK"; 36 36 license = lib.licenses.gpl2Plus; 37 37 platforms = lib.platforms.linux; 38 + mainProgram = "klick"; 38 39 }; 39 40 }
+1
pkgs/applications/audio/klystrack/default.nix
··· 54 54 license = licenses.mit; 55 55 maintainers = with maintainers; [ suhr ]; 56 56 platforms = platforms.linux; 57 + mainProgram = "klystrack"; 57 58 }; 58 59 }
+1
pkgs/applications/audio/kmetronome/default.nix
··· 21 21 license = licenses.gpl2Plus; 22 22 maintainers = with maintainers; [ orivej ]; 23 23 platforms = platforms.linux; 24 + mainProgram = "kmetronome"; 24 25 }; 25 26 }
+1
pkgs/applications/audio/listenbrainz-mpd/default.nix
··· 59 59 description = "ListenBrainz submission client for MPD"; 60 60 license = licenses.agpl3Only; 61 61 maintainers = with maintainers; [ DeeUnderscore ]; 62 + mainProgram = "listenbrainz-mpd"; 62 63 }; 63 64 }
+1
pkgs/applications/audio/littlegptracker/default.nix
··· 70 70 platforms = platforms.all; 71 71 # https://github.com/NixOS/nixpkgs/pull/91766#issuecomment-688751821 72 72 broken = stdenv.isDarwin; 73 + mainProgram = "lgpt"; 73 74 }; 74 75 }
+1
pkgs/applications/audio/losslessaudiochecker/default.nix
··· 26 26 license = lib.licenses.unfree; 27 27 platforms = [ "x86_64-linux" ]; 28 28 maintainers = with lib.maintainers; [ p-h ]; 29 + mainProgram = "LAC"; 29 30 }; 30 31 }
+1
pkgs/applications/audio/luppp/default.nix
··· 43 43 license = licenses.gpl3Plus; 44 44 maintainers = with maintainers; [ prusnak ]; 45 45 platforms = platforms.linux; 46 + mainProgram = "luppp"; 46 47 }; 47 48 }
+1
pkgs/applications/audio/lv2bm/default.nix
··· 24 24 license = licenses.gpl3; 25 25 maintainers = [ maintainers.magnetophon ]; 26 26 platforms = platforms.linux; 27 + mainProgram = "lv2bm"; 27 28 }; 28 29 }
+1
pkgs/applications/audio/lv2lint/default.nix
··· 18 18 license = licenses.artistic2; 19 19 maintainers = [ maintainers.magnetophon ]; 20 20 platforms = platforms.all; 21 + mainProgram = "lv2lint"; 21 22 }; 22 23 }
+1
pkgs/applications/audio/m4acut/default.nix
··· 20 20 license = with licenses; [ bsdOriginal zlib ]; 21 21 maintainers = [ maintainers.chkno ]; 22 22 platforms = platforms.all; 23 + mainProgram = "m4acut"; 23 24 }; 24 25 }
+1
pkgs/applications/audio/master_me/default.nix
··· 41 41 platforms = platforms.all; 42 42 broken = stdenv.isDarwin; # error: no type or protocol named 'NSPasteboardType' 43 43 license = licenses.gpl3Plus; 44 + mainProgram = "master_me"; 44 45 }; 45 46 }
+1
pkgs/applications/audio/meterbridge/default.nix
··· 23 23 license = licenses.gpl2; 24 24 platforms = platforms.linux; 25 25 maintainers = [ maintainers.nico202 ]; 26 + mainProgram = "meterbridge"; 26 27 }; 27 28 }
+1
pkgs/applications/audio/mi2ly/default.nix
··· 28 28 maintainers = with maintainers; [ raskin ]; 29 29 platforms = platforms.linux; 30 30 homepage = "https://www.nongnu.org/mi2ly/"; 31 + mainProgram = "mi2ly"; 31 32 }; 32 33 }
+1
pkgs/applications/audio/mid2key/default.nix
··· 23 23 license = licenses.gpl3; 24 24 maintainers = [ maintainers.goibhniu ]; 25 25 platforms = platforms.linux; 26 + mainProgram = "mid2key"; 26 27 }; 27 28 }
+1
pkgs/applications/audio/mikmod/default.nix
··· 28 28 license = lib.licenses.gpl2Plus; 29 29 maintainers = with lib.maintainers; [ ]; 30 30 platforms = with lib.platforms; linux; 31 + mainProgram = "mikmod"; 31 32 }; 32 33 }
+1
pkgs/applications/audio/milkytracker/default.nix
··· 81 81 # ibtool -> real Xcode -> I can't get that, and Ofborg can't test that 82 82 broken = stdenv.hostPlatform.isDarwin; 83 83 maintainers = with maintainers; [ OPNA2608 ]; 84 + mainProgram = "milkytracker"; 84 85 }; 85 86 })
+1
pkgs/applications/audio/mmlgui/default.nix
··· 95 95 license = licenses.gpl2Only; 96 96 maintainers = with maintainers; [ OPNA2608 ]; 97 97 platforms = platforms.all; 98 + mainProgram = "mmlgui"; 98 99 }; 99 100 }
+1
pkgs/applications/audio/mmtc/default.nix
··· 28 28 changelog = "https://github.com/figsoda/mmtc/blob/v${version}/CHANGELOG.md"; 29 29 license = licenses.mpl20; 30 30 maintainers = with maintainers; [ figsoda ]; 31 + mainProgram = "mmtc"; 31 32 }; 32 33 }
+1
pkgs/applications/audio/moc/default.nix
··· 96 96 license = licenses.gpl2; 97 97 maintainers = with maintainers; [ aethelz pSub jagajaga ]; 98 98 platforms = platforms.unix; 99 + mainProgram = "mocp"; 99 100 }; 100 101 }
+1
pkgs/applications/audio/mp3gain/default.nix
··· 33 33 license = licenses.lgpl21; 34 34 platforms = platforms.unix; 35 35 maintainers = with maintainers; [ devhell ]; 36 + mainProgram = "mp3gain"; 36 37 }; 37 38 }
+1
pkgs/applications/audio/mp3val/default.nix
··· 33 33 license = lib.licenses.gpl2; 34 34 platforms = lib.platforms.unix; 35 35 maintainers = [ lib.maintainers.devhell ]; 36 + mainProgram = "mp3val"; 36 37 }; 37 38 }
+1
pkgs/applications/audio/museeks/default.nix
··· 34 34 license = licenses.mit; 35 35 platforms = [ "x86_64-linux" ]; 36 36 maintainers = with maintainers; [ zendo ]; 37 + mainProgram = "museeks"; 37 38 }; 38 39 }
+1
pkgs/applications/audio/music-player/default.nix
··· 40 40 changelog = "https://github.com/tsirysndr/music-player/releases/tag/v${version}"; 41 41 license = licenses.mit; 42 42 maintainers = [ maintainers.marsam ]; 43 + mainProgram = "music-player"; 43 44 }; 44 45 }
+1
pkgs/applications/audio/musly/default.nix
··· 29 29 license = licenses.mpl20; 30 30 maintainers = with maintainers; [ ggpeti ]; 31 31 platforms = with platforms; darwin ++ linux; 32 + mainProgram = "musly"; 32 33 }; 33 34 }
+1
pkgs/applications/audio/ncmpc/default.nix
··· 40 40 license = licenses.gpl2Plus; 41 41 platforms = platforms.all; 42 42 maintainers = with maintainers; [ fpletz ]; 43 + mainProgram = "ncmpc"; 43 44 }; 44 45 }
+1
pkgs/applications/audio/ncpamixer/default.nix
··· 39 39 license = licenses.mit; 40 40 platforms = platforms.linux; 41 41 maintainers = teams.c3d2.members; 42 + mainProgram = "ncpamixer"; 42 43 }; 43 44 }
+1
pkgs/applications/audio/ncspot/default.nix
··· 59 59 changelog = "https://github.com/hrkfdn/ncspot/releases/tag/v${version}"; 60 60 license = licenses.bsd2; 61 61 maintainers = [ maintainers.marsam ]; 62 + mainProgram = "ncspot"; 62 63 }; 63 64 }
+1
pkgs/applications/audio/ninjas2/default.nix
··· 35 35 license = with licenses; [ gpl3 ]; 36 36 maintainers = [ maintainers.magnetophon ]; 37 37 platforms = platforms.linux; 38 + mainProgram = "ninjas2"; 38 39 }; 39 40 }
+1
pkgs/applications/audio/odin2/default.nix
··· 82 82 license = licenses.gpl3; 83 83 platforms = [ "x86_64-linux" ]; 84 84 maintainers = with maintainers; [ magnetophon ]; 85 + mainProgram = "Odin2"; 85 86 }; 86 87 }
+1
pkgs/applications/audio/open-stage-control/default.nix
··· 90 90 license = licenses.gpl3Only; 91 91 maintainers = with maintainers; [ lilyinstarlight ]; 92 92 platforms = platforms.linux; 93 + mainProgram = "open-stage-control"; 93 94 }; 94 95 }
+1
pkgs/applications/audio/openutau/default.nix
··· 85 85 ]; 86 86 maintainers = with maintainers; [ lilyinstarlight ]; 87 87 platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; 88 + mainProgram = "OpenUtau"; 88 89 }; 89 90 }
+1
pkgs/applications/audio/opustags/default.nix
··· 36 36 broken = stdenv.isDarwin; 37 37 maintainers = with maintainers; [ kmein ]; 38 38 license = licenses.bsd3; 39 + mainProgram = "opustags"; 39 40 }; 40 41 }
+1
pkgs/applications/audio/pamix/default.nix
··· 40 40 license = licenses.mit; 41 41 platforms = platforms.linux; 42 42 maintainers = with maintainers; [ ericsagnes ]; 43 + mainProgram = "pamix"; 43 44 }; 44 45 }
+1
pkgs/applications/audio/patchage/default.nix
··· 44 44 license = lib.licenses.lgpl3; 45 45 platforms = lib.platforms.linux; 46 46 maintainers = [ lib.maintainers.nico202 ]; 47 + mainProgram = "patchage"; 47 48 }; 48 49 }
+1
pkgs/applications/audio/paulstretch/default.nix
··· 56 56 homepage = "https://hypermammut.sourceforge.net/paulstretch/"; 57 57 platforms = platforms.linux; 58 58 license = licenses.gpl2; 59 + mainProgram = "paulstretch"; 59 60 }; 60 61 }
+1
pkgs/applications/audio/pbpctrl/default.nix
··· 28 28 license = with licenses; [ asl20 mit ]; 29 29 maintainers = [ maintainers.vanilla ]; 30 30 platforms = platforms.linux; 31 + mainProgram = "pbpctrl"; 31 32 }; 32 33 }
+1
pkgs/applications/audio/petrifoo/default.nix
··· 33 33 license = licenses.gpl2Plus; 34 34 platforms = platforms.linux; 35 35 maintainers = [ maintainers.goibhniu ]; 36 + mainProgram = "petri-foo"; 36 37 }; 37 38 }
+1
pkgs/applications/audio/pianobar/default.nix
··· 24 24 homepage = "https://6xq.net/pianobar/"; 25 25 platforms = platforms.unix; 26 26 license = licenses.mit; # expat version 27 + mainProgram = "pianobar"; 27 28 }; 28 29 }
+1
pkgs/applications/audio/picoloop/default.nix
··· 46 46 homepage = "https://github.com/yoyz/picoloop"; 47 47 platforms = platforms.linux; 48 48 license = licenses.bsd3; 49 + mainProgram = "picoloop"; 49 50 }; 50 51 }
+1
pkgs/applications/audio/pmidi/default.nix
··· 18 18 description = "A straightforward command line program to play midi files through the ALSA sequencer"; 19 19 maintainers = with maintainers; [ lheckemann ]; 20 20 license = licenses.gpl2; 21 + mainProgram = "pmidi"; 21 22 }; 22 23 }
+1
pkgs/applications/audio/pms/default.nix
··· 18 18 homepage = "https://ambientsound.github.io/pms/"; 19 19 license = licenses.mit; 20 20 maintainers = with maintainers; [ deejayem ]; 21 + mainProgram = "pms"; 21 22 }; 22 23 }
+1
pkgs/applications/audio/proteus/default.nix
··· 48 48 license = licenses.gpl3; 49 49 platforms = platforms.linux; 50 50 maintainers = with maintainers; [ orivej ]; 51 + mainProgram = "Proteus"; 51 52 }; 52 53 }
+1
pkgs/applications/audio/psst/default.nix
··· 68 68 homepage = "https://github.com/jpochyla/psst"; 69 69 license = licenses.mit; 70 70 maintainers = with maintainers; [ vbrandl peterhoeg ]; 71 + mainProgram = "psst-gui"; 71 72 }; 72 73 }
+1
pkgs/applications/audio/pt2-clone/default.nix
··· 39 39 # From HOW-TO-COMPILE.txt: 40 40 # > This code is NOT big-endian compatible 41 41 platforms = platforms.littleEndian; 42 + mainProgram = "pt2-clone"; 42 43 }; 43 44 } 44 45
+1
pkgs/applications/audio/rhvoice/default.nix
··· 51 51 license = lib.licenses.gpl3; 52 52 maintainers = with lib.maintainers; [ berce ]; 53 53 platforms = with lib.platforms; all; 54 + mainProgram = "RHVoice-test"; 54 55 }; 55 56 }
+1
pkgs/applications/audio/roomeqwizard/default.nix
··· 114 114 REW is free software for room acoustic measurement, loudspeaker 115 115 measurement and audio device measurement. 116 116 ''; 117 + mainProgram = "roomeqwizard"; 117 118 }; 118 119 }
+1
pkgs/applications/audio/schismtracker/default.nix
··· 43 43 license = licenses.gpl2Plus; 44 44 platforms = platforms.unix; 45 45 maintainers = with maintainers; [ ftrvxmtrx ]; 46 + mainProgram = "schismtracker"; 46 47 }; 47 48 }
+1
pkgs/applications/audio/seq24/default.nix
··· 20 20 license = licenses.gpl2; 21 21 platforms = platforms.linux; 22 22 maintainers = with maintainers; [ goibhniu ]; 23 + mainProgram = "seq24"; 23 24 }; 24 25 }
+1
pkgs/applications/audio/snd/default.nix
··· 29 29 platforms = platforms.unix; 30 30 license = licenses.free; 31 31 maintainers = with maintainers; [ ]; 32 + mainProgram = "snd"; 32 33 }; 33 34 }
+1
pkgs/applications/audio/sndpeek/default.nix
··· 52 52 homepage = "https://soundlab.cs.princeton.edu/software/sndpeek/"; 53 53 license = licenses.gpl2; 54 54 maintainers = [ maintainers.laikq ]; 55 + mainProgram = "sndpeek"; 55 56 }; 56 57 }
+1
pkgs/applications/audio/songrec/default.nix
··· 44 44 license = licenses.gpl3Only; 45 45 platforms = platforms.linux; 46 46 maintainers = with maintainers; [ tcbravo ]; 47 + mainProgram = "songrec"; 47 48 }; 48 49 }
+1
pkgs/applications/audio/sonixd/default.nix
··· 30 30 license = licenses.gpl3Only; 31 31 maintainers = with maintainers; [ onny ]; 32 32 platforms = [ "x86_64-linux" ]; 33 + mainProgram = "sonixd"; 33 34 }; 34 35 } 35 36
+1
pkgs/applications/audio/sonobus/default.nix
··· 82 82 maintainers = with maintainers; [ PowerUser64 ]; 83 83 platforms = platforms.unix; 84 84 broken = stdenv.isDarwin; 85 + mainProgram = "sonobus"; 85 86 }; 86 87 })
+1
pkgs/applications/audio/sony-headphones-client/default.nix
··· 57 57 license = licenses.mit; 58 58 maintainers = with maintainers; [ stunkymonkey ]; 59 59 platforms = platforms.linux; 60 + mainProgram = "SonyHeadphonesClient"; 60 61 }; 61 62 }
+1
pkgs/applications/audio/spectrojack/default.nix
··· 27 27 license = lib.licenses.publicDomain; 28 28 maintainers = with lib.maintainers; [ sleexyz ]; 29 29 platforms = with lib.platforms; linux; 30 + mainProgram = "spectrojack"; 30 31 }; 31 32 }
+1
pkgs/applications/audio/spotifyd/default.nix
··· 44 44 license = licenses.gpl3Plus; 45 45 maintainers = with maintainers; [ anderslundstedt Br1ght0ne marsam ]; 46 46 platforms = platforms.unix; 47 + mainProgram = "spotifyd"; 47 48 }; 48 49 }
+1
pkgs/applications/audio/sptlrx/default.nix
··· 29 29 changelog = "https://github.com/raitonoberu/sptlrx/releases/tag/v${version}"; 30 30 license = licenses.mit; 31 31 maintainers = with maintainers; [ MoritzBoehme ]; 32 + mainProgram = "sptlrx"; 32 33 }; 33 34 }
+1
pkgs/applications/audio/squishyball/default.nix
··· 56 56 license = licenses.gpl2Plus; 57 57 maintainers = with maintainers; [ michalrus ]; 58 58 platforms = platforms.linux; 59 + mainProgram = "squishyball"; 59 60 }; 60 61 }
+1
pkgs/applications/audio/streamripper/default.nix
··· 20 20 homepage = "https://streamripper.sourceforge.net/"; 21 21 description = "Application that lets you record streaming mp3 to your hard drive"; 22 22 license = licenses.gpl2; 23 + mainProgram = "streamripper"; 23 24 }; 24 25 }
+1
pkgs/applications/audio/subtitlr/default.nix
··· 31 31 homepage = "https://github.com/yoanbernabeu/Subtitlr/"; 32 32 license = licenses.mit; 33 33 maintainers = with maintainers; [ qjoly ]; 34 + mainProgram = "Subtitlr"; 34 35 }; 35 36 }
+1
pkgs/applications/audio/svox/default.nix
··· 26 26 platforms = platforms.linux; 27 27 license = licenses.asl20; 28 28 maintainers = with maintainers; [ abbradar ]; 29 + mainProgram = "pico2wave"; 29 30 }; 30 31 }
+1
pkgs/applications/audio/synaesthesia/default.nix
··· 29 29 license = lib.licenses.gpl2Only; 30 30 platforms = lib.platforms.linux; 31 31 maintainers = [ lib.maintainers.infinisil ]; 32 + mainProgram = "synaesthesia"; 32 33 }; 33 34 }
+1
pkgs/applications/audio/tagutil/default.nix
··· 41 41 license = licenses.bsd2; 42 42 maintainers = with maintainers; [ dan4ik605743 ]; 43 43 platforms = platforms.linux; 44 + mainProgram = "tagutil"; 44 45 }; 45 46 }
+1
pkgs/applications/audio/timemachine/default.nix
··· 27 27 license = lib.licenses.lgpl2; 28 28 platforms = lib.platforms.linux; 29 29 maintainers = [ lib.maintainers.nico202 ]; 30 + mainProgram = "timemachine"; 30 31 }; 31 32 } 32 33
+1
pkgs/applications/audio/tone/default.nix
··· 28 28 license = licenses.asl20; 29 29 maintainers = [ maintainers.jvanbruegge ]; 30 30 platforms = platforms.linux; 31 + mainProgram = "tone"; 31 32 }; 32 33 }
+1
pkgs/applications/audio/tonelib-gfx/default.nix
··· 55 55 license = licenses.unfree; 56 56 maintainers = with maintainers; [ dan4ik605743 orivej ]; 57 57 platforms = [ "x86_64-linux" ]; 58 + mainProgram = "ToneLib-GFX"; 58 59 }; 59 60 }
+1
pkgs/applications/audio/tonelib-jam/default.nix
··· 58 58 license = licenses.unfree; 59 59 maintainers = with maintainers; [ dan4ik605743 ]; 60 60 platforms = [ "x86_64-linux" ]; 61 + mainProgram = "ToneLib-Jam"; 61 62 }; 62 63 }
+1
pkgs/applications/audio/tonelib-metal/default.nix
··· 57 57 license = licenses.unfree; 58 58 maintainers = with maintainers; [ dan4ik605743 ]; 59 59 platforms = [ "x86_64-linux" ]; 60 + mainProgram = "ToneLib-Metal"; 60 61 }; 61 62 }
+1
pkgs/applications/audio/tonelib-noisereducer/default.nix
··· 56 56 license = licenses.unfree; 57 57 maintainers = with maintainers; [ orivej ]; 58 58 platforms = [ "x86_64-linux" ]; 59 + mainProgram = "ToneLib-NoiseReducer"; 59 60 }; 60 61 }
+1
pkgs/applications/audio/tonelib-zoom/default.nix
··· 60 60 license = licenses.unfree; 61 61 maintainers = with maintainers; [ dan4ik605743 ]; 62 62 platforms = [ "x86_64-linux" ]; 63 + mainProgram = "ToneLib-Zoom"; 63 64 }; 64 65 }
+1
pkgs/applications/audio/transcribe/default.nix
··· 110 110 license = licenses.unfree; 111 111 maintainers = with maintainers; [ iwanb ]; 112 112 platforms = platforms.linux; 113 + mainProgram = "transcribe"; 113 114 }; 114 115 }
+1
pkgs/applications/audio/tree-from-tags/default.nix
··· 34 34 platforms = ruby.meta.platforms; 35 35 maintainers = [ maintainers.livnev maintainers.dbrock ]; 36 36 license = licenses.gpl2Plus; 37 + mainProgram = "tree-from-tags"; 37 38 }; 38 39 }
+1
pkgs/applications/audio/vimpc/default.nix
··· 46 46 license = licenses.gpl3; 47 47 platforms = platforms.unix; 48 48 maintainers = with maintainers; [ pSub ]; 49 + mainProgram = "vimpc"; 49 50 }; 50 51 }
+1
pkgs/applications/audio/wavegain/default.nix
··· 34 34 license = lib.licenses.lgpl21; 35 35 platforms = lib.platforms.linux; 36 36 maintainers = [ lib.maintainers.robbinch ]; 37 + mainProgram = "wavegain"; 37 38 }; 38 39 }
+1
pkgs/applications/audio/wolf-shaper/default.nix
··· 43 43 license = licenses.gpl3Plus; 44 44 maintainers = [ maintainers.magnetophon ]; 45 45 platforms = [ "i686-linux" "x86_64-linux" ]; 46 + mainProgram = "wolf-shaper"; 46 47 }; 47 48 }
+1
pkgs/applications/audio/xmp/default.nix
··· 21 21 homepage = "https://xmp.sourceforge.net/"; 22 22 license = licenses.gpl2Plus; 23 23 platforms = platforms.unix; 24 + mainProgram = "xmp"; 24 25 }; 25 26 }
+1
pkgs/applications/audio/xtuner/default.nix
··· 47 47 license = licenses.gpl2Plus; 48 48 maintainers = with maintainers; [ magnetophon ]; 49 49 platforms = platforms.linux; 50 + mainProgram = "xtuner"; 50 51 }; 51 52 }
+1
pkgs/applications/audio/yasr/default.nix
··· 24 24 platforms = lib.platforms.linux; 25 25 license = lib.licenses.gpl2; 26 26 maintainers = with lib.maintainers; [ jhhuh ]; 27 + mainProgram = "yasr"; 27 28 }; 28 29 }
+1
pkgs/applications/audio/ympd/default.nix
··· 34 34 maintainers = [ maintainers.siddharthist ]; 35 35 platforms = platforms.unix; 36 36 license = licenses.gpl2Plus; 37 + mainProgram = "ympd"; 37 38 }; 38 39 }
+1
pkgs/applications/audio/yoshimi/default.nix
··· 71 71 license = licenses.gpl2Plus; 72 72 platforms = platforms.linux; 73 73 maintainers = [ maintainers.goibhniu ]; 74 + mainProgram = "yoshimi"; 74 75 }; 75 76 }
+1
pkgs/applications/audio/zita-at1/default.nix
··· 33 33 license = licenses.gpl3Plus; 34 34 maintainers = with maintainers; [ orivej ]; 35 35 platforms = platforms.linux; 36 + mainProgram = "zita-at1"; 36 37 }; 37 38 }
+1
pkgs/applications/display-managers/emptty/default.nix
··· 28 28 maintainers = with maintainers; [ urandom ]; 29 29 # many undefined functions 30 30 broken = stdenv.isDarwin; 31 + mainProgram = "emptty"; 31 32 }; 32 33 }
+1
pkgs/applications/display-managers/lightdm-mobile-greeter/default.nix
··· 54 54 maintainers = with maintainers; [ colinsane ]; 55 55 platforms = platforms.linux; 56 56 license = licenses.mit; 57 + mainProgram = "lightdm-mobile-greeter"; 57 58 }; 58 59 }
+1
pkgs/applications/display-managers/ly/default.nix
··· 27 27 homepage = "https://github.com/fairyglade/ly"; 28 28 maintainers = [ maintainers.vidister ]; 29 29 platforms = platforms.linux; 30 + mainProgram = "ly"; 30 31 }; 31 32 }
+1
pkgs/applications/emulators/attract-mode/default.nix
··· 29 29 license = licenses.gpl3Plus; 30 30 maintainers = with maintainers; [ hrdinka ]; 31 31 platforms = with platforms; linux; 32 + mainProgram = "attract"; 32 33 }; 33 34 }
+1
pkgs/applications/emulators/basiliskii/default.nix
··· 24 24 license = licenses.gpl2; 25 25 maintainers = with maintainers; [ quag ]; 26 26 platforms = platforms.linux; 27 + mainProgram = "BasiliskII"; 27 28 }; 28 29 })
+1
pkgs/applications/emulators/caprice32/default.nix
··· 48 48 license = licenses.gpl2; 49 49 maintainers = [ ]; 50 50 platforms = platforms.linux; 51 + mainProgram = "cap32"; 51 52 }; 52 53 }
+1
pkgs/applications/emulators/ccemux/default.nix
··· 64 64 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 65 65 license = licenses.mit; 66 66 maintainers = with maintainers; [ CrazedProgrammer viluon ]; 67 + mainProgram = "ccemux"; 67 68 }; 68 69 }
+1
pkgs/applications/emulators/cen64/default.nix
··· 26 26 homepage = "https://github.com/n64dev/cen64"; 27 27 maintainers = [ maintainers._414owen ]; 28 28 platforms = [ "x86_64-linux" ]; 29 + mainProgram = "cen64"; 29 30 }; 30 31 }
+1
pkgs/applications/emulators/emu2/default.nix
··· 22 22 platforms = platforms.linux; 23 23 maintainers = with maintainers; [ AndersonTorres ]; 24 24 license = licenses.gpl2Plus; 25 + mainProgram = "emu2"; 25 26 }; 26 27 }
+1
pkgs/applications/emulators/gxemul/default.nix
··· 43 43 license = licenses.bsd3; 44 44 maintainers = with maintainers; [ AndersonTorres ]; 45 45 platforms = platforms.unix; 46 + mainProgram = "gxemul"; 46 47 }; 47 48 }
+1
pkgs/applications/emulators/kega-fusion/default.nix
··· 75 75 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 76 76 license = licenses.unfreeRedistributable; 77 77 platforms = [ "i686-linux" ]; 78 + mainProgram = "kega-fusion"; 78 79 }; 79 80 }
+1
pkgs/applications/emulators/mednafen/default.nix
··· 94 94 license = licenses.gpl2Plus; 95 95 maintainers = with maintainers; [ AndersonTorres ]; 96 96 platforms = platforms.unix; 97 + mainProgram = "mednafen"; 97 98 }; 98 99 }
+1
pkgs/applications/emulators/oberon-risc-emu/default.nix
··· 23 23 description = "Emulator for the Oberon RISC machine"; 24 24 license = licenses.isc; 25 25 maintainers = with maintainers; [ siraben ]; 26 + mainProgram = "risc"; 26 27 }; 27 28 }
+1
pkgs/applications/emulators/openmsx/default.nix
··· 71 71 license = with licenses; [ bsd2 boost gpl2Plus ]; 72 72 maintainers = with maintainers; [ AndersonTorres ]; 73 73 platforms = platforms.unix; 74 + mainProgram = "openmsx"; 74 75 }; 75 76 })
+1
pkgs/applications/emulators/simplenes/default.nix
··· 29 29 license = licenses.gpl3; 30 30 maintainers = with maintainers; [ ivar ]; 31 31 platforms = platforms.linux; 32 + mainProgram = "SimpleNES"; 32 33 }; 33 34 }
+1
pkgs/applications/emulators/tamatool/default.nix
··· 74 74 license = licenses.gpl2Only; 75 75 maintainers = with maintainers; [ fgaz ]; 76 76 platforms = platforms.all; 77 + mainProgram = "tamatool"; 77 78 }; 78 79 })
+1
pkgs/applications/emulators/tilem/default.nix
··· 26 26 license = licenses.gpl3Plus; 27 27 maintainers = with maintainers; [ siraben luc65r ]; 28 28 platforms = platforms.linux ++ platforms.darwin; 29 + mainProgram = "tilem2"; 29 30 }; 30 31 }
+1
pkgs/applications/emulators/tiny8086/default.nix
··· 64 64 license = licenses.mit; 65 65 maintainers = [ maintainers.AndersonTorres ]; 66 66 platforms = platforms.linux; 67 + mainProgram = "8086tiny"; 67 68 }; 68 69 }
+1
pkgs/applications/emulators/uae/default.nix
··· 27 27 homepage = "https://web.archive.org/web/20130901222855/http://www.amigaemulator.org/"; 28 28 maintainers = [ lib.maintainers.sander ]; 29 29 platforms = lib.platforms.linux; 30 + mainProgram = "uae"; 30 31 }; 31 32 }
+1
pkgs/applications/emulators/wibo/default.nix
··· 51 51 license = licenses.mit; 52 52 maintainers = with maintainers; [ r-burns ]; 53 53 platforms = [ "i686-linux" ]; 54 + mainProgram = "wibo"; 54 55 }; 55 56 }
+1
pkgs/applications/emulators/xcpc/default.nix
··· 25 25 license = licenses.gpl2Plus; 26 26 maintainers = [ ]; 27 27 platforms = platforms.linux; 28 + mainProgram = "xcpc"; 28 29 }; 29 30 }
+1
pkgs/applications/emulators/yapesdl/default.nix
··· 40 40 maintainers = with lib.maintainers; [ AndersonTorres ]; 41 41 platforms = lib.platforms.unix; 42 42 broken = stdenv.isDarwin; 43 + mainProgram = "yapesdl"; 43 44 }; 44 45 })
+1
pkgs/applications/emulators/zsnes/default.nix
··· 70 70 maintainers = [ lib.maintainers.sander ]; 71 71 homepage = "https://www.zsnes.com"; 72 72 platforms = [ "i686-linux" "x86_64-linux" ]; 73 + mainProgram = "zsnes"; 73 74 }; 74 75 }
+1
pkgs/applications/file-managers/cfm/default.nix
··· 25 25 license = licenses.mpl20; 26 26 maintainers = with maintainers; [ lom ]; 27 27 platforms = platforms.all; 28 + mainProgram = "cfm"; 28 29 }; 29 30 }
+1
pkgs/applications/file-managers/clifm/default.nix
··· 27 27 license = licenses.gpl2Plus; 28 28 maintainers = with maintainers; [ nadir-ishiguro ]; 29 29 platforms = platforms.unix; 30 + mainProgram = "clifm"; 30 31 }; 31 32 }
+1
pkgs/applications/file-managers/lf/default.nix
··· 44 44 changelog = "https://github.com/gokcehan/lf/releases/tag/r${version}"; 45 45 license = licenses.mit; 46 46 maintainers = with maintainers; [ dotlambda ]; 47 + mainProgram = "lf"; 47 48 }; 48 49 }
+1
pkgs/applications/file-managers/mucommander/default.nix
··· 105 105 license = licenses.gpl3; 106 106 maintainers = with maintainers; [ jiegec ]; 107 107 platforms = platforms.all; 108 + mainProgram = "mucommander"; 108 109 }; 109 110 }
+1
pkgs/applications/file-managers/noice/default.nix
··· 33 33 license = licenses.bsd2; 34 34 platforms = platforms.all; 35 35 maintainers = with maintainers; [ iogamaster ]; 36 + mainProgram = "noice"; 36 37 }; 37 38 }
+1
pkgs/applications/file-managers/sfm/default.nix
··· 25 25 license = licenses.isc; 26 26 platforms = platforms.unix; 27 27 maintainers = with maintainers; [ sikmir ]; 28 + mainProgram = "sfm"; 28 29 }; 29 30 }
+1
pkgs/applications/file-managers/shfm/default.nix
··· 34 34 license = licenses.mit; 35 35 maintainers = with maintainers; [ AndersonTorres ]; 36 36 platforms = platforms.all; 37 + mainProgram = "shfm"; 37 38 }; 38 39 }
+1
pkgs/applications/file-managers/xplorer/default.nix
··· 90 90 homepage = "https://xplorer.space"; 91 91 license = licenses.asl20; 92 92 maintainers = with maintainers; [ dit7ya ]; 93 + mainProgram = "xplorer"; 93 94 }; 94 95 }
+1
pkgs/applications/finance/irpf/default.nix
··· 72 72 platforms = platforms.all; 73 73 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 74 74 maintainers = with maintainers; [ atila ]; 75 + mainProgram = "irpf"; 75 76 }; 76 77 }
+1
pkgs/applications/graphics/alchemy/default.nix
··· 37 37 license = licenses.gpl3Plus; 38 38 maintainers = [ maintainers.marcweber ]; 39 39 platforms = platforms.linux; 40 + mainProgram = "alchemy"; 40 41 }; 41 42 }
+1
pkgs/applications/graphics/apngasm/default.nix
··· 29 29 license = licenses.zlib; 30 30 maintainers = with maintainers; [ orivej ]; 31 31 platforms = platforms.linux; 32 + mainProgram = "apngasm"; 32 33 }; 33 34 34 35 }
+1
pkgs/applications/graphics/artem/default.nix
··· 48 48 changelog = "https://github.com/finefindus/artem/blob/v${version}/CHANGELOG.md"; 49 49 license = licenses.mpl20; 50 50 maintainers = with maintainers; [ figsoda ]; 51 + mainProgram = "artem"; 51 52 }; 52 53 }
+1
pkgs/applications/graphics/ascii-image-converter/default.nix
··· 18 18 homepage = "https://github.com/TheZoraiz/ascii-image-converter#readme"; 19 19 license = licenses.asl20; 20 20 maintainers = [ maintainers.danth ]; 21 + mainProgram = "ascii-image-converter"; 21 22 }; 22 23 }
+1
pkgs/applications/graphics/autotrace/default.nix
··· 55 55 platforms = platforms.unix; 56 56 maintainers = with maintainers; [ hodapp ]; 57 57 license = licenses.gpl2; 58 + mainProgram = "autotrace"; 58 59 }; 59 60 }
+1
pkgs/applications/graphics/awesomebump/default.nix
··· 59 59 license = lib.licenses.gpl3Plus; 60 60 maintainers = [ lib.maintainers.eelco ]; 61 61 platforms = lib.platforms.linux; 62 + mainProgram = "AwesomeBump"; 62 63 }; 63 64 }
+1
pkgs/applications/graphics/azpainter/default.nix
··· 44 44 license = licenses.gpl3Plus; 45 45 maintainers = with maintainers; [ dtzWill ]; 46 46 platforms = with platforms; linux ++ darwin; 47 + mainProgram = "azpainter"; 47 48 }; 48 49 }
+1
pkgs/applications/graphics/curv/default.nix
··· 64 64 platforms = platforms.all; 65 65 broken = stdenv.isDarwin; 66 66 maintainers = with maintainers; [ pbsds ]; 67 + mainProgram = "curv"; 67 68 }; 68 69 }
+1
pkgs/applications/graphics/deskew/default.nix
··· 40 40 license = with licenses; [ mit mpl11 ]; 41 41 maintainers = with maintainers; [ryantm]; 42 42 platforms = platforms.all; 43 + mainProgram = "deskew"; 43 44 }; 44 45 45 46 }
+1
pkgs/applications/graphics/drawio/default.nix
··· 112 112 changelog = "https://github.com/jgraph/drawio-desktop/releases/tag/v${version}"; 113 113 maintainers = with maintainers; [ qyliss darkonion0 ]; 114 114 platforms = platforms.darwin ++ platforms.linux; 115 + mainProgram = "drawio"; 115 116 }; 116 117 }
+1
pkgs/applications/graphics/emulsion/default.nix
··· 73 73 maintainers = [ maintainers.magnetophon ]; 74 74 platforms = platforms.unix; 75 75 license = licenses.mit; 76 + mainProgram = "emulsion"; 76 77 }; 77 78 }
+1
pkgs/applications/graphics/entwine/default.nix
··· 34 34 license = licenses.lgpl2Only; 35 35 maintainers = with maintainers; [ matthewcroughan ]; 36 36 platforms = platforms.linux; 37 + mainProgram = "entwine"; 37 38 }; 38 39 }
+1
pkgs/applications/graphics/epeg/default.nix
··· 31 31 url = "https://github.com/mattes/epeg#license"; 32 32 }; 33 33 maintainers = with maintainers; [ nh2 ]; 34 + mainProgram = "epeg"; 34 35 }; 35 36 }
+1
pkgs/applications/graphics/epick/default.nix
··· 57 57 changelog = "https://github.com/vv9k/epick/blob/${version}/CHANGELOG.md"; 58 58 license = licenses.gpl3Only; 59 59 maintainers = with maintainers; [ figsoda ]; 60 + mainProgram = "epick"; 60 61 }; 61 62 }
+1
pkgs/applications/graphics/f3d/default.nix
··· 52 52 license = licenses.bsd3; 53 53 maintainers = with maintainers; [ bcdarwin pbsds ]; 54 54 platforms = with platforms; unix; 55 + mainProgram = "f3d"; 55 56 }; 56 57 }
+1
pkgs/applications/graphics/figma-agent/default.nix
··· 40 40 description = "Figma Agent for Linux (a.k.a. Font Helper)"; 41 41 license = licenses.mit; 42 42 maintainers = with maintainers; [ ercao ]; 43 + mainProgram = "figma-agent"; 43 44 }; 44 45 }
+1
pkgs/applications/graphics/flaca/default.nix
··· 24 24 maintainers = with maintainers; [ zzzsy ]; 25 25 platforms = platforms.linux; 26 26 license = licenses.wtfpl; 27 + mainProgram = "flaca"; 27 28 }; 28 29 }
+1
pkgs/applications/graphics/focus-stack/default.nix
··· 28 28 homepage = "https://github.com/PetteriAimonen/focus-stack"; 29 29 license = licenses.mit; 30 30 maintainers = with maintainers; [ paperdigits ]; 31 + mainProgram = "focus-stack"; 31 32 }; 32 33 }
+1
pkgs/applications/graphics/foxotron/default.nix
··· 97 97 license = licenses.unlicense; 98 98 maintainers = with maintainers; [ OPNA2608 ]; 99 99 platforms = platforms.all; 100 + mainProgram = "Foxotron"; 100 101 }; 101 102 }
+1
pkgs/applications/graphics/gcolor2/default.nix
··· 39 39 license = lib.licenses.gpl2Plus; 40 40 maintainers = with lib.maintainers; [ notthemessiah ]; 41 41 platforms = with lib.platforms; unix; 42 + mainProgram = "gcolor2"; 42 43 }; 43 44 }
+1
pkgs/applications/graphics/gnuclad/default.nix
··· 20 20 license = licenses.gpl3Plus; 21 21 maintainers = with maintainers; [ mog ]; 22 22 platforms = platforms.unix; 23 + mainProgram = "gnuclad"; 23 24 }; 24 25 }
+1
pkgs/applications/graphics/gpicview/default.nix
··· 26 26 license = licenses.gpl2; 27 27 maintainers = with maintainers; [ lovek323 ]; 28 28 platforms = platforms.unix; 29 + mainProgram = "gpicview"; 29 30 }; 30 31 }
+1
pkgs/applications/graphics/gqview/default.nix
··· 24 24 license = licenses.gpl2; 25 25 platforms = platforms.unix; 26 26 maintainers = with maintainers; [ ]; 27 + mainProgram = "gqview"; 27 28 }; 28 29 }
+1
pkgs/applications/graphics/guetzli/default.nix
··· 26 26 license = lib.licenses.asl20; 27 27 platforms = lib.platforms.x86_64; 28 28 maintainers = [ lib.maintainers.seppeljordan ]; 29 + mainProgram = "guetzli"; 29 30 }; 30 31 }
+1
pkgs/applications/graphics/hello-wayland/default.nix
··· 35 35 maintainers = with maintainers; [ qyliss ]; 36 36 license = licenses.mit; 37 37 platforms = platforms.linux; 38 + mainProgram = "hello-wayland"; 38 39 }; 39 40 }
+1
pkgs/applications/graphics/image_optim/default.nix
··· 71 71 license = licenses.mit; 72 72 maintainers = with maintainers; [ srghma nicknovitski ]; 73 73 platforms = platforms.all; 74 + mainProgram = "image_optim"; 74 75 }; 75 76 }
+1
pkgs/applications/graphics/imagej/default.nix
··· 78 78 license = licenses.publicDomain; 79 79 platforms = platforms.unix; 80 80 maintainers = with maintainers; [ yuriaisaka ]; 81 + mainProgram = "imagej"; 81 82 }; 82 83 }
+1
pkgs/applications/graphics/img-cat/default.nix
··· 18 18 homepage = "https://github.com/trashhalo/imgcat"; 19 19 license = licenses.mit; 20 20 maintainers = with maintainers; [ penguwin ]; 21 + mainProgram = "imgcat"; 21 22 }; 22 23 }
+1
pkgs/applications/graphics/imgcat/default.nix
··· 27 27 license = licenses.isc; 28 28 maintainers = with maintainers; [ jwiegley ]; 29 29 platforms = platforms.unix; 30 + mainProgram = "imgcat"; 30 31 }; 31 32 } 32 33
+1
pkgs/applications/graphics/imlibsetroot/default.nix
··· 32 32 license = licenses.mitAdvertising; 33 33 platforms = platforms.linux; 34 34 maintainers = with maintainers; [ dwarfmaster ]; 35 + mainProgram = "imlibsetroot"; 35 36 }; 36 37 }
+1
pkgs/applications/graphics/jpeginfo/default.nix
··· 17 17 license = licenses.gpl2Plus; 18 18 maintainers = [ maintainers.bjornfor ]; 19 19 platforms = platforms.all; 20 + mainProgram = "jpeginfo"; 20 21 }; 21 22 }
+1
pkgs/applications/graphics/jpegoptim/default.nix
··· 22 22 license = licenses.gpl3Plus; 23 23 maintainers = [ maintainers.aristid ]; 24 24 platforms = platforms.all; 25 + mainProgram = "jpegoptim"; 25 26 }; 26 27 }
+1
pkgs/applications/graphics/lazpaint/default.nix
··· 62 62 license = licenses.gpl3; 63 63 platforms = platforms.linux; 64 64 maintainers = with maintainers; [ ]; 65 + mainProgram = "lazpaint"; 65 66 }; 66 67 }
+1
pkgs/applications/graphics/lightburn/default.nix
··· 42 42 license = lib.licenses.unfree; 43 43 maintainers = with lib.maintainers; [ q3k ]; 44 44 platforms = [ "x86_64-linux" ]; 45 + mainProgram = "LightBurn"; 45 46 }; 46 47 }
+1
pkgs/applications/graphics/litemdview/default.nix
··· 55 55 license = licenses.gpl2Only; 56 56 maintainers = with maintainers; [ WhiteBlackGoose ]; 57 57 platforms = platforms.linux; 58 + mainProgram = "litemdview"; 58 59 }; 59 60 }
+1
pkgs/applications/graphics/lorien/default.nix
··· 129 129 license = licenses.mit; 130 130 platforms = platforms.unix; 131 131 maintainers = with maintainers; [ hqurve ]; 132 + mainProgram = "lorien"; 132 133 }; 133 134 }
+1
pkgs/applications/graphics/meh/default.nix
··· 22 22 homepage = "https://www.johnhawthorn.com/meh/"; 23 23 license = lib.licenses.mit; 24 24 platforms = lib.platforms.linux; 25 + mainProgram = "meh"; 25 26 }; 26 27 }
+1
pkgs/applications/graphics/menyoki/default.nix
··· 50 50 changelog = "https://github.com/orhun/menyoki/blob/v${version}/CHANGELOG.md"; 51 51 license = licenses.gpl3Only; 52 52 maintainers = with maintainers; [ figsoda ]; 53 + mainProgram = "menyoki"; 53 54 }; 54 55 }
+1
pkgs/applications/graphics/minidjvu/default.nix
··· 25 25 license = lib.licenses.gpl2Plus; 26 26 maintainers = [ lib.maintainers.viric ]; 27 27 platforms = lib.platforms.unix; 28 + mainProgram = "minidjvu"; 28 29 }; 29 30 }
+1
pkgs/applications/graphics/mtpaint/default.nix
··· 36 36 license = lib.licenses.gpl3Plus; 37 37 platforms = lib.platforms.linux; 38 38 maintainers = [ lib.maintainers.vklquevs ]; 39 + mainProgram = "mtpaint"; 39 40 }; 40 41 } 41 42
+1
pkgs/applications/graphics/ocrad/default.nix
··· 32 32 license = licenses.gpl3Plus; 33 33 maintainers = with maintainers; [ pSub ]; 34 34 platforms = platforms.unix; 35 + mainProgram = "ocrad"; 35 36 }; 36 37 }
+1
pkgs/applications/graphics/odafileconverter/default.nix
··· 50 50 license = licenses.unfree; 51 51 maintainers = with maintainers; [ nagisa ]; 52 52 platforms = [ "x86_64-linux" ]; 53 + mainProgram = "ODAFileConverter"; 53 54 }; 54 55 }
+1
pkgs/applications/graphics/openboard/default.nix
··· 114 114 license = licenses.gpl3Plus; 115 115 maintainers = with maintainers; [ fufexan ]; 116 116 platforms = platforms.linux; 117 + mainProgram = "OpenBoard"; 117 118 }; 118 119 })
+1
pkgs/applications/graphics/pdfcpu/default.nix
··· 64 64 homepage = "https://pdfcpu.io"; 65 65 license = licenses.asl20; 66 66 maintainers = with maintainers; [ doronbehar ]; 67 + mainProgram = "pdfcpu"; 67 68 }; 68 69 }
+1
pkgs/applications/graphics/pixelnuke/default.nix
··· 25 25 license = licenses.unlicense; 26 26 platforms = platforms.linux; 27 27 maintainers = with maintainers; [ mrVanDalo ]; 28 + mainProgram = "pixelnuke"; 28 29 }; 29 30 })
+1
pkgs/applications/graphics/pixeluvo/default.nix
··· 53 53 license = licenses.unfree; 54 54 platforms = [ "x86_64-linux" ]; 55 55 maintainers = with maintainers; [ wolfangaukang ]; 56 + mainProgram = "pixeluvo"; 56 57 }; 57 58 }
+1
pkgs/applications/graphics/pqiv/default.nix
··· 24 24 license = licenses.gpl3Plus; 25 25 maintainers = []; 26 26 platforms = platforms.linux; 27 + mainProgram = "pqiv"; 27 28 }; 28 29 })
+1
pkgs/applications/graphics/qiv/default.nix
··· 23 23 homepage = "http://spiegl.de/qiv/"; 24 24 license = licenses.gpl2; 25 25 platforms = platforms.linux; 26 + mainProgram = "qiv"; 26 27 }; 27 28 })
+1
pkgs/applications/graphics/round/default.nix
··· 23 23 homepage = "https://github.com/mingrammer/round"; 24 24 license = licenses.mit; 25 25 maintainers = with maintainers; [ addict3d ]; 26 + mainProgram = "round"; 26 27 }; 27 28 }
+1
pkgs/applications/graphics/swingsane/default.nix
··· 58 58 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 59 59 license = licenses.asl20; 60 60 platforms = platforms.all; 61 + mainProgram = "swingsane"; 61 62 }; 62 63 }
+1
pkgs/applications/graphics/sxiv/default.nix
··· 30 30 license = lib.licenses.gpl2Plus; 31 31 platforms = lib.platforms.linux; 32 32 maintainers = with maintainers; [ h7x4 ]; 33 + mainProgram = "sxiv"; 33 34 }; 34 35 }
+1
pkgs/applications/graphics/tesseract/tesseract3.nix
··· 44 44 license = lib.licenses.asl20; 45 45 maintainers = with lib.maintainers; [ viric erikarvstedt ]; 46 46 platforms = with lib.platforms; linux ++ darwin; 47 + mainProgram = "tesseract"; 47 48 }; 48 49 }
+1
pkgs/applications/graphics/tesseract/tesseract4.nix
··· 49 49 license = lib.licenses.asl20; 50 50 maintainers = with lib.maintainers; [ viric erikarvstedt ]; 51 51 platforms = with lib.platforms; linux ++ darwin; 52 + mainProgram = "tesseract"; 52 53 }; 53 54 }
+1
pkgs/applications/graphics/unigine-superposition/default.nix
··· 143 143 license = lib.licenses.unfree; 144 144 maintainers = [ lib.maintainers.BarinovMaxim ]; 145 145 platforms = [ "x86_64-linux" ]; 146 + mainProgram = "Superposition"; 146 147 }; 147 148 }
+1
pkgs/applications/graphics/upscayl/default.nix
··· 38 38 maintainers = with maintainers; [icy-thought]; 39 39 license = licenses.agpl3Plus; 40 40 platforms = platforms.linux; 41 + mainProgram = "upscayl"; 41 42 }; 42 43 }
+1
pkgs/applications/graphics/viewnior/default.nix
··· 58 58 homepage = "https://siyanpanayotov.com/project/viewnior/"; 59 59 maintainers = with maintainers; [ smironov artturin ]; 60 60 platforms = platforms.gnu ++ platforms.linux; 61 + mainProgram = "viewnior"; 61 62 }; 62 63 }
+1
pkgs/applications/graphics/vpv/default.nix
··· 59 59 maintainers = [ lib.maintainers.kidanger ]; 60 60 license = lib.licenses.gpl3; 61 61 broken = stdenv.isDarwin; # the CMake expects the SDL2::SDL2main target for darwin 62 + mainProgram = "vpv"; 62 63 }; 63 64 })
+1
pkgs/applications/graphics/wings/default.nix
··· 50 50 license = lib.licenses.tcltk; 51 51 maintainers = with lib.maintainers; [ viric ]; 52 52 platforms = with lib.platforms; linux; 53 + mainProgram = "wings"; 53 54 }; 54 55 }
+1
pkgs/applications/graphics/xfractint/default.nix
··· 24 24 maintainers = [lib.maintainers.raskin]; 25 25 platforms = lib.platforms.linux; 26 26 homepage = "https://www.fractint.net/"; 27 + mainProgram = "xfractint"; 27 28 }; 28 29 }
+1
pkgs/applications/graphics/xmountains/default.nix
··· 21 21 homepage = "https://spbooth.github.io/xmountains"; 22 22 license = licenses.hpndSellVariant; 23 23 maintainers = with maintainers; [ djanatyn ]; 24 + mainProgram = "xmountains"; 24 25 }; 25 26 }
+1
pkgs/applications/graphics/xournal/default.nix
··· 59 59 maintainers = [ maintainers.guibert ]; 60 60 license = licenses.gpl2; 61 61 platforms = with platforms; linux ++ darwin; 62 + mainProgram = "xournal"; 62 63 }; 63 64 }
+1
pkgs/applications/graphics/xzgv/default.nix
··· 24 24 license = licenses.gpl2; 25 25 maintainers = [ maintainers.womfoo ]; 26 26 platforms = platforms.linux; 27 + mainProgram = "xzgv"; 27 28 }; 28 29 }
+1
pkgs/applications/graphics/yed/default.nix
··· 36 36 description = "A powerful desktop application that can be used to quickly and effectively generate high-quality diagrams"; 37 37 platforms = jre.meta.platforms; 38 38 maintainers = with maintainers; [ abbradar ]; 39 + mainProgram = "yed"; 39 40 }; 40 41 }
+1
pkgs/applications/graphics/yeetgif/default.nix
··· 29 29 homepage = "https://github.com/sgreben/yeetgif"; 30 30 license = with licenses; [ mit asl20 cc-by-nc-sa-40 ]; 31 31 maintainers = with maintainers; [ ajs124 ]; 32 + mainProgram = "gif"; 32 33 }; 33 34 }
+1
pkgs/applications/graphics/zgrviewer/default.nix
··· 28 28 license = lib.licenses.lgpl21Plus; 29 29 description = "GraphViz graph viewer/navigator"; 30 30 platforms = with lib.platforms; unix; 31 + mainProgram = "zgrviewer"; 31 32 }; 32 33 }
+1
pkgs/applications/graphics/zgv/default.nix
··· 38 38 license = licenses.gpl2; 39 39 maintainers = [ maintainers.vrthra ]; 40 40 platforms = platforms.linux; 41 + mainProgram = "zgv"; 41 42 }; 42 43 }
+1
pkgs/applications/logging/humioctl/default.nix
··· 28 28 description = "A CLI for managing and sending data to Humio"; 29 29 license = licenses.asl20; 30 30 maintainers = with maintainers; [ lucperkins ]; 31 + mainProgram = "humioctl"; 31 32 }; 32 33 }
+1
pkgs/applications/misc/HentaiAtHome/default.nix
··· 52 52 "Hentai@Home is an open-source P2P gallery distribution system which reduces the load on the E-Hentai Galleries"; 53 53 license = licenses.gpl3; 54 54 maintainers = with maintainers; [ terrorjack ]; 55 + mainProgram = "HentaiAtHome"; 55 56 }; 56 57 }
+1
pkgs/applications/misc/abook/default.nix
··· 26 26 license = lib.licenses.gpl2; 27 27 maintainers = [ lib.maintainers.edwtjo ]; 28 28 platforms = with lib.platforms; unix; 29 + mainProgram = "abook"; 29 30 }; 30 31 }
+1
pkgs/applications/misc/anup/default.nix
··· 30 30 description = "An anime tracker for AniList featuring a TUI"; 31 31 license = licenses.agpl3Only; 32 32 maintainers = with maintainers; [ natto1784 ]; 33 + mainProgram = "anup"; 33 34 }; 34 35 }
+1
pkgs/applications/misc/ape/default.nix
··· 42 42 license = license; 43 43 platforms = platforms.unix; 44 44 maintainers = with maintainers; [ yrashk ]; 45 + mainProgram = "ape"; 45 46 }; 46 47 }
+1
pkgs/applications/misc/artha/default.nix
··· 18 18 license = licenses.gpl2; 19 19 maintainers = [ maintainers.goibhniu ]; 20 20 platforms = platforms.linux; 21 + mainProgram = "artha"; 21 22 }; 22 23 }
+1
pkgs/applications/misc/avrdudess/default.nix
··· 41 41 license = licenses.gpl3; 42 42 platforms = platforms.linux; 43 43 maintainers = [ maintainers.bjornfor ]; 44 + mainProgram = "avrdudess"; 44 45 }; 45 46 }
+1
pkgs/applications/misc/azuredatastudio/default.nix
··· 193 193 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 194 194 license = lib.licenses.unfreeRedistributable; 195 195 platforms = [ "x86_64-linux" ]; 196 + mainProgram = "azuredatastudio"; 196 197 }; 197 198 }
+1
pkgs/applications/misc/base16-universal-manager/default.nix
··· 18 18 homepage = "https://github.com/pinpox/base16-universal-manager"; 19 19 license = licenses.mit; 20 20 maintainers = with maintainers; [ jo1gi ]; 21 + mainProgram = "base16-universal-manager"; 21 22 }; 22 23 }
+1
pkgs/applications/misc/bb/default.nix
··· 28 28 license = licenses.gpl2Plus; 29 29 maintainers = [ maintainers.rnhmjoj ]; 30 30 platforms = platforms.unix; 31 + mainProgram = "bb"; 31 32 }; 32 33 }
+1
pkgs/applications/misc/bklk/default.nix
··· 27 27 license = licenses.mit; 28 28 maintainers = with maintainers; [ j0hax ]; 29 29 platforms = platforms.all; 30 + mainProgram = "bklk"; 30 31 }; 31 32 }
+1
pkgs/applications/misc/blugon/default.nix
··· 33 33 homepage = "https://github.com/jumper149/blugon"; 34 34 platforms = platforms.unix; 35 35 maintainers = with maintainers; [ jumper149 ]; 36 + mainProgram = "blugon"; 36 37 }; 37 38 }
+1
pkgs/applications/misc/camunda-modeler/default.nix
··· 66 66 maintainers = teams.wdz.members; 67 67 license = licenses.mit; 68 68 inherit (electron.meta) platforms; 69 + mainProgram = "camunda-modeler"; 69 70 }; 70 71 } 71 72
+1
pkgs/applications/misc/cardpeek/default.nix
··· 46 46 license = licenses.gpl3Plus; 47 47 platforms = with platforms; linux ++ darwin; 48 48 maintainers = with maintainers; [ embr ]; 49 + mainProgram = "cardpeek"; 49 50 }; 50 51 }
+1
pkgs/applications/misc/charm/default.nix
··· 21 21 changelog = "https://github.com/charmbracelet/charm/releases/tag/v${version}"; 22 22 license = licenses.mit; 23 23 maintainers = with maintainers; [ penguwin ]; 24 + mainProgram = "charm"; 24 25 }; 25 26 }
+1
pkgs/applications/misc/cheat/default.nix
··· 30 30 maintainers = with maintainers; [ mic92 ]; 31 31 license = with licenses; [ gpl3 mit ]; 32 32 inherit (src.meta) homepage; 33 + mainProgram = "cheat"; 33 34 }; 34 35 }
+1
pkgs/applications/misc/clight/default.nix
··· 48 48 maintainers = with maintainers; [ 49 49 eadwu 50 50 ]; 51 + mainProgram = "clight"; 51 52 }; 52 53 }
+1
pkgs/applications/misc/clipqr/default.nix
··· 68 68 maintainers = with maintainers; [ MatthieuBarthel ]; 69 69 homepage = "https://gitlab.com/imatt-foss/clipqr"; 70 70 broken = stdenv.isDarwin; 71 + mainProgram = "clipqr"; 71 72 }; 72 73 }
+1
pkgs/applications/misc/cloak/default.nix
··· 20 20 description = "Command-line OTP authenticator application"; 21 21 license = licenses.mit; 22 22 maintainers = with maintainers; [ mvs ]; 23 + mainProgram = "cloak"; 23 24 }; 24 25 }
+1
pkgs/applications/misc/cmatrix/default.nix
··· 24 24 homepage = "https://github.com/abishekvashok/cmatrix"; 25 25 platforms = ncurses.meta.platforms; 26 26 maintainers = [ maintainers.AndersonTorres ]; 27 + mainProgram = "cmatrix"; 27 28 }; 28 29 }
+1
pkgs/applications/misc/cobalt/default.nix
··· 21 21 license = licenses.mit; 22 22 maintainers = with maintainers; [ ethancedwards8 ]; 23 23 platforms = platforms.unix; 24 + mainProgram = "cobalt"; 24 25 }; 25 26 }
+1
pkgs/applications/misc/cointop/default.nix
··· 27 27 homepage = "https://cointop.sh"; 28 28 maintainers = [ maintainers.marsam ]; 29 29 license = licenses.asl20; 30 + mainProgram = "cointop"; 30 31 }; 31 32 }
+1
pkgs/applications/misc/colorstorm/default.nix
··· 25 25 license = lib.licenses.mit; 26 26 maintainers = with lib.maintainers; [ ]; 27 27 inherit (zig_0_9.meta) platforms; 28 + mainProgram = "colorstorm"; 28 29 }; 29 30 })
+1
pkgs/applications/misc/colort/default.nix
··· 19 19 license = licenses.mit; 20 20 platforms = platforms.all; 21 21 maintainers = [ maintainers.neeasade ]; 22 + mainProgram = "colort"; 22 23 }; 23 24 }
+1
pkgs/applications/misc/coltrane/default.nix
··· 19 19 ''; 20 20 license = licenses.mit; 21 21 maintainers = [ maintainers.panaeon ]; 22 + mainProgram = "coltrane"; 22 23 }; 23 24 }
+1
pkgs/applications/misc/comodoro/default.nix
··· 43 43 changelog = "https://github.com/soywod/comodoro/blob/v${version}/CHANGELOG.md"; 44 44 license = licenses.mit; 45 45 maintainers = with maintainers; [ soywod ]; 46 + mainProgram = "comodoro"; 46 47 }; 47 48 }
+1
pkgs/applications/misc/confetty/default.nix
··· 23 23 homepage = "https://github.com/maaslalani/confetty"; 24 24 license = licenses.mit; 25 25 maintainers = with maintainers; [ figsoda ]; 26 + mainProgram = "confetty"; 26 27 }; 27 28 }
+1
pkgs/applications/misc/cotp/default.nix
··· 27 27 description = "Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality"; 28 28 license = licenses.gpl3Only; 29 29 maintainers = with maintainers; [ davsanchez ]; 30 + mainProgram = "cotp"; 30 31 }; 31 32 }
+1
pkgs/applications/misc/crumbs/default.nix
··· 29 29 license = licenses.wtfpl; 30 30 platforms = platforms.all; 31 31 maintainers = with maintainers; [ thesola10 ]; 32 + mainProgram = "crumbs"; 32 33 }; 33 34 }
+1
pkgs/applications/misc/ctodo/default.nix
··· 20 20 license = licenses.mit; 21 21 maintainers = [ maintainers.matthiasbeyer ]; 22 22 platforms = platforms.unix; 23 + mainProgram = "ctodo"; 23 24 }; 24 25 }
+1
pkgs/applications/misc/curaengine/default.nix
··· 31 31 license = licenses.agpl3Only; 32 32 platforms = platforms.linux; 33 33 maintainers = with maintainers; [ abbradar gebner ]; 34 + mainProgram = "CuraEngine"; 34 35 }; 35 36 }
+1
pkgs/applications/misc/ddgr/default.nix
··· 29 29 license = licenses.gpl3; 30 30 maintainers = with maintainers; [ ceedubs markus1189 ]; 31 31 platforms = python3.meta.platforms; 32 + mainProgram = "ddgr"; 32 33 }; 33 34 }
+1
pkgs/applications/misc/deadd-notification-center/default.nix
··· 60 60 license = lib.licenses.bsd3; 61 61 maintainers = with lib.maintainers; [ melkor333 sna ]; 62 62 platforms = lib.platforms.linux; 63 + mainProgram = "deadd-notification-center"; 63 64 }
+1
pkgs/applications/misc/deco/default.nix
··· 29 29 license = licenses.mit; 30 30 maintainers = [ maintainers.ebzzry ]; 31 31 platforms = platforms.unix; 32 + mainProgram = "deco"; 32 33 }; 33 34 34 35 dontBuild = true;
+1
pkgs/applications/misc/devdocs-desktop/default.nix
··· 35 35 license = licenses.mit; 36 36 maintainers = with maintainers; [ ymarkus ]; 37 37 platforms = [ "x86_64-linux" ]; 38 + mainProgram = "devdocs-desktop"; 38 39 }; 39 40 }
+1
pkgs/applications/misc/devilspie2/default.nix
··· 31 31 license = licenses.gpl3; 32 32 maintainers = [ maintainers.ebzzry ]; 33 33 platforms = platforms.linux; 34 + mainProgram = "devilspie2"; 34 35 }; 35 36 }
+1
pkgs/applications/misc/diff-pdf/default.nix
··· 23 23 license = licenses.gpl2; 24 24 platforms = platforms.all; 25 25 maintainers = with maintainers; [ dtzWill ]; 26 + mainProgram = "diff-pdf"; 26 27 }; 27 28 }
+1
pkgs/applications/misc/doctave/default.nix
··· 26 26 changelog = "https://github.com/doctave/doctave/blob/${version}/CHANGELOG.md"; 27 27 license = licenses.mit; 28 28 maintainers = with maintainers; [ figsoda ]; 29 + mainProgram = "doctave"; 29 30 }; 30 31 }
+1
pkgs/applications/misc/doing/default.nix
··· 21 21 license = licenses.mit; 22 22 maintainers = with maintainers; [ ktf nicknovitski ]; 23 23 platforms = platforms.unix; 24 + mainProgram = "doing"; 24 25 }; 25 26 }
+1
pkgs/applications/misc/downonspot/default.nix
··· 41 41 license = licenses.gpl3Only; 42 42 platforms = platforms.linux; 43 43 maintainers = with maintainers; [ onny ]; 44 + mainProgram = "down_on_spot"; 44 45 }; 45 46 }
+1
pkgs/applications/misc/dwmbar/default.nix
··· 33 33 license = licenses.gpl3Plus; 34 34 maintainers = with maintainers; [ baitinq ]; 35 35 platforms = platforms.linux; 36 + mainProgram = "dwmbar"; 36 37 }; 37 38 }
+1
pkgs/applications/misc/dwmblocks/default.nix
··· 31 31 license = licenses.isc; 32 32 maintainers = with maintainers; [ sophrosyne ]; 33 33 platforms = platforms.linux; 34 + mainProgram = "dwmblocks"; 34 35 }; 35 36 }
+1
pkgs/applications/misc/effitask/default.nix
··· 44 44 homepage = "https://github.com/sanpii/effitask"; 45 45 maintainers = with maintainers; [ davidak ]; 46 46 license = with licenses; [ mit ]; 47 + mainProgram = "effitask"; 47 48 }; 48 49 }
+1
pkgs/applications/misc/elfx86exts/default.nix
··· 26 26 homepage = "https://github.com/pkgw/elfx86exts"; 27 27 maintainers = with maintainers; [ rmcgibbo ]; 28 28 license = with licenses; [ mit ]; 29 + mainProgram = "elfx86exts"; 29 30 }; 30 31 }
+1
pkgs/applications/misc/emem/default.nix
··· 35 35 license = licenses.epl10; 36 36 maintainers = [ maintainers.ebzzry ]; 37 37 platforms = platforms.unix; 38 + mainProgram = "emem"; 38 39 }; 39 40 }
+1
pkgs/applications/misc/epdfview/default.nix
··· 37 37 license = licenses.gpl2; 38 38 maintainers = [ maintainers.astsmtl ]; 39 39 platforms = platforms.linux; 40 + mainProgram = "epdfview"; 40 41 }; 41 42 }
+1
pkgs/applications/misc/evtest/default.nix
··· 18 18 license = lib.licenses.gpl2; 19 19 platforms = platforms.linux; 20 20 maintainers = [ maintainers.bjornfor ]; 21 + mainProgram = "evtest"; 21 22 }; 22 23 }
+1
pkgs/applications/misc/exercism/default.nix
··· 24 24 description = "A Go based command line tool for exercism.io"; 25 25 license = licenses.mit; 26 26 maintainers = [ maintainers.rbasso maintainers.nobbz ]; 27 + mainProgram = "exercism"; 27 28 }; 28 29 }
+1
pkgs/applications/misc/expenses/default.nix
··· 40 40 description = "An interactive command line expense logger"; 41 41 license = licenses.mit; 42 42 maintainers = [ maintainers.manojkarthick ]; 43 + mainProgram = "expenses"; 43 44 }; 44 45 }
+1
pkgs/applications/misc/fead/default.nix
··· 33 33 license = licenses.agpl3Plus; 34 34 changelog = "https://git.sr.ht/~cnx/fead/refs/${version}"; 35 35 maintainers = with maintainers; [ McSinyx ]; 36 + mainProgram = "fead"; 36 37 }; 37 38 }
+1
pkgs/applications/misc/fehlstart/default.nix
··· 25 25 license = licenses.gpl3; 26 26 maintainers = [ maintainers.mounium ]; 27 27 platforms = platforms.all; 28 + mainProgram = "fehlstart"; 28 29 }; 29 30 }
+1
pkgs/applications/misc/ff2mpv/default.nix
··· 30 30 homepage = "https://github.com/woodruffw/ff2mpv"; 31 31 license = lib.licenses.mit; 32 32 maintainers = with lib.maintainers; [ Enzime ]; 33 + mainProgram = "ff2mpv.py"; 33 34 }; 34 35 }
+1
pkgs/applications/misc/filet/default.nix
··· 19 19 license = licenses.mpl20; 20 20 platforms = platforms.all; 21 21 maintainers = with maintainers; [ buffet ]; 22 + mainProgram = "filet"; 22 23 }; 23 24 }
+1
pkgs/applications/misc/firefly-desktop/default.nix
··· 30 30 license = licenses.asl20; 31 31 maintainers = with maintainers; [ wolfangaukang ]; 32 32 platforms = [ "x86_64-linux" ]; 33 + mainProgram = "firefly-desktop"; 33 34 }; 34 35 }
+1
pkgs/applications/misc/firestarter/default.nix
··· 105 105 platforms = platforms.linux; 106 106 maintainers = with maintainers; [ astro marenz ]; 107 107 license = licenses.gpl3; 108 + mainProgram = "FIRESTARTER"; 108 109 }; 109 110 }
+1
pkgs/applications/misc/flamerobin/default.nix
··· 43 43 license = licenses.bsdOriginal; 44 44 maintainers = with maintainers; [ uralbash ]; 45 45 platforms = platforms.unix; 46 + mainProgram = "flamerobin"; 46 47 }; 47 48 }
+1
pkgs/applications/misc/flavours/default.nix
··· 30 30 changelog = "https://github.com/Misterio77/flavours/releases/tag/v${version}"; 31 31 license = licenses.mit; 32 32 maintainers = with maintainers; [ moni misterio77 ]; 33 + mainProgram = "flavours"; 33 34 }; 34 35 }
+1
pkgs/applications/misc/freeplane/default.nix
··· 147 147 license = licenses.gpl2Plus; 148 148 platforms = platforms.linux; 149 149 maintainers = with maintainers; [ chaduffy ]; 150 + mainProgram = "freeplane"; 150 151 }; 151 152 }
+1
pkgs/applications/misc/fsv/default.nix
··· 57 57 license = licenses.lgpl2; 58 58 platforms = platforms.linux; 59 59 maintainers = with maintainers; [ rnhmjoj ]; 60 + mainProgram = "fsv"; 60 61 }; 61 62 }
+1
pkgs/applications/misc/galculator/default.nix
··· 44 44 license = licenses.gpl2Plus; 45 45 maintainers = [ maintainers.AndersonTorres ]; 46 46 platforms = platforms.linux; 47 + mainProgram = "galculator"; 47 48 }; 48 49 }
+1
pkgs/applications/misc/ganttproject-bin/default.nix
··· 54 54 license = licenses.gpl3Plus; 55 55 platforms = platforms.linux; 56 56 maintainers = [ maintainers.vidbina ]; 57 + mainProgram = "ganttproject"; 57 58 }; 58 59 }
+1
pkgs/applications/misc/gcfflasher/default.nix
··· 38 38 homepage = "https://github.com/dresden-elektronik/gcfflasher"; 39 39 maintainers = with maintainers; [ fleaz ]; 40 40 platforms = platforms.all; 41 + mainProgram = "GCFFlasher"; 41 42 }; 42 43 }
+1
pkgs/applications/misc/geek-life/default.nix
··· 22 22 description = "The Todo List / Task Manager for Geeks in command line"; 23 23 maintainers = with maintainers; [ noisersup ]; 24 24 license = licenses.mit; 25 + mainProgram = "geek-life"; 25 26 }; 26 27 }
+1
pkgs/applications/misc/genact/default.nix
··· 31 31 changelog = "https://github.com/svenstaro/genact/blob/v${version}/CHANGELOG.md"; 32 32 license = licenses.mit; 33 33 maintainers = with maintainers; [ figsoda ]; 34 + mainProgram = "genact"; 34 35 }; 35 36 }
+1
pkgs/applications/misc/geoipupdate/default.nix
··· 22 22 homepage = "https://github.com/maxmind/geoipupdate"; 23 23 license = with licenses; [ asl20 ]; 24 24 maintainers = teams.helsinki-systems.members; 25 + mainProgram = "geoipupdate"; 25 26 }; 26 27 }
+1
pkgs/applications/misc/ghosttohugo/default.nix
··· 21 21 homepage = "https://github.com/jbarone/ghostToHugo"; 22 22 license = licenses.mit; 23 23 maintainers = with maintainers; [ clerie ]; 24 + mainProgram = "ghostToHugo"; 24 25 }; 25 26 }
+1
pkgs/applications/misc/gmnitohtml/default.nix
··· 42 42 ''; 43 43 license = licenses.mit; 44 44 maintainers = with maintainers; [ jk sikmir ]; 45 + mainProgram = "gmnitohtml"; 45 46 }; 46 47 }
+1
pkgs/applications/misc/gmrun/default.nix
··· 38 38 license = licenses.gpl2; 39 39 maintainers = []; 40 40 platforms = platforms.all; 41 + mainProgram = "gmrun"; 41 42 }; 42 43 }
+1
pkgs/applications/misc/go-org/default.nix
··· 22 22 homepage = "https://niklasfasching.github.io/go-org"; 23 23 license = licenses.mit; 24 24 maintainers = with maintainers; [ payas ]; 25 + mainProgram = "go-org"; 25 26 }; 26 27 }
+1
pkgs/applications/misc/gollum/default.nix
··· 19 19 license = licenses.mit; 20 20 maintainers = with maintainers; [ erictapen jgillich nicknovitski bbenno ]; 21 21 platforms = platforms.unix; 22 + mainProgram = "gollum"; 22 23 }; 23 24 }
+1
pkgs/applications/misc/gomatrix/default.nix
··· 20 20 license = licenses.bsd2; 21 21 maintainers = with maintainers; [ skykanin ]; 22 22 homepage = "https://github.com/GeertJohan/gomatrix"; 23 + mainProgram = "gomatrix"; 23 24 }; 24 25 }
+1
pkgs/applications/misc/googler/default.nix
··· 29 29 license = licenses.gpl3Plus; 30 30 maintainers = with maintainers; [ koral Br1ght0ne ]; 31 31 platforms = python.meta.platforms; 32 + mainProgram = "googler"; 32 33 }; 33 34 }
+1
pkgs/applications/misc/gostatic/default.nix
··· 21 21 homepage = "https://github.com/piranha/gostatic"; 22 22 license = licenses.isc; 23 23 maintainers = with maintainers; [ urandom ]; 24 + mainProgram = "gostatic"; 24 25 }; 25 26 }
+1
pkgs/applications/misc/gpa/default.nix
··· 17 17 homepage = "https://www.gnupg.org/related_software/gpa/"; 18 18 license = licenses.gpl3Plus; 19 19 platforms = platforms.unix; 20 + mainProgram = "gpa"; 20 21 }; 21 22 }
+1
pkgs/applications/misc/gphoto2/default.nix
··· 46 46 license = licenses.gpl2Plus; 47 47 platforms = platforms.unix; 48 48 maintainers = [ maintainers.jcumming ]; 49 + mainProgram = "gphoto2"; 49 50 }; 50 51 }
+1
pkgs/applications/misc/gpsbabel/default.nix
··· 114 114 license = licenses.gpl2Plus; 115 115 platforms = platforms.unix; 116 116 maintainers = with maintainers; [ sikmir ]; 117 + mainProgram = "gpsbabel"; 117 118 }; 118 119 }
+1
pkgs/applications/misc/gpsprune/default.nix
··· 50 50 license = licenses.gpl2Plus; 51 51 maintainers = with maintainers; [ rycee ]; 52 52 platforms = platforms.all; 53 + mainProgram = "gpsprune"; 53 54 }; 54 55 }
+1
pkgs/applications/misc/gpu-burn/default.nix
··· 41 41 platforms = platforms.linux; 42 42 maintainers = with maintainers; [ elohmeier ]; 43 43 license = licenses.bsd2; 44 + mainProgram = "gpu_burn"; 44 45 }; 45 46 }
+1
pkgs/applications/misc/gpu-viewer/default.nix
··· 71 71 maintainers = with maintainers; [ GaetanLepage ]; 72 72 license = licenses.gpl3; 73 73 platforms = platforms.linux; 74 + mainProgram = "gpu-viewer"; 74 75 }; 75 76 }
+1
pkgs/applications/misc/grb/default.nix
··· 20 20 homepage = "https://github.com/LukeSmithxyz/grb"; 21 21 license = licenses.publicDomain; 22 22 maintainers = [ maintainers.cafkafk ]; 23 + mainProgram = "grb"; 23 24 }; 24 25 }
+1
pkgs/applications/misc/green-pdfviewer/default.nix
··· 34 34 platforms = platforms.unix; 35 35 license = licenses.gpl3; 36 36 maintainers = [ maintainers.vrthra ]; 37 + mainProgram = "green"; 37 38 }; 38 39 }
+1
pkgs/applications/misc/gremlin-console/default.nix
··· 27 27 license = licenses.asl20; 28 28 maintainers = [ maintainers.lewo ]; 29 29 platforms = platforms.all; 30 + mainProgram = "gremlin-console"; 30 31 }; 31 32 }
+1
pkgs/applications/misc/gremlin-server/default.nix
··· 29 29 license = licenses.asl20; 30 30 maintainers = [ maintainers.jrpotter ]; 31 31 platforms = platforms.all; 32 + mainProgram = "gremlin-server"; 32 33 }; 33 34 }
+1
pkgs/applications/misc/grip/default.nix
··· 34 34 35 35 maintainers = with lib.maintainers; [ marcweber ]; 36 36 platforms = lib.platforms.linux; 37 + mainProgram = "grip"; 37 38 }; 38 39 }
+1
pkgs/applications/misc/gsctl/default.nix
··· 38 38 homepage = "https://github.com/giantswarm/gsctl"; 39 39 license = licenses.asl20; 40 40 maintainers = with maintainers; [ joesalisbury ]; 41 + mainProgram = "gsctl"; 41 42 }; 42 43 }
+1
pkgs/applications/misc/gsimplecal/default.nix
··· 40 40 license = lib.licenses.bsd3; 41 41 maintainers = [ lib.maintainers.romildo ]; 42 42 platforms = lib.platforms.linux; 43 + mainProgram = "gsimplecal"; 43 44 }; 44 45 }
+1
pkgs/applications/misc/gtk2fontsel/default.nix
··· 25 25 license = licenses.gpl2; 26 26 maintainers = [ maintainers.prikhi ]; 27 27 platforms = platforms.linux; 28 + mainProgram = "gtk2fontsel"; 28 29 }; 29 30 }
+1
pkgs/applications/misc/gxkb/default.nix
··· 25 25 license = licenses.gpl2Plus; 26 26 maintainers = [ maintainers.omgbebebe ]; 27 27 platforms = platforms.linux; 28 + mainProgram = "gxkb"; 28 29 }; 29 30 }
+1
pkgs/applications/misc/gxmessage/default.nix
··· 18 18 license = lib.licenses.gpl3Plus; 19 19 maintainers = with lib.maintainers; [jfb]; 20 20 platforms = with lib.platforms; linux; 21 + mainProgram = "gxmessage"; 21 22 }; 22 23 }
+1
pkgs/applications/misc/gxneur/default.nix
··· 31 31 description = "GUI for XNEUR keyboard layout switcher"; 32 32 platforms = platforms.linux; 33 33 license = with licenses; [ gpl2 gpl3 ]; 34 + mainProgram = "gxneur"; 34 35 }; 35 36 }
+1
pkgs/applications/misc/harsh/default.nix
··· 22 22 changelog = "https://github.com/wakatara/harsh/releases/tag/v${version}"; 23 23 license = licenses.mit; 24 24 maintainers = with maintainers; [ laurailway ]; 25 + mainProgram = "harsh"; 25 26 }; 26 27 }
+1
pkgs/applications/misc/has/default.nix
··· 25 25 license = licenses.mit; 26 26 maintainers = with maintainers; [ Freed-Wu ]; 27 27 platforms = platforms.unix; 28 + mainProgram = "has"; 28 29 }; 29 30 })
+1
pkgs/applications/misc/hcl2json/default.nix
··· 23 23 homepage = "https://github.com/tmccombs/hcl2json"; 24 24 license = licenses.asl20; 25 25 maintainers = with maintainers; [ jonringer ]; 26 + mainProgram = "hcl2json"; 26 27 }; 27 28 }
+1
pkgs/applications/misc/hello-unfree/default.nix
··· 19 19 description = "An example package with unfree license (for testing)"; 20 20 license = lib.licenses.unfree; 21 21 maintainers = [ lib.maintainers.oxij ]; 22 + mainProgram = "hello-unfree"; 22 23 }; 23 24 }
+1
pkgs/applications/misc/herbe/default.nix
··· 29 29 # NOTE: Could also work on 'unix'. 30 30 platforms = platforms.linux; 31 31 maintainers = with maintainers; [ wishfort36 ]; 32 + mainProgram = "herbe"; 32 33 }; 33 34 }
+1
pkgs/applications/misc/hivemind/default.nix
··· 22 22 description = "Process manager for Procfile-based applications"; 23 23 license = with licenses; [ mit ]; 24 24 maintainers = [ maintainers.sveitser ]; 25 + mainProgram = "hivemind"; 25 26 }; 26 27 }
+1
pkgs/applications/misc/hr/default.nix
··· 24 24 license = licenses.mit; 25 25 maintainers = [ maintainers.matthiasbeyer ]; 26 26 platforms = platforms.unix; 27 + mainProgram = "hr"; 27 28 }; 28 29 }
+1
pkgs/applications/misc/inlyne/default.nix
··· 65 65 changelog = "https://github.com/trimental/inlyne/releases/tag/${src.rev}"; 66 66 license = licenses.mit; 67 67 maintainers = with maintainers; [ figsoda ]; 68 + mainProgram = "inlyne"; 68 69 }; 69 70 }
+1
pkgs/applications/misc/insulator2/default.nix
··· 94 94 homepage = "https://github.com/andrewinci/insulator2"; 95 95 license = licenses.gpl3Only; 96 96 maintainers = with maintainers; [ tc-kaluza ]; 97 + mainProgram = "insulator-2"; 97 98 }; 98 99 99 100 }
+1
pkgs/applications/misc/ipatool/default.nix
··· 47 47 changelog = "https://github.com/majd/ipatool/blob/${src.rev}/CHANGELOG.md"; 48 48 license = licenses.mit; 49 49 maintainers = with maintainers; [ gaelreyrol ]; 50 + mainProgram = "ipatool"; 50 51 }; 51 52 }
+1
pkgs/applications/misc/ipmiview/default.nix
··· 79 79 license = licenses.unfree; 80 80 maintainers = with maintainers; [ vlaci ]; 81 81 platforms = [ "x86_64-linux" "i686-linux" ]; 82 + mainProgram = "IPMIView"; 82 83 }; 83 84 }
+1
pkgs/applications/misc/jekyll/default.nix
··· 53 53 license = licenses.mit; 54 54 maintainers = with maintainers; [ ]; 55 55 platforms = platforms.unix; 56 + mainProgram = "jekyll"; 56 57 }; 57 58 }
+1
pkgs/applications/misc/jetbrains-toolbox/default.nix
··· 72 72 license = licenses.unfree; 73 73 maintainers = with maintainers; [ AnatolyPopov ]; 74 74 platforms = [ "x86_64-linux" ]; 75 + mainProgram = "jetbrains-toolbox"; 75 76 }; 76 77 }
+1
pkgs/applications/misc/josm/default.nix
··· 50 50 license = licenses.gpl2Plus; 51 51 maintainers = with maintainers; [ rycee sikmir ]; 52 52 platforms = platforms.all; 53 + mainProgram = "josm"; 53 54 }; 54 55 }
+1
pkgs/applications/misc/jp2a/default.nix
··· 40 40 license = licenses.gpl2Only; 41 41 maintainers = [ maintainers.FlorianFranzen ]; 42 42 platforms = platforms.unix; 43 + mainProgram = "jp2a"; 43 44 }; 44 45 }
+1
pkgs/applications/misc/jquake/default.nix
··· 64 64 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 65 65 license = licenses.unfree; 66 66 platforms = platforms.linux; 67 + mainProgram = "JQuake"; 67 68 }; 68 69 }
+1
pkgs/applications/misc/kaufkauflist/default.nix
··· 48 48 description = "A to-do list for shopping or other use cases"; 49 49 license = licenses.mit; 50 50 maintainers = with maintainers; [ annaaurora ]; 51 + mainProgram = "kaufdbclean"; 51 52 }; 52 53 }
+1
pkgs/applications/misc/kbt/default.nix
··· 35 35 homepage = "https://github.com/bloznelis/kbt"; 36 36 license = licenses.mit; 37 37 maintainers = with maintainers; [ figsoda ]; 38 + mainProgram = "kbt"; 38 39 }; 39 40 }
+1
pkgs/applications/misc/keepass-diff/default.nix
··· 16 16 homepage = "https://keepass-diff.narigo.dev/"; 17 17 license = licenses.mit; 18 18 maintainers = with maintainers; [ wamserma ]; 19 + mainProgram = "keepass-diff"; 19 20 }; 20 21 }
+1
pkgs/applications/misc/keylight-controller-mschneider82/default.nix
··· 42 42 license = licenses.mit; 43 43 homepage = "https://github.com/mschneider82/keylight-control"; 44 44 maintainers = with maintainers; [ ]; 45 + mainProgram = "keylight-control"; 45 46 }; 46 47 } 47 48
+1
pkgs/applications/misc/kiln/default.nix
··· 25 25 homepage = "https://kiln.adnano.co/"; 26 26 license = licenses.mit; 27 27 maintainers = with maintainers; [ sikmir ]; 28 + mainProgram = "kiln"; 28 29 }; 29 30 }
+1
pkgs/applications/misc/klipperscreen/default.nix
··· 50 50 homepage = "https://github.com/jordanruthe/KlipperScreen"; 51 51 license = licenses.agpl3; 52 52 maintainers = with maintainers; [ cab404 ]; 53 + mainProgram = "KlipperScreen"; 53 54 }; 54 55 }
+1
pkgs/applications/misc/kondo/default.nix
··· 18 18 homepage = "https://github.com/tbillington/kondo"; 19 19 license = licenses.mit; 20 20 maintainers = with maintainers; [ Br1ght0ne ]; 21 + mainProgram = "kondo"; 21 22 }; 22 23 }
+1
pkgs/applications/misc/krabby/default.nix
··· 19 19 changelog = "https://github.com/yannjor/krabby/releases/tag/v${version}"; 20 20 license = licenses.gpl3; 21 21 maintainers = with maintainers; [ ruby0b ]; 22 + mainProgram = "krabby"; 22 23 }; 23 24 }
+1
pkgs/applications/misc/kratos/default.nix
··· 38 38 homepage = "https://www.ory.sh/kratos/"; 39 39 license = licenses.asl20; 40 40 description = "An API-first Identity and User Management system that is built according to cloud architecture best practices"; 41 + mainProgram = "kratos"; 41 42 }; 42 43 }
+1
pkgs/applications/misc/lavalauncher/default.nix
··· 55 55 license = licenses.gpl3Plus; 56 56 maintainers = with maintainers; [ AndersonTorres ]; 57 57 platforms = with platforms; unix; 58 + mainProgram = "lavalauncher"; 58 59 }; 59 60 }
+1
pkgs/applications/misc/lemonade/default.nix
··· 31 31 homepage = "https://github.com/lemonade-command/lemonade/"; 32 32 license = licenses.mit; 33 33 maintainers = with maintainers; [ ]; 34 + mainProgram = "lemonade"; 34 35 }; 35 36 }
+1
pkgs/applications/misc/lenmus/default.nix
··· 94 94 license = licenses.gpl3Plus; 95 95 maintainers = with maintainers; [ ramkromberg ]; 96 96 platforms = with platforms; unix; 97 + mainProgram = "lenmus"; 97 98 }; 98 99 }
+1
pkgs/applications/misc/limesctl/default.nix
··· 20 20 homepage = "https://github.com/sapcc/limesctl"; 21 21 license = licenses.asl20; 22 22 maintainers = with maintainers; [ SuperSandro2000 ]; 23 + mainProgram = "limesctl"; 23 24 }; 24 25 }
+1
pkgs/applications/misc/logseq/default.nix
··· 74 74 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 75 75 maintainers = with lib.maintainers; [ ]; 76 76 platforms = [ "x86_64-linux" ]; 77 + mainProgram = "logseq"; 77 78 }; 78 79 })
+1
pkgs/applications/misc/lscolors/default.nix
··· 22 22 changelog = "https://github.com/sharkdp/lscolors/releases/tag/v${version}"; 23 23 license = with licenses; [ asl20 /* or */ mit ]; 24 24 maintainers = with maintainers; [ SuperSandro2000 ]; 25 + mainProgram = "lscolors"; 25 26 }; 26 27 }
+1
pkgs/applications/misc/lswt/default.nix
··· 25 25 license = licenses.gpl3Only; 26 26 maintainers = with maintainers; [ edrex ]; 27 27 platforms = platforms.linux; 28 + mainProgram = "lswt"; 28 29 }; 29 30 }
+1
pkgs/applications/misc/ltwheelconf/default.nix
··· 25 25 license = licenses.gpl3; 26 26 maintainers = [ maintainers.ebzzry ]; 27 27 platforms = platforms.linux; 28 + mainProgram = "ltwheelconf"; 28 29 }; 29 30 }
+1
pkgs/applications/misc/lunatask/default.nix
··· 37 37 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 38 38 maintainers = with maintainers; [ henkery ]; 39 39 platforms = [ "x86_64-linux" ]; 40 + mainProgram = "lunatask"; 40 41 }; 41 42 }
+1
pkgs/applications/misc/madonctl/default.nix
··· 33 33 homepage = "https://github.com/McKael/madonctl"; 34 34 license = licenses.mit; 35 35 maintainers = with maintainers; [ ]; 36 + mainProgram = "madonctl"; 36 37 }; 37 38 }
+1
pkgs/applications/misc/makeself/default.nix
··· 41 41 license = licenses.gpl2; 42 42 maintainers = [ maintainers.wmertens ]; 43 43 platforms = platforms.all; 44 + mainProgram = "makeself"; 44 45 }; 45 46 }
+1
pkgs/applications/misc/mangal/default.nix
··· 35 35 homepage = "https://github.com/metafates/mangal"; 36 36 license = licenses.mit; 37 37 maintainers = [ maintainers.bertof ]; 38 + mainProgram = "mangal"; 38 39 }; 39 40 }
+1
pkgs/applications/misc/mdp/default.nix
··· 21 21 maintainers = with maintainers; [ matthiasbeyer vrthra ]; 22 22 license = licenses.gpl3; 23 23 platforms = with platforms; unix; 24 + mainProgram = "mdp"; 24 25 }; 25 26 }
+1
pkgs/applications/misc/mdzk/default.nix
··· 26 26 changelog = "https://github.com/mdzk-rs/mdzk/blob/main/CHANGELOG.md"; 27 27 license = licenses.mpl20; 28 28 maintainers = with maintainers; [ bryanasdev000 ratsclub ]; 29 + mainProgram = "mdzk"; 29 30 }; 30 31 }
+1
pkgs/applications/misc/memo/default.nix
··· 48 48 license = lib.licenses.gpl3; 49 49 maintainers = [ lib.maintainers.mrVanDalo ]; 50 50 platforms = lib.platforms.all; 51 + mainProgram = "memo"; 51 52 }; 52 53 }
+1
pkgs/applications/misc/mencal/default.nix
··· 28 28 license = licenses.gpl2; 29 29 maintainers = [ maintainers.mmahut ]; 30 30 platforms = platforms.all; 31 + mainProgram = "mencal"; 31 32 }; 32 33 }
+1
pkgs/applications/misc/metamorphose2/default.nix
··· 39 39 license = with licenses; gpl3Plus; 40 40 maintainers = with maintainers; [ ramkromberg ]; 41 41 platforms = with platforms; linux; 42 + mainProgram = "metamorphose2"; 42 43 }; 43 44 }
+1
pkgs/applications/misc/metar/default.nix
··· 28 28 ''; 29 29 license = licenses.gpl2Plus; 30 30 maintainers = with maintainers; [ zalakain ]; 31 + mainProgram = "metar"; 31 32 }; 32 33 }
+1
pkgs/applications/misc/milu/default.nix
··· 34 34 license = lib.licenses.bsd2; 35 35 platforms = lib.platforms.linux; 36 36 maintainers = [ lib.maintainers.vrthra ]; 37 + mainProgram = "milu"; 37 38 }; 38 39 } 39 40
+1
pkgs/applications/misc/mkgmap/default.nix
··· 83 83 license = licenses.gpl2Only; 84 84 maintainers = with maintainers; [ sikmir ]; 85 85 platforms = platforms.all; 86 + mainProgram = "mkgmap"; 86 87 }; 87 88 }
+1
pkgs/applications/misc/mop/default.nix
··· 25 25 description = "Simple stock tracker implemented in go"; 26 26 homepage = "https://github.com/mop-tracker/mop"; 27 27 license = licenses.mit; 28 + mainProgram = "mop"; 28 29 }; 29 30 }
+1
pkgs/applications/misc/mystem/default.nix
··· 23 23 license = licenses.unfreeRedistributable; 24 24 maintainers = with maintainers; [ abbradar ]; 25 25 platforms = [ "x86_64-linux" ]; 26 + mainProgram = "mystem"; 26 27 }; 27 28 }
+1
pkgs/applications/misc/natural-docs/default.nix
··· 32 32 homepage = "https://naturaldocs.org"; 33 33 license = licenses.agpl3Only; 34 34 maintainers = [ maintainers.nkpvk ]; 35 + mainProgram = "NaturalDocs"; 35 36 }; 36 37 }
+1
pkgs/applications/misc/neo/default.nix
··· 21 21 homepage = "https://github.com/st3w/neo"; 22 22 platforms = ncurses.meta.platforms; 23 23 maintainers = [ maintainers.abbe ]; 24 + mainProgram = "neo"; 24 25 }; 25 26 }
+1
pkgs/applications/misc/neo4j-desktop/default.nix
··· 29 29 license = licenses.unfree; 30 30 maintainers = [ maintainers.bobvanderlinden ]; 31 31 platforms = [ "x86_64-linux" ]; 32 + mainProgram = "neo4j-desktop"; 32 33 }; 33 34 }
+1
pkgs/applications/misc/nix-tour/default.nix
··· 46 46 homepage = "https://nixcloud.io/tour"; 47 47 license = licenses.gpl2; 48 48 maintainers = with maintainers; [ qknight yuu ]; 49 + mainProgram = "nix-tour"; 49 50 }; 50 51 }
+1
pkgs/applications/misc/notesnook/default.nix
··· 38 38 license = licenses.gpl3Only; 39 39 maintainers = with maintainers; [ j0lol ]; 40 40 platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ]; 41 + mainProgram = "notesnook"; 41 42 }; 42 43 43 44 linux = appimageTools.wrapType2 rec {
+1
pkgs/applications/misc/nrsc5/default.nix
··· 48 48 platforms = lib.platforms.linux; 49 49 license = licenses.gpl3Plus; 50 50 maintainers = with maintainers; [ markuskowa ]; 51 + mainProgram = "nrsc5"; 51 52 }; 52 53 } 53 54
+1
pkgs/applications/misc/ns-usbloader/default.nix
··· 100 100 license = licenses.gpl3Only; 101 101 maintainers = with maintainers; [ soupglasses ]; 102 102 platforms = [ "x86_64-linux" "aarch64-linux" ]; 103 + mainProgram = "ns-usbloader"; 103 104 }; 104 105 }
+1
pkgs/applications/misc/nwg-dock/default.nix
··· 30 30 license = licenses.mit; 31 31 platforms = platforms.linux; 32 32 maintainers = with maintainers; [ dit7ya ]; 33 + mainProgram = "nwg-dock"; 33 34 }; 34 35 }
+1
pkgs/applications/misc/obs-cli/default.nix
··· 36 36 license = licenses.mit; 37 37 maintainers = with maintainers; [ flexiondotorg ]; 38 38 platforms = platforms.linux ++ platforms.darwin; 39 + mainProgram = "obs-cli"; 39 40 }; 40 41 }
+1
pkgs/applications/misc/onagre/default.nix
··· 36 36 license = licenses.mit; 37 37 maintainers = [ maintainers.jfvillablanca ]; 38 38 platforms = platforms.linux; 39 + mainProgram = "onagre"; 39 40 }; 40 41 }
+1
pkgs/applications/misc/oneko/default.nix
··· 35 35 license = with licenses; [ publicDomain ]; 36 36 maintainers = with maintainers; [ xaverdh irenes ]; 37 37 platforms = platforms.unix; 38 + mainProgram = "oneko"; 38 39 }; 39 40 }
+1
pkgs/applications/misc/openbox-menu/default.nix
··· 42 42 license = licenses.gpl3Plus; 43 43 maintainers = [ maintainers.romildo ]; 44 44 platforms = platforms.unix; 45 + mainProgram = "openbox-menu"; 45 46 }; 46 47 }
+1
pkgs/applications/misc/openjump/default.nix
··· 35 35 license = lib.licenses.gpl2; 36 36 maintainers = [lib.maintainers.marcweber]; 37 37 platforms = lib.platforms.linux; 38 + mainProgram = "OpenJump"; 38 39 }; 39 40 }
+1
pkgs/applications/misc/openring/default.nix
··· 21 21 homepage = "https://sr.ht/~sircmpwn/openring"; 22 22 license = licenses.gpl3Only; 23 23 maintainers = with maintainers; [ sumnerevans ]; 24 + mainProgram = "openring"; 24 25 }; 25 26 }
+1
pkgs/applications/misc/oranda/default.nix
··· 53 53 changelog = "https://github.com/axodotdev/oranda/blob/${src.rev}/CHANGELOG.md"; 54 54 license = with licenses; [ asl20 mit ]; 55 55 maintainers = with maintainers; [ figsoda ]; 56 + mainProgram = "oranda"; 56 57 }; 57 58 }
+1
pkgs/applications/misc/osm2xmap/default.nix
··· 29 29 license = licenses.gpl3; 30 30 maintainers = [ maintainers.mpickering ]; 31 31 platforms = with lib.platforms; linux; 32 + mainProgram = "osm2xmap"; 32 33 }; 33 34 }
+1
pkgs/applications/misc/osmium-tool/default.nix
··· 51 51 changelog = "https://github.com/osmcode/osmium-tool/blob/v${version}/CHANGELOG.md"; 52 52 license = with licenses; [ gpl3Plus mit bsd3 ]; 53 53 maintainers = with maintainers; [ das-g ]; 54 + mainProgram = "osmium"; 54 55 }; 55 56 }
+1
pkgs/applications/misc/osmtogeojson/default.nix
··· 23 23 homepage = "https://tyrasd.github.io/osmtogeojson/"; 24 24 maintainers = with maintainers; [ thibautmarty ]; 25 25 license = licenses.mit; 26 + mainProgram = "osmtogeojson"; 26 27 }; 27 28 }
+1
pkgs/applications/misc/otf2bdf/default.nix
··· 32 32 license = licenses.mit0; 33 33 platforms = platforms.all; 34 34 maintainers = with maintainers; [ hzeller ]; 35 + mainProgram = "otf2bdf"; 35 36 }; 36 37 }
+1
pkgs/applications/misc/oxker/default.nix
··· 17 17 changelog = "https://github.com/mrjackwills/oxker/blob/v${version}/CHANGELOG.md"; 18 18 license = licenses.mit; 19 19 maintainers = with maintainers; [ siph ]; 20 + mainProgram = "oxker"; 20 21 }; 21 22 }
+1
pkgs/applications/misc/p2pool/default.nix
··· 52 52 homepage = "https://github.com/SChernykh/p2pool"; 53 53 license = licenses.gpl3Only; 54 54 maintainers = with maintainers; [ ratsclub ]; 55 + mainProgram = "p2pool"; 55 56 }; 56 57 }
+1
pkgs/applications/misc/pagefind/default.nix
··· 106 106 license = licenses.mit; 107 107 maintainers = with maintainers; [ pbsds ]; 108 108 platforms = platforms.unix; 109 + mainProgram = "pagefind"; 109 110 }; 110 111 }
+1
pkgs/applications/misc/pcmanx-gtk2/default.nix
··· 26 26 description = "Telnet BBS browser with GTK interface"; 27 27 maintainers = [ maintainers.sifmelcara ]; 28 28 platforms = platforms.linux; 29 + mainProgram = "pcmanx"; 29 30 }; 30 31 }
+1
pkgs/applications/misc/peaclock/default.nix
··· 20 20 license = licenses.mit; 21 21 platforms = platforms.unix; 22 22 maintainers = with maintainers; [ djanatyn ]; 23 + mainProgram = "peaclock"; 23 24 }; 24 25 }
+1
pkgs/applications/misc/pell/default.nix
··· 34 34 license = licenses.mit; 35 35 maintainers = [ maintainers.ebzzry ]; 36 36 platforms = platforms.unix; 37 + mainProgram = "pell"; 37 38 }; 38 39 39 40 dontBuild = true;
+1
pkgs/applications/misc/pgmanage/default.nix
··· 36 36 homepage = "https://github.com/pgManage/pgManage"; 37 37 license = licenses.postgresql; 38 38 maintainers = [ maintainers.basvandijk ]; 39 + mainProgram = "pgmanage"; 39 40 }; 40 41 }
+1
pkgs/applications/misc/phockup/default.nix
··· 31 31 homepage = "https://github.com/ivandokov/phockup"; 32 32 license = licenses.mit; 33 33 maintainers = with maintainers; [ aanderse ]; 34 + mainProgram = "phockup"; 34 35 }; 35 36 }
+1
pkgs/applications/misc/pinfo/default.nix
··· 67 67 license = licenses.gpl2Plus; 68 68 platforms = platforms.unix; 69 69 maintainers = with maintainers; [ fab ]; 70 + mainProgram = "pinfo"; 70 71 }; 71 72 }
+1
pkgs/applications/misc/plasma-theme-switcher/default.nix
··· 38 38 description = "A KDE Plasma theme switcher"; 39 39 license = with licenses; [ gpl2Only ]; 40 40 maintainers = with maintainers; [ kevink ]; 41 + mainProgram = "plasma-theme"; 41 42 }; 42 43 }
+1
pkgs/applications/misc/playonlinux/default.nix
··· 146 146 license = licenses.gpl3; 147 147 maintainers = [ maintainers.pasqui23 ]; 148 148 platforms = [ "x86_64-linux" "i686-linux" ]; 149 + mainProgram = "playonlinux"; 149 150 }; 150 151 }
+1
pkgs/applications/misc/pokemon-colorscripts-mac/default.nix
··· 48 48 license = licenses.mit; 49 49 maintainers = [ maintainers.wesleyjrz ]; 50 50 platforms = platforms.unix; 51 + mainProgram = "pokemon-colorscripts"; 51 52 }; 52 53 }
+1
pkgs/applications/misc/pomodoro/default.nix
··· 21 21 maintainers = with maintainers; [ annaaurora ]; 22 22 # error: redefinition of module 'ObjectiveC' 23 23 broken = stdenv.isDarwin; 24 + mainProgram = "pomodoro"; 24 25 }; 25 26 }
+1
pkgs/applications/misc/pop-launcher/default.nix
··· 57 57 platforms = platforms.linux; 58 58 license = licenses.mpl20; 59 59 maintainers = with maintainers; [ samhug ]; 60 + mainProgram = "pop-launcher"; 60 61 }; 61 62 }
+1
pkgs/applications/misc/pop/default.nix
··· 36 36 changelog = "https://github.com/charmbracelet/pop/releases/tag/v${version}"; 37 37 license = licenses.mit; 38 38 maintainers = with maintainers; [ caarlos0 maaslalani ]; 39 + mainProgram = "pop"; 39 40 }; 40 41 }
+1
pkgs/applications/misc/porsmo/default.nix
··· 43 43 homepage = "https://github.com/ColorCookie-dev/porsmo"; 44 44 license = licenses.mit; 45 45 maintainers = with maintainers; [ MoritzBoehme ]; 46 + mainProgram = "porsmo"; 46 47 }; 47 48 }
+1
pkgs/applications/misc/premid/default.nix
··· 89 89 license = licenses.mpl20; 90 90 maintainers = with maintainers; [ natto1784 ]; 91 91 platforms = [ "x86_64-linux" ]; 92 + mainProgram = "premid"; 92 93 }; 93 94 }
+1
pkgs/applications/misc/process-compose/default.nix
··· 62 62 changelog = "https://github.com/F1bonacc1/process-compose/releases/tag/v${version}"; 63 63 license = licenses.asl20; 64 64 maintainers = with maintainers; [ thenonameguy ]; 65 + mainProgram = "process-compose"; 65 66 }; 66 67 }
+1
pkgs/applications/misc/psi-notify/default.nix
··· 35 35 homepage = "https://github.com/cdown/psi-notify"; 36 36 platforms = platforms.linux; 37 37 maintainers = with maintainers; [ eduarrrd ]; 38 + mainProgram = "psi-notify"; 38 39 }; 39 40 }
+1
pkgs/applications/misc/pstree/default.nix
··· 34 34 maintainers = [ maintainers.c0bw3b ]; 35 35 platforms = platforms.unix; 36 36 priority = 5; # Lower than psmisc also providing pstree on Linux platforms 37 + mainProgram = "pstree"; 37 38 }; 38 39 }
+1
pkgs/applications/misc/pt/default.nix
··· 13 13 license = licenses.mit; 14 14 maintainers = with maintainers; [ ebzzry manveru nicknovitski ]; 15 15 platforms = platforms.unix; 16 + mainProgram = "pt"; 16 17 }; 17 18 }
+1
pkgs/applications/misc/quicksynergy/default.nix
··· 33 33 license = lib.licenses.gpl2; 34 34 maintainers = [ lib.maintainers.spinus ]; 35 35 platforms = lib.platforms.linux; 36 + mainProgram = "quicksynergy"; 36 37 }; 37 38 }
+1
pkgs/applications/misc/ratt/default.nix
··· 21 21 homepage = "https://git.sr.ht/~ghost08/ratt"; 22 22 license = licenses.mit; 23 23 maintainers = with maintainers; [ kmein ]; 24 + mainProgram = "ratt"; 24 25 }; 25 26 }
+1
pkgs/applications/misc/reddsaver/default.nix
··· 31 31 homepage = "https://github.com/manojkarthick/reddsaver"; 32 32 license = with licenses; [ mit /* or */ asl20 ]; 33 33 maintainers = [ maintainers.manojkarthick ]; 34 + mainProgram = "reddsaver"; 34 35 }; 35 36 36 37 }
+1
pkgs/applications/misc/resumed/default.nix
··· 18 18 homepage = "https://github.com/rbardini/resumed"; 19 19 license = licenses.mit; 20 20 maintainers = with maintainers; [ ambroisie ]; 21 + mainProgram = "resumed"; 21 22 }; 22 23 }
+1
pkgs/applications/misc/revanced-cli/default.nix
··· 32 32 license = licenses.gpl3Only; 33 33 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 34 34 maintainers = with maintainers; [ jopejoe1 ]; 35 + mainProgram = "revanced-cli"; 35 36 }; 36 37 }
+1
pkgs/applications/misc/river-luatile/default.nix
··· 32 32 license = licenses.gpl3Only; 33 33 platforms = platforms.linux; 34 34 maintainers = with maintainers; [ pinpox ]; 35 + mainProgram = "river-luatile"; 35 36 }; 36 37 }
+1
pkgs/applications/misc/river-tag-overlay/default.nix
··· 35 35 license = licenses.gpl3Only; 36 36 maintainers = with maintainers; [ edrex ]; 37 37 platforms = platforms.linux; 38 + mainProgram = "river-tag-overlay"; 38 39 }; 39 40 }
+1
pkgs/applications/misc/rivercarro/default.nix
··· 45 45 license = licenses.gpl3Plus; 46 46 maintainers = with maintainers; [ kraem ]; 47 47 inherit (zig_0_11.meta) platforms; 48 + mainProgram = "rivercarro"; 48 49 }; 49 50 })
+1
pkgs/applications/misc/rlaunch/default.nix
··· 29 29 license = licenses.mit; 30 30 platforms = platforms.linux; 31 31 maintainers = with maintainers; [ danc86 ]; 32 + mainProgram = "rlaunch"; 32 33 }; 33 34 }
+1
pkgs/applications/misc/robo3t/default.nix
··· 94 94 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 95 95 license = licenses.gpl3Only; 96 96 maintainers = with maintainers; [ eperuffo ]; 97 + mainProgram = "robo3t"; 97 98 }; 98 99 }
+1
pkgs/applications/misc/rsclock/default.nix
··· 18 18 homepage = "https://github.com/valebes/rsClock"; 19 19 license = licenses.mit; 20 20 maintainers = with maintainers; [valebes]; 21 + mainProgram = "rsclock"; 21 22 }; 22 23 }
+1
pkgs/applications/misc/rss-bridge-cli/default.nix
··· 23 23 homepage = "https://github.com/RSS-Bridge/rss-bridge"; 24 24 license = licenses.unlicense; 25 25 maintainers = with maintainers; [ ymeister ]; 26 + mainProgram = "rss-bridge-cli"; 26 27 }; 27 28 })
+1
pkgs/applications/misc/rusty-psn/default.nix
··· 87 87 license = licenses.mit; 88 88 platforms = [ "x86_64-linux" ]; 89 89 maintainers = with maintainers; [ AngryAnt ]; 90 + mainProgram = "rusty-psn"; 90 91 }; 91 92 }
+1
pkgs/applications/misc/sampler/default.nix
··· 35 35 homepage = "https://sampler.dev"; 36 36 license = licenses.gpl3; 37 37 maintainers = with maintainers; [ uvnikita ]; 38 + mainProgram = "sampler"; 38 39 }; 39 40 }
+1
pkgs/applications/misc/sdcv/default.nix
··· 27 27 maintainers = with maintainers; [ lovek323 ]; 28 28 license = licenses.gpl2; 29 29 platforms = platforms.unix; 30 + mainProgram = "sdcv"; 30 31 }; 31 32 }
+1
pkgs/applications/misc/semver/default.nix
··· 19 19 description = "A small CLI to fish out the current or next semver version from a git repository"; 20 20 maintainers = with maintainers; [ catouc ]; 21 21 license = licenses.mit; 22 + mainProgram = "semver"; 22 23 }; 23 24 }
+1
pkgs/applications/misc/senv/default.nix
··· 21 21 license = licenses.mit; 22 22 maintainers = with maintainers; [ SuperSandro2000 ]; 23 23 broken = stdenv.isDarwin; # needs golang.org/x/sys bump 24 + mainProgram = "senv"; 24 25 }; 25 26 }
+1
pkgs/applications/misc/shavee/default.nix
··· 43 43 license = lib.licenses.mit; 44 44 maintainers = with lib.maintainers; [ jasonodoom ]; 45 45 platforms = lib.platforms.linux; 46 + mainProgram = "shavee"; 46 47 }; 47 48 }
+1
pkgs/applications/misc/sidequest/default.nix
··· 106 106 license = licenses.mit; 107 107 maintainers = with maintainers; [ joepie91 rvolosatovs ]; 108 108 platforms = [ "x86_64-linux" ]; 109 + mainProgram = "SideQuest"; 109 110 }; 110 111 }; 111 112
+1
pkgs/applications/misc/sigi/default.nix
··· 26 26 homepage = "https://github.com/sigi-cli/sigi"; 27 27 license = licenses.gpl2; 28 28 maintainers = with maintainers; [ booniepepper ]; 29 + mainProgram = "sigi"; 29 30 }; 30 31 }
+1
pkgs/applications/misc/skate/default.nix
··· 22 22 changelog = "https://github.com/charmbracelet/skate/releases/tag/${src.rev}"; 23 23 license = licenses.mit; 24 24 maintainers = with maintainers; [ figsoda penguwin ]; 25 + mainProgram = "skate"; 25 26 }; 26 27 }
+1
pkgs/applications/misc/slides/default.nix
··· 35 35 changelog = "https://github.com/maaslalani/slides/releases/tag/v${version}"; 36 36 license = licenses.mit; 37 37 maintainers = with maintainers; [ maaslalani penguwin ]; 38 + mainProgram = "slides"; 38 39 }; 39 40 }
+1
pkgs/applications/misc/slippy/default.nix
··· 64 64 changelog = "https://github.com/axodotdev/slippy/releases/tag/${src.rev}"; 65 65 license = with licenses; [ asl20 mit ]; 66 66 maintainers = with maintainers; [ figsoda ]; 67 + mainProgram = "slippy"; 67 68 }; 68 69 }
+1
pkgs/applications/misc/slstatus/default.nix
··· 42 42 license = licenses.isc; 43 43 maintainers = with maintainers; [ oxzi ]; 44 44 platforms = platforms.linux; 45 + mainProgram = "slstatus"; 45 46 }; 46 47 }
+1
pkgs/applications/misc/slweb/default.nix
··· 37 37 license = licenses.gpl3Plus; 38 38 platforms = platforms.linux; 39 39 maintainers = with maintainers; [ GaetanLepage ]; 40 + mainProgram = "slweb"; 40 41 }; 41 42 })
+1
pkgs/applications/misc/smpq/default.nix
··· 22 22 license = licenses.gpl3Only; 23 23 platforms = platforms.all; 24 24 maintainers = with maintainers; [ aanderse karolchmist ]; 25 + mainProgram = "smpq"; 25 26 }; 26 27 }
+1
pkgs/applications/misc/snixembed/default.nix
··· 24 24 license = licenses.isc; 25 25 platforms = platforms.unix; 26 26 maintainers = with maintainers; [ figsoda ]; 27 + mainProgram = "snixembed"; 27 28 }; 28 29 }
+1
pkgs/applications/misc/snowsql/default.nix
··· 44 44 license = licenses.unfree; 45 45 maintainers = with maintainers; [ andehen ]; 46 46 platforms = [ "x86_64-linux" ]; 47 + mainProgram = "snowsql"; 47 48 }; 48 49 }
+1
pkgs/applications/misc/somebar/default.nix
··· 40 40 license = licenses.mit; 41 41 maintainers = with maintainers; [ magnouvean ]; 42 42 platforms = platforms.linux; 43 + mainProgram = "somebar"; 43 44 }; 44 45 }
+1
pkgs/applications/misc/spacenav-cube-example/default.nix
··· 23 23 license = licenses.bsd3; 24 24 platforms = platforms.unix; 25 25 maintainers = with maintainers; [ sohalt ]; 26 + mainProgram = "spacenav-cube-example"; 26 27 }; 27 28 }
+1
pkgs/applications/misc/speedread/default.nix
··· 29 29 license = licenses.mit; 30 30 platforms = platforms.unix; 31 31 maintainers = [ maintainers.oxij ]; 32 + mainProgram = "speedread"; 32 33 }; 33 34 }
+1
pkgs/applications/misc/spnavcfg/default.nix
··· 35 35 license = licenses.gpl3Plus; 36 36 platforms = platforms.unix; 37 37 maintainers = with maintainers; [ gebner ]; 38 + mainProgram = "spnavcfg"; 38 39 }; 39 40 }
+1
pkgs/applications/misc/spotify-tray/default.nix
··· 29 29 license = licenses.gpl3Only; 30 30 platforms = platforms.linux; 31 31 maintainers = with maintainers; [ Enzime ]; 32 + mainProgram = "spotify-tray"; 32 33 }; 33 34 }
+1
pkgs/applications/misc/ssocr/default.nix
··· 21 21 homepage = "https://github.com/auerswal/ssocr"; 22 22 license = licenses.gpl3; 23 23 maintainers = [ maintainers.kroell ]; 24 + mainProgram = "ssocr"; 24 25 }; 25 26 }
+1
pkgs/applications/misc/stag/default.nix
··· 31 31 license = licenses.bsdOriginal; 32 32 maintainers = with maintainers; [ matthiasbeyer ]; 33 33 platforms = platforms.unix; 34 + mainProgram = "stag"; 34 35 }; 35 36 })
+1
pkgs/applications/misc/stepreduce/default.nix
··· 27 27 homepage = "https://gitlab.com/sethhillbrand/stepreduce"; 28 28 license = licenses.gpl3Plus; 29 29 maintainers = with maintainers; [ evils ]; 30 + mainProgram = "stepreduce"; 30 31 }; 31 32 }
+1
pkgs/applications/misc/stork/default.nix
··· 35 35 homepage = "https://github.com/jameslittle230/stork"; 36 36 license = with licenses; [ asl20 ]; 37 37 maintainers = with maintainers; [ chuahou ]; 38 + mainProgram = "stork"; 38 39 }; 39 40 }
+1
pkgs/applications/misc/stretchly/default.nix
··· 75 75 license = licenses.bsd2; 76 76 maintainers = with maintainers; [ _1000101 ]; 77 77 platforms = platforms.linux; 78 + mainProgram = "stretchly"; 78 79 }; 79 80 })
+1
pkgs/applications/misc/stw/default.nix
··· 28 28 maintainers = with maintainers; [ somasis ]; 29 29 platforms = platforms.unix; 30 30 broken = stdenv.isDarwin; 31 + mainProgram = "stw"; 31 32 }; 32 33 }
+1
pkgs/applications/misc/styx/default.nix
··· 67 67 downloadPage = "https://github.com/styx-static/styx/"; 68 68 platforms = platforms.all; 69 69 license = licenses.mit; 70 + mainProgram = "styx"; 70 71 }; 71 72 }
+1
pkgs/applications/misc/surface-control/default.nix
··· 39 39 license = licenses.mit; 40 40 maintainers = with maintainers; [ ]; 41 41 platforms = platforms.linux; 42 + mainProgram = "surface"; 42 43 }; 43 44 }
+1
pkgs/applications/misc/swaynag-battery/default.nix
··· 18 18 description = "Shows a message when your battery is discharging "; 19 19 maintainers = with maintainers; [ ]; 20 20 license = licenses.mit; 21 + mainProgram = "swaynag-battery"; 21 22 }; 22 23 }
+1
pkgs/applications/misc/synapse/default.nix
··· 33 33 license = licenses.gpl3; 34 34 maintainers = with maintainers; [ mahe ]; 35 35 platforms = with platforms; all; 36 + mainProgram = "synapse"; 36 37 }; 37 38 }
+1
pkgs/applications/misc/syncthing-tray/default.nix
··· 23 23 homepage = "https://github.com/alex2108/syncthing-tray"; 24 24 license = licenses.mit; 25 25 maintainers = with maintainers; [ nickhu ]; 26 + mainProgram = "syncthing-tray"; 26 27 }; 27 28 }
+1
pkgs/applications/misc/systembus-notify/default.nix
··· 60 60 license = licenses.mit; 61 61 maintainers = with maintainers; [ peterhoeg ]; 62 62 platforms = platforms.linux; 63 + mainProgram = "systembus-notify"; 63 64 }; 64 65 }
+1
pkgs/applications/misc/tabula-java/default.nix
··· 45 45 license = licenses.mit; 46 46 maintainers = [ maintainers.jakewaksbaum ]; 47 47 platforms = platforms.all; 48 + mainProgram = "tabula-java"; 48 49 }; 49 50 }
+1
pkgs/applications/misc/tagtime/default.nix
··· 75 75 homepage = "http://messymatters.com/tagtime/"; 76 76 license = lib.licenses.bsd3; 77 77 maintainers = [ lib.maintainers.Profpatsch ]; 78 + mainProgram = "tagtimed"; 78 79 }; 79 80 }
+1
pkgs/applications/misc/tailscale-systray/default.nix
··· 28 28 homepage = "https://github.com/mattn/tailscale-systray"; 29 29 license = licenses.mit; 30 30 maintainers = with maintainers; [ qbit ]; 31 + mainProgram = "tailscale-systray"; 31 32 }; 32 33 }
+1
pkgs/applications/misc/taizen/default.nix
··· 35 35 homepage = "https://github.com/nerdypepper/taizen"; 36 36 license = licenses.mit; 37 37 maintainers = with maintainers; [ figsoda ]; 38 + mainProgram = "taizen"; 38 39 }; 39 40 }
+1
pkgs/applications/misc/tandoor-recipes/default.nix
··· 158 158 Application for managing recipes, planning meals, building shopping lists 159 159 and much much more! 160 160 ''; 161 + mainProgram = "tandoor-recipes"; 161 162 }; 162 163 }
+1
pkgs/applications/misc/tango/default.nix
··· 21 21 homepage = "https://github.com/masakichi/tango"; 22 22 license = licenses.mit; 23 23 maintainers = with maintainers; [ donovanglover ]; 24 + mainProgram = "tango"; 24 25 }; 25 26 }
+1
pkgs/applications/misc/tasksh/default.nix
··· 18 18 license = licenses.mit; 19 19 maintainers = with maintainers; [ matthiasbeyer ]; 20 20 platforms = platforms.unix; 21 + mainProgram = "tasksh"; 21 22 }; 22 23 }
+1
pkgs/applications/misc/taskwarrior-tui/default.nix
··· 32 32 homepage = "https://github.com/kdheepak/taskwarrior-tui"; 33 33 license = with licenses; [ mit ]; 34 34 maintainers = with maintainers; [ matthiasbeyer ]; 35 + mainProgram = "taskwarrior-tui"; 35 36 }; 36 37 }
+1
pkgs/applications/misc/terminal-colors/default.nix
··· 51 51 homepage = "https://github.com/eikenb/terminal-colors"; 52 52 license = licenses.gpl3Plus; 53 53 maintainers = with maintainers; [ kaction ]; 54 + mainProgram = "terminal-colors"; 54 55 }; 55 56 }
+1
pkgs/applications/misc/terminal-parrot/default.nix
··· 20 20 homepage = "https://github.com/jmhobbs/terminal-parrot"; 21 21 license = licenses.mit; 22 22 maintainers = [ maintainers.heel ]; 23 + mainProgram = "terminal-parrot"; 23 24 }; 24 25 }
+1
pkgs/applications/misc/terminal-stocks/default.nix
··· 21 21 homepage = "https://github.com/shweshi/terminal-stocks"; 22 22 maintainers = with maintainers; [ mislavzanic ]; 23 23 license = licenses.mit; 24 + mainProgram = "terminal-stocks"; 24 25 }; 25 26 }
+1
pkgs/applications/misc/thedesk/default.nix
··· 50 50 license = licenses.gpl3Only; 51 51 maintainers = with maintainers; [ wolfangaukang ]; 52 52 platforms = [ "x86_64-linux" ]; 53 + mainProgram = "thedesk"; 53 54 }; 54 55 }
+1
pkgs/applications/misc/thokr/default.nix
··· 18 18 homepage = "https://github.com/thatvegandev/thokr"; 19 19 license = licenses.mit; 20 20 maintainers = with maintainers; [ figsoda ]; 21 + mainProgram = "thokr"; 21 22 }; 22 23 }
+1
pkgs/applications/misc/ticker/default.nix
··· 31 31 changelog = "https://github.com/achannarasappa/ticker/releases/tag/v${version}"; 32 32 license = licenses.gpl3Plus; 33 33 maintainers = with maintainers; [ siraben sarcasticadmin ]; 34 + mainProgram = "ticker"; 34 35 }; 35 36 }
+1
pkgs/applications/misc/tickrs/default.nix
··· 42 42 changelog = "https://github.com/tarkah/tickrs/blob/v${version}/CHANGELOG.md"; 43 43 license = licenses.mit; 44 44 maintainers = with maintainers; [ mredaelli ]; 45 + mainProgram = "tickrs"; 45 46 }; 46 47 }
+1
pkgs/applications/misc/timew-sync-server/default.nix
··· 19 19 license = licenses.mit; 20 20 maintainers = [ maintainers.joachimschmidt557 ]; 21 21 platforms = platforms.linux; 22 + mainProgram = "timew-sync-server"; 22 23 }; 23 24 }
+1
pkgs/applications/misc/tiramisu/default.nix
··· 28 28 license = licenses.mit; 29 29 platforms = platforms.linux; 30 30 maintainers = with maintainers; [ wishfort36 moni ]; 31 + mainProgram = "tiramisu"; 31 32 }; 32 33 }
+1
pkgs/applications/misc/tmatrix/default.nix
··· 36 36 license = licenses.gpl2; 37 37 platforms = platforms.all; 38 38 maintainers = with maintainers; [ infinisil Br1ght0ne ]; 39 + mainProgram = "tmatrix"; 39 40 }; 40 41 }
+1
pkgs/applications/misc/tnef/default.nix
··· 28 28 license = licenses.gpl2; 29 29 maintainers = with maintainers; [ peterhoeg ]; 30 30 platforms = platforms.all; 31 + mainProgram = "tnef"; 31 32 }; 32 33 }
+1
pkgs/applications/misc/todoist-electron/default.nix
··· 41 41 platforms = [ "x86_64-linux" ]; 42 42 license = licenses.unfree; 43 43 maintainers = with maintainers; [ kylesferrazza pokon548 ]; 44 + mainProgram = "todoist-electron"; 44 45 }; 45 46 }
+1
pkgs/applications/misc/todoist/default.nix
··· 19 19 homepage = "https://github.com/sachaos/todoist"; 20 20 description = "Todoist CLI Client"; 21 21 license = lib.licenses.mit; 22 + mainProgram = "todoist"; 22 23 }; 23 24 }
+1
pkgs/applications/misc/transifex-cli/default.nix
··· 32 32 homepage = "https://github.com/transifex/transifex-cli"; 33 33 license = licenses.asl20; 34 34 maintainers = with maintainers; [ thornycrackers ]; 35 + mainProgram = "tx"; 35 36 }; 36 37 }
+1
pkgs/applications/misc/ttdl/default.nix
··· 22 22 changelog = "https://github.com/VladimirMarkelov/ttdl/blob/v${version}/changelog"; 23 23 license = with licenses; [ mit ]; 24 24 maintainers = with maintainers; [ _3JlOy-PYCCKUi ]; 25 + mainProgram = "ttdl"; 25 26 }; 26 27 }
+1
pkgs/applications/misc/tthsum/default.nix
··· 38 38 license = licenses.gpl3Plus; 39 39 maintainers = [ maintainers.ebzzry ]; 40 40 platforms = platforms.unix; 41 + mainProgram = "tthsum"; 41 42 }; 42 43 }
+1
pkgs/applications/misc/tty-share/default.nix
··· 21 21 description = "Share terminal via browser for remote work or shared sessions"; 22 22 license = licenses.mit; 23 23 maintainers = with maintainers; [ andys8 ]; 24 + mainProgram = "tty-share"; 24 25 }; 25 26 }
+1
pkgs/applications/misc/ttyper/default.nix
··· 19 19 changelog = "https://github.com/max-niederman/ttyper/releases/tag/${src.rev}"; 20 20 license = licenses.mit; 21 21 maintainers = with maintainers; [ figsoda max-niederman ]; 22 + mainProgram = "ttyper"; 22 23 }; 23 24 }
+1
pkgs/applications/misc/tuckr/default.nix
··· 21 21 changelog = "https://github.com/RaphGL/Tuckr/releases/tag/${version}"; 22 22 license = licenses.gpl3Plus; 23 23 maintainers = with maintainers; [ mimame ]; 24 + mainProgram = "tuckr"; 24 25 }; 25 26 }
+1
pkgs/applications/misc/tut/default.nix
··· 18 18 homepage = "https://github.com/RasmusLindroth/tut"; 19 19 license = licenses.mit; 20 20 maintainers = with maintainers; [ equirosa ]; 21 + mainProgram = "tut"; 21 22 }; 22 23 }
+1
pkgs/applications/misc/typer/default.nix
··· 23 23 homepage = "https://github.com/maaslalani/typer"; 24 24 license = licenses.mit; 25 25 maintainers = with maintainers; [ figsoda ]; 26 + mainProgram = "typer"; 26 27 }; 27 28 }
+1
pkgs/applications/misc/typioca/default.nix
··· 36 36 changelog = "https://github.com/bloznelis/typioca/releases/tag/${src.rev}"; 37 37 license = licenses.mit; 38 38 maintainers = with maintainers; [ figsoda ]; 39 + mainProgram = "typioca"; 39 40 }; 40 41 }
+1
pkgs/applications/misc/udict/default.nix
··· 40 40 homepage = "https://github.com/lsmb/udict"; 41 41 license = licenses.mit; 42 42 maintainers = with maintainers; [ ]; 43 + mainProgram = "udict"; 43 44 }; 44 45 }
+1
pkgs/applications/misc/ultralist/default.nix
··· 18 18 homepage = "https://ultralist.io"; 19 19 license = licenses.mit; 20 20 maintainers = with maintainers; [ uvnikita ]; 21 + mainProgram = "ultralist"; 21 22 }; 22 23 }
+1
pkgs/applications/misc/uni/default.nix
··· 28 28 changelog = "https://github.com/arp242/uni/releases/tag/v${version}"; 29 29 license = licenses.mit; 30 30 maintainers = with maintainers; [ chvp ]; 31 + mainProgram = "uni"; 31 32 }; 32 33 }
+1
pkgs/applications/misc/unipicker/default.nix
··· 36 36 license = licenses.mit; 37 37 maintainers = with maintainers; [ ]; 38 38 platforms = platforms.unix; 39 + mainProgram = "unipicker"; 39 40 }; 40 41 }
+1
pkgs/applications/misc/usb-reset/default.nix
··· 38 38 license = licenses.mit; 39 39 maintainers = [ maintainers.evils ]; 40 40 platforms = platforms.all; 41 + mainProgram = "usb-reset"; 41 42 }; 42 43 }
+1
pkgs/applications/misc/usync/default.nix
··· 27 27 license = licenses.mit; 28 28 maintainers = [ maintainers.ebzzry ]; 29 29 platforms = platforms.unix; 30 + mainProgram = "usync"; 30 31 }; 31 32 32 33 dontBuild = true;
+1
pkgs/applications/misc/vcal/default.nix
··· 33 33 homepage = "https://waynemorrison.com/software/"; 34 34 license = licenses.asl20; 35 35 maintainers = with maintainers; [ peterhoeg ]; 36 + mainProgram = "vcal"; 36 37 }; 37 38 }
+1
pkgs/applications/misc/vp/default.nix
··· 23 23 platforms = platforms.unix; 24 24 license = licenses.gpl3; 25 25 maintainers = [ maintainers.vrthra ]; 26 + mainProgram = "vp"; 26 27 }; 27 28 }
+1
pkgs/applications/misc/vue/default.nix
··· 24 24 platforms = with lib.platforms; linux; 25 25 sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 26 26 license = lib.licenses.free; # Apache License fork, actually 27 + mainProgram = "vue"; 27 28 }; 28 29 }
+1
pkgs/applications/misc/vul/default.nix
··· 20 20 homepage = "https://github.com/LukeSmithxyz/vul"; 21 21 license = licenses.publicDomain; 22 22 maintainers = [ maintainers.j0hax maintainers.cafkafk ]; 23 + mainProgram = "vul"; 23 24 }; 24 25 }
+1
pkgs/applications/misc/warpd/default.nix
··· 53 53 maintainers = with maintainers; [ hhydraa ]; 54 54 license = licenses.mit; 55 55 platforms = platforms.linux; 56 + mainProgram = "warpd"; 56 57 }; 57 58 }
+1
pkgs/applications/misc/wbg/default.nix
··· 61 61 license = licenses.isc; 62 62 maintainers = with maintainers; [ AndersonTorres ]; 63 63 platforms = with platforms; linux; 64 + mainProgram = "wbg"; 64 65 }; 65 66 }
+1
pkgs/applications/misc/wcalc/default.nix
··· 16 16 homepage = "https://w-calc.sourceforge.net"; 17 17 license = licenses.gpl2; 18 18 platforms = platforms.all; 19 + mainProgram = "wcalc"; 19 20 }; 20 21 }
+1
pkgs/applications/misc/wego/default.nix
··· 17 17 homepage = "https://github.com/schachmat/wego"; 18 18 description = "Weather app for the terminal"; 19 19 license = licenses.isc; 20 + mainProgram = "wego"; 20 21 }; 21 22 }
+1
pkgs/applications/misc/with-shell/default.nix
··· 72 72 license = licenses.asl20; 73 73 maintainers = with maintainers; [ AndersonTorres ]; 74 74 platforms = platforms.unix; 75 + mainProgram = "with"; 75 76 }; 76 77 }
+1
pkgs/applications/misc/wlclock/default.nix
··· 48 48 license = licenses.gpl3; 49 49 maintainers = with maintainers; [ nomisiv ]; 50 50 platforms = with platforms; linux; 51 + mainProgram = "wlclock"; 51 52 }; 52 53 }
+1
pkgs/applications/misc/wmenu/default.nix
··· 35 35 license = licenses.mit; 36 36 platforms = platforms.linux; 37 37 maintainers = with maintainers; [ eken ]; 38 + mainProgram = "wmenu"; 38 39 }; 39 40 } 40 41
+1
pkgs/applications/misc/wmname/default.nix
··· 24 24 homepage = "https://tools.suckless.org/wmname"; 25 25 license = lib.licenses.mit; 26 26 platforms = lib.platforms.unix; 27 + mainProgram = "wmname"; 27 28 }; 28 29 }
+1
pkgs/applications/misc/wofi-emoji/default.nix
··· 50 50 license = licenses.mit; 51 51 maintainers = [ maintainers.ymarkus ]; 52 52 platforms = platforms.all; 53 + mainProgram = "wofi-emoji"; 53 54 }; 54 55 }
+1
pkgs/applications/misc/writefreely/default.nix
··· 24 24 homepage = "https://github.com/writefreely/writefreely"; 25 25 license = licenses.agpl3Only; 26 26 maintainers = with maintainers; [ soopyc ]; 27 + mainProgram = "writefreely"; 27 28 }; 28 29 }
+1
pkgs/applications/misc/wthrr/default.nix
··· 43 43 changelog = "https://github.com/tobealive/wthrr-the-weathercrab/releases/tag/${src.rev}"; 44 44 license = licenses.mit; 45 45 maintainers = with maintainers; [ figsoda ]; 46 + mainProgram = "wthrr"; 46 47 }; 47 48 }
+1
pkgs/applications/misc/xbattbar/default.nix
··· 42 42 license = licenses.gpl2Plus; 43 43 platforms = platforms.linux; 44 44 maintainers = [ maintainers.q3k ]; 45 + mainProgram = "xbattbar"; 45 46 }; 46 47 }
+1
pkgs/applications/misc/xchm/default.nix
··· 38 38 license = licenses.gpl2; 39 39 maintainers = with maintainers; [ sikmir ]; 40 40 platforms = platforms.linux; 41 + mainProgram = "xchm"; 41 42 }; 42 43 }
+1
pkgs/applications/misc/xcruiser/default.nix
··· 40 40 license = licenses.gpl2; 41 41 maintainers = with maintainers; [ ehmry ]; 42 42 platforms = with platforms; linux; 43 + mainProgram = "xcruiser"; 43 44 }; 44 45 }
+1
pkgs/applications/misc/xkbd/default.nix
··· 26 26 license = licenses.gpl2Plus; 27 27 maintainers = [ ]; 28 28 platforms = platforms.linux; 29 + mainProgram = "xkbd"; 29 30 }; 30 31 }
+1
pkgs/applications/misc/xkblayout-state/default.nix
··· 24 24 license = licenses.gpl2; 25 25 maintainers = [ maintainers.jagajaga ]; 26 26 platforms = platforms.linux; 27 + mainProgram = "xkblayout-state"; 27 28 }; 28 29 }
+1
pkgs/applications/misc/xkbmon/default.nix
··· 21 21 license = licenses.mit; 22 22 platforms = platforms.linux; 23 23 maintainers = [ maintainers.romildo ]; 24 + mainProgram = "xkbmon"; 24 25 }; 25 26 }
+1
pkgs/applications/misc/xlights/default.nix
··· 15 15 license = licenses.gpl3; 16 16 maintainers = with maintainers; [ kashw2 ]; 17 17 platforms = platforms.linux; 18 + mainProgram = "xlights-${version}"; 18 19 }; 19 20 }
+1
pkgs/applications/misc/xmenu/default.nix
··· 21 21 license = licenses.mit; 22 22 maintainers = with maintainers; [ neonfuz ]; 23 23 platforms = platforms.all; 24 + mainProgram = "xmenu"; 24 25 }; 25 26 }
+1
pkgs/applications/misc/xrandr-invert-colors/default.nix
··· 25 25 homepage = "https://github.com/zoltanp/xrandr-invert-colors"; 26 26 maintainers = [lib.maintainers.magnetophon ]; 27 27 platforms = platforms.linux; 28 + mainProgram = "xrandr-invert-colors"; 28 29 }; 29 30 }
+1
pkgs/applications/misc/xrq/default.nix
··· 24 24 homepage = "https://github.com/arianon/xrq"; 25 25 license = lib.licenses.mit; 26 26 platforms = with lib.platforms; unix; 27 + mainProgram = "xrq"; 27 28 }; 28 29 }
+1
pkgs/applications/misc/xscope/default.nix
··· 18 18 license = with licenses; [ mit ]; 19 19 maintainers = with maintainers; [ ]; 20 20 platforms = with platforms; unix; 21 + mainProgram = "xscope"; 21 22 }; 22 23 } 23 24
+1
pkgs/applications/misc/xsw/default.nix
··· 31 31 platforms = platforms.unix; 32 32 license = licenses.gpl3; 33 33 maintainers = [ maintainers.vrthra ]; 34 + mainProgram = "xsw"; 34 35 }; 35 36 }
+1
pkgs/applications/misc/xxkb/default.nix
··· 53 53 license = licenses.artistic2; 54 54 maintainers = with maintainers; [ rasendubi ]; 55 55 platforms = platforms.linux; 56 + mainProgram = "xxkb"; 56 57 }; 57 58 }
+1
pkgs/applications/misc/yambar/default.nix
··· 119 119 license = lib.licenses.mit; 120 120 maintainers = with lib.maintainers; [ AndersonTorres ]; 121 121 platforms = lib.platforms.linux; 122 + mainProgram = "yambar"; 122 123 }; 123 124 })
+1
pkgs/applications/misc/zettlr/generic.nix
··· 38 38 platforms = [ "x86_64-linux" ]; 39 39 license = licenses.gpl3; 40 40 maintainers = with maintainers; [ tfmoraes ]; 41 + mainProgram = "zettlr"; 41 42 }; 42 43 }
+1
pkgs/applications/misc/zine/default.nix
··· 34 34 changelog = "https://github.com/zineland/zine/releases/tag/v${version}"; 35 35 license = licenses.asl20; 36 36 maintainers = with maintainers; [ dit7ya figsoda ]; 37 + mainProgram = "zine"; 37 38 }; 38 39 }
+1
pkgs/applications/misc/zktree/default.nix
··· 21 21 homepage = "https://github.com/alirezameskin/zktree"; 22 22 license = licenses.unlicense; 23 23 maintainers = with lib.maintainers; [ alirezameskin ]; 24 + mainProgram = "zktree"; 24 25 }; 25 26 }
+1
pkgs/applications/office/appflowy/default.nix
··· 79 79 changelog = "https://github.com/AppFlowy-IO/appflowy/releases/tag/${version}"; 80 80 maintainers = with maintainers; [ darkonion0 ]; 81 81 platforms = [ "x86_64-linux" ]; 82 + mainProgram = "appflowy"; 82 83 }; 83 84 }
+1
pkgs/applications/office/hledger-check-fancyassertions/default.nix
··· 39 39 license = licenses.gpl3; 40 40 maintainers = [ maintainers.DamienCassou ]; 41 41 platforms = lib.platforms.all; # GHC can cross-compile 42 + mainProgram = "hledger-check-fancyassertions"; 42 43 }; 43 44 }
+1
pkgs/applications/office/jameica/default.nix
··· 83 83 license = licenses.gpl2Plus; 84 84 platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]; 85 85 maintainers = with maintainers; [ flokli r3dl3g ]; 86 + mainProgram = "jameica"; 86 87 }; 87 88 }
+1
pkgs/applications/office/ledger-web/default.nix
··· 19 19 license = licenses.mit; 20 20 maintainers = with maintainers; [ peterhoeg manveru nicknovitski ]; 21 21 platforms = platforms.linux; 22 + mainProgram = "ledger_web"; 22 23 }; 23 24 }
+1
pkgs/applications/office/mendeley/default.nix
··· 39 39 license = licenses.unfree; 40 40 platforms = [ "x86_64-linux" ]; 41 41 maintainers = with maintainers; [ dtzWill atila ]; 42 + mainProgram = "mendeley-reference-manager"; 42 43 }; 43 44 44 45 }
+1
pkgs/applications/office/micropad/default.nix
··· 96 96 license = licenses.mpl20; 97 97 maintainers = with maintainers; [rhysmdnz]; 98 98 inherit (electron.meta) platforms; 99 + mainProgram = "micropad"; 99 100 }; 100 101 }
+1
pkgs/applications/office/notion-app-enhanced/default.nix
··· 28 28 license = licenses.unfree; 29 29 maintainers = with maintainers; [ sei40kr ]; 30 30 platforms = [ "x86_64-linux" ]; 31 + mainProgram = "notion-app-enhanced"; 31 32 }; 32 33 }
+1
pkgs/applications/office/p3x-onenote/default.nix
··· 47 47 license = licenses.mit; 48 48 maintainers = with maintainers; [ tiagolobocastro ]; 49 49 platforms = [ "x86_64-linux" "aarch64-linux" "armv7l-linux" ]; 50 + mainProgram = "p3x-onenote"; 50 51 }; 51 52 }
+1
pkgs/applications/office/pdfmm/default.nix
··· 53 53 homepage = "https://github.com/jpfleury/pdfmm"; 54 54 license = licenses.gpl3Only; 55 55 maintainers = with maintainers; [ urandom ]; 56 + mainProgram = "pdfmm"; 56 57 }; 57 58 }
+1
pkgs/applications/office/pinpoint/default.nix
··· 18 18 license = licenses.lgpl21; 19 19 platforms = platforms.linux; 20 20 maintainers = with maintainers; [ pSub ]; 21 + mainProgram = "pinpoint"; 21 22 }; 22 23 }
+1
pkgs/applications/office/rime-cli/default.nix
··· 19 19 description = "A command line tool to add customized vocabulary for Rime IME"; 20 20 license = licenses.asl20; 21 21 maintainers = with maintainers; [ urandom ]; 22 + mainProgram = "rime-cli"; 22 23 }; 23 24 }
+1
pkgs/applications/office/roam-research/darwin.nix
··· 30 30 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 31 31 license = licenses.unfree; 32 32 platforms = [ "x86_64-darwin" "aarch64-darwin" ]; 33 + mainProgram = "roam-research"; 33 34 }; 34 35 }
+1
pkgs/applications/office/roam-research/linux.nix
··· 69 69 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 70 70 license = licenses.unfree; 71 71 platforms = [ "x86_64-linux" ]; 72 + mainProgram = "roam-research"; 72 73 }; 73 74 }
+1
pkgs/applications/office/super-productivity/default.nix
··· 48 48 license = licenses.mit; 49 49 platforms = [ "x86_64-linux" ]; 50 50 maintainers = with maintainers; [ offline ]; 51 + mainProgram = "super-productivity"; 51 52 }; 52 53 }
+1
pkgs/applications/office/teapot/default.nix
··· 73 73 license = licenses.gpl3Plus; 74 74 maintainers = with maintainers; [ AndersonTorres ]; 75 75 platforms = platforms.unix; 76 + mainProgram = "teapot"; 76 77 }; 77 78 } 78 79 # TODO: patch/fix FLTK building
+1
pkgs/applications/office/timeular/default.nix
··· 42 42 license = licenses.unfree; 43 43 maintainers = with maintainers; [ ktor ]; 44 44 platforms = [ "x86_64-linux" ]; 45 + mainProgram = "timeular"; 45 46 }; 46 47 }
+1
pkgs/applications/office/tudu/default.nix
··· 21 21 homepage = "https://code.meskio.net/tudu/"; 22 22 license = licenses.gpl3; 23 23 platforms = platforms.unix; 24 + mainProgram = "tudu"; 24 25 }; 25 26 }
+1
pkgs/applications/office/tusk/default.nix
··· 48 48 license = licenses.mit; 49 49 maintainers = with maintainers; [ tbenst ]; 50 50 platforms = [ "x86_64-linux" ]; 51 + mainProgram = "tusk"; 51 52 }; 52 53 }
+1
pkgs/applications/office/zk/default.nix
··· 26 26 license = licenses.gpl3; 27 27 description = "A zettelkasten plain text note-taking assistant"; 28 28 homepage = "https://github.com/mickael-menu/zk"; 29 + mainProgram = "zk"; 29 30 }; 30 31 }
+1
pkgs/applications/radio/aldo/default.nix
··· 22 22 license = licenses.gpl3Plus; 23 23 maintainers = with maintainers; [ ]; 24 24 platforms = platforms.linux; 25 + mainProgram = "aldo"; 25 26 }; 26 27 }
+1
pkgs/applications/radio/anytone-emu/default.nix
··· 38 38 license = licenses.gpl3Only; 39 39 maintainers = with maintainers; [ janik ]; 40 40 platforms = platforms.linux; 41 + mainProgram = "anytone-emu"; 41 42 }; 42 43 }
+1
pkgs/applications/radio/cubicsdr/default.nix
··· 36 36 license = licenses.gpl2Plus; 37 37 maintainers = with maintainers; [ lasandell ]; 38 38 platforms = platforms.unix; 39 + mainProgram = "CubicSDR"; 39 40 }; 40 41 }
+1
pkgs/applications/radio/dmrconfig/default.nix
··· 47 47 license = licenses.asl20; 48 48 maintainers = with maintainers; [ ]; 49 49 platforms = platforms.linux; 50 + mainProgram = "dmrconfig"; 50 51 }; 51 52 }
+1
pkgs/applications/radio/dsd/default.nix
··· 34 34 license = licenses.gpl2; 35 35 platforms = platforms.unix; 36 36 maintainers = with maintainers; [ andrew-d ]; 37 + mainProgram = "dsd"; 37 38 }; 38 39 }
+1
pkgs/applications/radio/ebook2cw/default.nix
··· 28 28 license = licenses.gpl2; 29 29 platforms = platforms.all; 30 30 maintainers = with maintainers; [ earldouglas ]; 31 + mainProgram = "ebook2cw"; 31 32 }; 32 33 }
+1
pkgs/applications/radio/flamp/default.nix
··· 37 37 maintainers = with maintainers; [ stteague ]; 38 38 platforms = platforms.unix; 39 39 broken = stdenv.system == "x86_64-darwin"; 40 + mainProgram = "flamp"; 40 41 }; 41 42 })
+1
pkgs/applications/radio/flex-ndax/default.nix
··· 21 21 description = "FlexRadio digital audio transport (DAX) connector for PulseAudio"; 22 22 license = licenses.mit; 23 23 maintainers = with maintainers; [ mvs ]; 24 + mainProgram = "nDAX"; 24 25 }; 25 26 }
+1
pkgs/applications/radio/fllog/default.nix
··· 30 30 license = lib.licenses.gpl3Plus; 31 31 maintainers = with lib.maintainers; [ dysinger ]; 32 32 platforms = lib.platforms.linux; 33 + mainProgram = "fllog"; 33 34 }; 34 35 }
+1
pkgs/applications/radio/flmsg/default.nix
··· 30 30 license = lib.licenses.gpl3Plus; 31 31 maintainers = with lib.maintainers; [ dysinger ]; 32 32 platforms = lib.platforms.linux; 33 + mainProgram = "flmsg"; 33 34 }; 34 35 }
+1
pkgs/applications/radio/flrig/default.nix
··· 32 32 license = lib.licenses.gpl3Plus; 33 33 maintainers = with lib.maintainers; [ dysinger ]; 34 34 platforms = lib.platforms.linux; 35 + mainProgram = "flrig"; 35 36 }; 36 37 }
+1
pkgs/applications/radio/flwrap/default.nix
··· 30 30 license = lib.licenses.gpl3Plus; 31 31 maintainers = with lib.maintainers; [ dysinger ]; 32 32 platforms = lib.platforms.linux; 33 + mainProgram = "flwrap"; 33 34 }; 34 35 }
+1
pkgs/applications/radio/freedv/default.nix
··· 92 92 license = licenses.lgpl21; 93 93 maintainers = with maintainers; [ mvs wegank ]; 94 94 platforms = platforms.unix; 95 + mainProgram = "freedv"; 95 96 }; 96 97 }
+1
pkgs/applications/radio/kalibrate-hackrf/default.nix
··· 34 34 license = licenses.bsd2; 35 35 platforms = platforms.linux; 36 36 maintainers = [ maintainers.mog ]; 37 + mainProgram = "kal-hackrf"; 37 38 }; 38 39 }
+1
pkgs/applications/radio/kappanhang/default.nix
··· 22 22 license = licenses.mit; 23 23 platforms = platforms.linux; 24 24 maintainers = with maintainers; [ mvs ]; 25 + mainProgram = "kappanhang"; 25 26 }; 26 27 }
+1
pkgs/applications/radio/minimodem/default.nix
··· 36 36 license = lib.licenses.gpl3Plus; 37 37 platforms = with lib.platforms; linux; 38 38 maintainers = with lib.maintainers; [ relrod ]; 39 + mainProgram = "minimodem"; 39 40 }; 40 41 } 41 42
+1
pkgs/applications/radio/noaa-apt/default.nix
··· 66 66 maintainers = with maintainers; [ trepetti tmarkus ]; 67 67 platforms = platforms.all; 68 68 changelog = "https://github.com/martinber/noaa-apt/releases/tag/v${version}"; 69 + mainProgram = "noaa-apt"; 69 70 }; 70 71 }
+1
pkgs/applications/radio/pat/default.nix
··· 41 41 license = licenses.mit; 42 42 maintainers = with maintainers; [ dotemup sarcasticadmin ]; 43 43 platforms = platforms.unix; 44 + mainProgram = "pat"; 44 45 }; 45 46 }
+1
pkgs/applications/radio/rtl_433/default.nix
··· 25 25 license = licenses.gpl2Plus; 26 26 maintainers = with maintainers; [ earldouglas markuskowa ]; 27 27 platforms = platforms.all; 28 + mainProgram = "rtl_433"; 28 29 }; 29 30 }
+1
pkgs/applications/radio/sdrplay/default.nix
··· 64 64 license = licenses.unfree; 65 65 maintainers = with maintainers; [ pmenke zaninime ]; 66 66 platforms = platforms.linux; 67 + mainProgram = "sdrplay_apiService"; 67 68 }; 68 69 }
+1
pkgs/applications/radio/sdrpp/default.nix
··· 134 134 license = licenses.gpl3Only; 135 135 platforms = platforms.unix; 136 136 maintainers = with maintainers; [ sikmir ]; 137 + mainProgram = "sdrpp"; 137 138 }; 138 139 }
+1
pkgs/applications/radio/soapyremote/default.nix
··· 27 27 license = licenses.boost; 28 28 maintainers = with maintainers; [ markuskowa ]; 29 29 platforms = platforms.unix; 30 + mainProgram = "SoapySDRServer"; 30 31 }; 31 32 }
+1
pkgs/applications/radio/tncattach/default.nix
··· 28 28 license = licenses.mit; 29 29 maintainers = with maintainers; [ sarcasticadmin ]; 30 30 platforms = platforms.linux; 31 + mainProgram = "tncattach"; 31 32 }; 32 33 }
+1
pkgs/applications/radio/xlog/default.nix
··· 28 28 maintainers = [ maintainers.mafo ]; 29 29 license = licenses.gpl3; 30 30 platforms = platforms.unix; 31 + mainProgram = "xlog"; 31 32 }; 32 33 }
+1
pkgs/applications/search/doodle/default.nix
··· 17 17 license = lib.licenses.gpl2Plus; 18 18 maintainers = with lib.maintainers; [ viric ]; 19 19 platforms = with lib.platforms; linux; 20 + mainProgram = "doodle"; 20 21 }; 21 22 }
+1
pkgs/applications/search/grepcidr/default.nix
··· 17 17 license = licenses.gpl3; 18 18 platforms = platforms.unix; 19 19 maintainers = [ maintainers.fadenb ]; 20 + mainProgram = "grepcidr"; 20 21 }; 21 22 }
+1
pkgs/applications/search/grepm/default.nix
··· 29 29 license = licenses.free; 30 30 platforms = platforms.unix; 31 31 maintainers = [ maintainers.romildo ]; 32 + mainProgram = "grepm"; 32 33 }; 33 34 }
+1
pkgs/applications/system/mgmt/default.nix
··· 63 63 homepage = "https://mgmtconfig.com"; 64 64 license = licenses.gpl3Only; 65 65 maintainers = with maintainers; [ urandom ]; 66 + mainProgram = "mgmt"; 66 67 }; 67 68 }
+1
pkgs/applications/system/psitop/default.nix
··· 23 23 homepage = "https://github.com/jamespwilliams/psitop"; 24 24 license = licenses.mit; 25 25 maintainers = with maintainers; [ figsoda ]; 26 + mainProgram = "psitop"; 26 27 }; 27 28 }
+1
pkgs/applications/system/zxfer/default.nix
··· 82 82 changelog = "https://github.com/allanjude/zxfer/releases/tag/v${version}"; 83 83 license = licenses.bsd2; 84 84 maintainers = with lib.maintainers; [ urandom ]; 85 + mainProgram = "zxfer"; 85 86 }; 86 87 }
+1
pkgs/tools/admin/acme-sh/default.nix
··· 74 74 license = licenses.gpl3Only; 75 75 maintainers = with lib.maintainers; [ mkaito ] ++ teams.serokell.members; 76 76 inherit (coreutils.meta) platforms; 77 + mainProgram = "acme.sh"; 77 78 }; 78 79 }
+1
pkgs/tools/admin/afterburn/default.nix
··· 33 33 license = licenses.asl20; 34 34 maintainers = [ maintainers.arianvp ]; 35 35 platforms = platforms.linux; 36 + mainProgram = "afterburn"; 36 37 }; 37 38 }
+1
pkgs/tools/admin/analog/default.nix
··· 33 33 license = lib.licenses.gpl2; 34 34 description = "Powerful tool to generate web server statistics"; 35 35 platforms = lib.platforms.all; 36 + mainProgram = "analog"; 36 37 }; 37 38 38 39 }
+1
pkgs/tools/admin/aws-env/default.nix
··· 21 21 homepage = "https://github.com/Droplr/aws-env"; 22 22 license = licenses.mit; 23 23 maintainers = with maintainers; [ srhb ]; 24 + mainProgram = "aws-env"; 24 25 }; 25 26 }
+1
pkgs/tools/admin/aws-nuke/default.nix
··· 44 44 changelog = "https://github.com/rebuy-de/aws-nuke/releases/tag/v${version}"; 45 45 license = licenses.mit; 46 46 maintainers = with maintainers; [ grahamc ]; 47 + mainProgram = "aws-nuke"; 47 48 }; 48 49 }
+1
pkgs/tools/admin/aws-rotate-key/default.nix
··· 24 24 homepage = "https://github.com/Fullscreen/aws-rotate-key"; 25 25 license = licenses.mit; 26 26 maintainers = [ maintainers.mbode ]; 27 + mainProgram = "aws-rotate-key"; 27 28 }; 28 29 }
+1
pkgs/tools/admin/awsls/default.nix
··· 24 24 homepage = "https://github.com/jckuester/awsls"; 25 25 license = licenses.mit; 26 26 maintainers = [ maintainers.markus1189 ]; 27 + mainProgram = "awsls"; 27 28 }; 28 29 }
+1
pkgs/tools/admin/awsrm/default.nix
··· 24 24 homepage = "https://github.com/jckuester/awsrm"; 25 25 license = licenses.mit; 26 26 maintainers = [ maintainers.markus1189 ]; 27 + mainProgram = "awsrm"; 27 28 }; 28 29 }
+1
pkgs/tools/admin/awsweeper/default.nix
··· 22 22 homepage = "https://github.com/jckuester/awsweeper"; 23 23 license = licenses.mpl20; 24 24 maintainers = [ maintainers.marsam ]; 25 + mainProgram = "awsweeper"; 25 26 }; 26 27 }
+1
pkgs/tools/admin/berglas/default.nix
··· 56 56 description = "A tool for managing secrets on Google Cloud"; 57 57 homepage = "https://github.com/GoogleCloudPlatform/berglas"; 58 58 license = licenses.asl20; 59 + mainProgram = "berglas"; 59 60 }; 60 61 }
+1
pkgs/tools/admin/bom/default.nix
··· 65 65 description = "A utility to generate SPDX-compliant Bill of Materials manifests"; 66 66 license = licenses.asl20; 67 67 maintainers = with maintainers; [ developer-guy ]; 68 + mainProgram = "bom"; 68 69 }; 69 70 }
+1
pkgs/tools/admin/certigo/default.nix
··· 18 18 homepage = "https://github.com/square/certigo"; 19 19 license = licenses.asl20; 20 20 maintainers = [ maintainers.marsam ]; 21 + mainProgram = "certigo"; 21 22 }; 22 23 }
+1
pkgs/tools/admin/cf-vault/default.nix
··· 19 19 homepage = "https://github.com/jacobbednarz/cf-vault/"; 20 20 license = licenses.mit; 21 21 maintainers = with maintainers; [ viraptor ]; 22 + mainProgram = "cf-vault"; 22 23 }; 23 24 }
+1
pkgs/tools/admin/chamber/default.nix
··· 23 23 homepage = "https://github.com/segmentio/chamber"; 24 24 license = licenses.mit; 25 25 maintainers = with maintainers; [ kalekseev ]; 26 + mainProgram = "chamber"; 26 27 }; 27 28 }
+1
pkgs/tools/admin/cjdns-tools/default.nix
··· 42 42 license = licenses.gpl3Plus; 43 43 maintainers = with maintainers; [ ]; 44 44 platforms = platforms.linux; 45 + mainProgram = "cjdns-tools"; 45 46 }; 46 47 }
+1
pkgs/tools/admin/cli53/default.nix
··· 28 28 homepage = "https://github.com/barnybug/cli53"; 29 29 license = licenses.mit; 30 30 maintainers = with maintainers; [ benley ]; 31 + mainProgram = "cli53"; 31 32 }; 32 33 }
+1
pkgs/tools/admin/coldsnap/default.nix
··· 28 28 changelog = "https://github.com/awslabs/coldsnap/blob/${src.rev}/CHANGELOG.md"; 29 29 license = licenses.asl20; 30 30 maintainers = teams.determinatesystems.members; 31 + mainProgram = "coldsnap"; 31 32 }; 32 33 }
+1
pkgs/tools/admin/colmena/default.nix
··· 43 43 license = licenses.mit; 44 44 maintainers = with maintainers; [ zhaofengli ]; 45 45 platforms = platforms.linux ++ platforms.darwin; 46 + mainProgram = "colmena"; 46 47 }; 47 48 }
+1
pkgs/tools/admin/copilot-cli/default.nix
··· 44 44 changelog = "https://github.com/aws/copilot-cli/releases/tag/v${version}"; 45 45 license = licenses.asl20; 46 46 maintainers = with maintainers; [ jiegec ]; 47 + mainProgram = "copilot"; 47 48 }; 48 49 }
+1
pkgs/tools/admin/cw/default.nix
··· 18 18 homepage = "https://github.com/lucagrulla/cw"; 19 19 license = licenses.asl20; 20 20 maintainers = with maintainers; [ onthestairs ]; 21 + mainProgram = "cw"; 21 22 }; 22 23 }
+1
pkgs/tools/admin/damon/default.nix
··· 18 18 license = licenses.mpl20; 19 19 description = "A terminal UI (TUI) for HashiCorp Nomad"; 20 20 maintainers = teams.iog.members; 21 + mainProgram = "damon"; 21 22 }; 22 23 }
+1
pkgs/tools/admin/docker-credential-gcr/default.nix
··· 48 48 homepage = "https://github.com/GoogleCloudPlatform/docker-credential-gcr"; 49 49 license = licenses.asl20; 50 50 maintainers = with maintainers; [ suvash ]; 51 + mainProgram = "docker-credential-gcr"; 51 52 }; 52 53 }
+1
pkgs/tools/admin/ejson2env/default.nix
··· 26 26 homepage = "https://github.com/Shopify/ejson2env"; 27 27 maintainers = with maintainers; [ viraptor ]; 28 28 license = licenses.mit; 29 + mainProgram = "ejson2env"; 29 30 }; 30 31 }
+1
pkgs/tools/admin/fastlane/default.nix
··· 24 24 shahrukh330 25 25 marsam 26 26 ]; 27 + mainProgram = "fastlane"; 27 28 }; 28 29 }
+1
pkgs/tools/admin/fioctl/default.nix
··· 38 38 homepage = "https://github.com/foundriesio/fioctl"; 39 39 license = licenses.asl20; 40 40 maintainers = with maintainers; [ nixinator matthewcroughan ]; 41 + mainProgram = "fioctl"; 41 42 }; 42 43 }
+1
pkgs/tools/admin/gtk-vnc/default.nix
··· 74 74 license = licenses.lgpl2Plus; 75 75 maintainers = with maintainers; [ raskin offline ]; 76 76 platforms = platforms.unix; 77 + mainProgram = "gvnccapture"; 77 78 }; 78 79 }
+1
pkgs/tools/admin/iamy/default.nix
··· 22 22 homepage = "https://github.com/99designs/iamy"; 23 23 license = licenses.mit; 24 24 maintainers = with maintainers; [ suvash ]; 25 + mainProgram = "iamy"; 25 26 }; 26 27 }
+1
pkgs/tools/admin/infra/default.nix
··· 23 23 changelog = "https://github.com/infrahq/infra/raw/v${version}/CHANGELOG.md"; 24 24 license = licenses.elastic20; 25 25 maintainers = with maintainers; [ peterromfeldhk ]; 26 + mainProgram = "infra"; 26 27 }; 27 28 }
+1
pkgs/tools/admin/itamae/default.nix
··· 13 13 license = with licenses; mit; 14 14 maintainers = with maintainers; [ refi64 ]; 15 15 platforms = platforms.unix; 16 + mainProgram = "itamae"; 16 17 }; 17 18 }
+1
pkgs/tools/admin/kics/default.nix
··· 43 43 homepage = "https://github.com/Checkmarx/kics"; 44 44 license = licenses.asl20; 45 45 maintainers = with maintainers; [ patryk4815 ]; 46 + mainProgram = "kics"; 46 47 }; 47 48 }
+1
pkgs/tools/admin/lego/default.nix
··· 26 26 license = licenses.mit; 27 27 homepage = "https://go-acme.github.io/lego/"; 28 28 maintainers = teams.acme.members; 29 + mainProgram = "lego"; 29 30 }; 30 31 31 32 passthru.tests.lego = nixosTests.acme;
+1
pkgs/tools/admin/meshcentral/default.nix
··· 47 47 homepage = "https://meshcentral.com/"; 48 48 maintainers = with maintainers; [ ma27 ]; 49 49 license = licenses.asl20; 50 + mainProgram = "meshcentral"; 50 51 }; 51 52 }
+1
pkgs/tools/admin/netbox2netshot/default.nix
··· 36 36 homepage = "https://github.com/scaleway/netbox2netshot"; 37 37 license = licenses.asl20; 38 38 maintainers = with maintainers; [ janik ]; 39 + mainProgram = "netbox2netshot"; 39 40 }; 40 41 }
+1
pkgs/tools/admin/netplan/default.nix
··· 66 66 license = licenses.gpl3Only; 67 67 maintainers = with maintainers; [ mkg20001 ]; 68 68 platforms = platforms.linux; 69 + mainProgram = "netplan"; 69 70 }; 70 71 }
+1
pkgs/tools/admin/okta-aws-cli/default.nix
··· 22 22 homepage = "https://github.com/okta/okta-aws-cli"; 23 23 license = licenses.asl20; 24 24 maintainers = with maintainers; [ daniyalsuri6 ]; 25 + mainProgram = "okta-aws-cli"; 25 26 }; 26 27 }
+1
pkgs/tools/admin/ossutil/default.nix
··· 22 22 changelog = "https://github.com/aliyun/ossutil/blob/v${version}/CHANGELOG.md"; 23 23 license = licenses.mit; 24 24 maintainers = with maintainers; [ jpetrucciani ]; 25 + mainProgram = "ossutil"; 25 26 }; 26 27 }
+1
pkgs/tools/admin/pbm/default.nix
··· 13 13 license = licenses.unfree; 14 14 platforms = platforms.linux; 15 15 maintainers = with maintainers; [ anpin mdarocha ]; 16 + mainProgram = "pbm"; 16 17 }; 17 18 }
+1
pkgs/tools/admin/qovery-cli/default.nix
··· 41 41 changelog = "https://github.com/Qovery/qovery-cli/releases/tag/v${version}"; 42 42 license = with licenses; [ asl20 ]; 43 43 maintainers = with maintainers; [ fab ]; 44 + mainProgram = "qovery-cli"; 44 45 }; 45 46 }
+1
pkgs/tools/admin/realvnc-vnc-viewer/default.nix
··· 17 17 }; 18 18 maintainers = with maintainers; [ emilytrau onedragon ]; 19 19 platforms = [ "x86_64-linux" ] ++ platforms.darwin; 20 + mainProgram = "vncviewer"; 20 21 }; 21 22 in 22 23 if stdenv.isDarwin then callPackage ./darwin.nix { inherit pname version meta; }
+1
pkgs/tools/admin/rhoas/default.nix
··· 42 42 homepage = "https://github.com/redhat-developer/app-services-cli"; 43 43 changelog = "https://github.com/redhat-developer/app-services-cli/releases/v${version}"; 44 44 maintainers = with maintainers; [stehessel]; 45 + mainProgram = "rhoas"; 45 46 }; 46 47 }
+1
pkgs/tools/admin/sec/default.nix
··· 28 28 description = "Simple Event Correlator"; 29 29 maintainers = [ lib.maintainers.tv ]; 30 30 platforms = lib.platforms.all; 31 + mainProgram = "sec"; 31 32 }; 32 33 }
+1
pkgs/tools/admin/ssmsh/default.nix
··· 28 28 description = "An interactive shell for AWS Parameter Store"; 29 29 license = licenses.mit; 30 30 maintainers = with maintainers; [ dbirks ]; 31 + mainProgram = "ssmsh"; 31 32 }; 32 33 }
+1
pkgs/tools/admin/swapspace/default.nix
··· 41 41 license = licenses.gpl2Only; 42 42 platforms = platforms.linux; 43 43 maintainers = with maintainers; [ misuzu Luflosi ]; 44 + mainProgram = "swapspace"; 44 45 }; 45 46 }
+1
pkgs/tools/admin/syft/default.nix
··· 76 76 ''; 77 77 license = with licenses; [ asl20 ]; 78 78 maintainers = with maintainers; [ jk developer-guy kashw2 ]; 79 + mainProgram = "syft"; 79 80 }; 80 81 }
+1
pkgs/tools/admin/triton/default.nix
··· 40 40 homepage = "https://github.com/TritonDataCenter/node-triton"; 41 41 license = licenses.mpl20; 42 42 maintainers = with maintainers; [ teutat3s ]; 43 + mainProgram = "triton"; 43 44 }; 44 45 }
+1
pkgs/tools/admin/wander/default.nix
··· 29 29 license = licenses.mit; 30 30 homepage = "https://github.com/robinovitch61/wander"; 31 31 maintainers = teams.c3d2.members; 32 + mainProgram = "wander"; 32 33 }; 33 34 }
+1
pkgs/tools/admin/zbctl/default.nix
··· 45 45 * Updating variables and retries 46 46 * Viewing cluster status 47 47 ''; 48 + mainProgram = "zbctl"; 48 49 }; 49 50 }
+1
pkgs/tools/bluetooth/openobex/default.nix
··· 28 28 description = "An open source implementation of the Object Exchange (OBEX) protocol"; 29 29 platforms = platforms.linux; 30 30 license = licenses.lgpl2Plus; 31 + mainProgram = "obex-check-device"; 31 32 }; 32 33 }
+1
pkgs/tools/games/er-patcher/default.nix
··· 36 36 ''; 37 37 license = licenses.mit; 38 38 maintainers = [ maintainers.ivar ]; 39 + mainProgram = "er-patcher"; 39 40 }; 40 41 }
+1
pkgs/tools/games/ps3-disc-dumper/default.nix
··· 32 32 license = licenses.mit; 33 33 maintainers = with maintainers; [ evanjs ]; 34 34 platforms = [ "x86_64-linux" ]; 35 + mainProgram = "ps3-disc-dumper"; 35 36 }; 36 37 }
+1
pkgs/tools/games/slipstream/default.nix
··· 44 44 homepage = "https://github.com/Vhati/Slipstream-Mod-Manager"; 45 45 license = licenses.gpl2; 46 46 maintainers = with maintainers; [ mib ]; 47 + mainProgram = "slipstream"; 47 48 }; 48 49 }
+1
pkgs/tools/games/steam-rom-manager/default.nix
··· 24 24 license = licenses.gpl3Only; 25 25 maintainers = with maintainers; [ squarepear ]; 26 26 platforms = [ "x86_64-linux" ]; 27 + mainProgram = "steam-rom-manager"; 27 28 }; 28 29 }
+1
pkgs/tools/networking/aardvark-dns/default.nix
··· 26 26 license = licenses.asl20; 27 27 maintainers = with maintainers; [ ] ++ teams.podman.members; 28 28 platforms = platforms.linux; 29 + mainProgram = "aardvark-dns"; 29 30 }; 30 31 }
+1
pkgs/tools/networking/acme-client/default.nix
··· 34 34 platforms = platforms.unix; 35 35 license = licenses.isc; 36 36 maintainers = with maintainers; [ pmahoney ]; 37 + mainProgram = "acme-client"; 37 38 }; 38 39 } 39 40
+1
pkgs/tools/networking/ahcpd/default.nix
··· 19 19 description = "Autoconfiguration protocol for IPv6 and dual-stack IPv6/IPv4 networks"; 20 20 license = lib.licenses.mit; 21 21 platforms = lib.platforms.linux; 22 + mainProgram = "ahcpd"; 22 23 }; 23 24 }
+1
pkgs/tools/networking/ain/default.nix
··· 28 28 changelog = "https://github.com/jonaslu/ain/releases/tag/${src.rev}"; 29 29 license = licenses.mit; 30 30 maintainers = with maintainers; [ figsoda ]; 31 + mainProgram = "ain"; 31 32 }; 32 33 }
+1
pkgs/tools/networking/ali/default.nix
··· 23 23 license = licenses.mit; 24 24 platforms = platforms.linux ++ platforms.darwin; 25 25 maintainers = with maintainers; [ farcaller ]; 26 + mainProgram = "ali"; 26 27 }; 27 28 }
+1
pkgs/tools/networking/altermime/default.nix
··· 28 28 platforms = platforms.all; 29 29 license.fullName = "alterMIME LICENSE"; 30 30 downloadPage = "https://pldaniels.com/altermime/"; 31 + mainProgram = "altermime"; 31 32 }; 32 33 }
+1
pkgs/tools/networking/amass/default.nix
··· 47 47 changelog = "https://github.com/OWASP/Amass/releases/tag/v${version}"; 48 48 license = licenses.asl20; 49 49 maintainers = with maintainers; [ kalbasit fab ]; 50 + mainProgram = "amass"; 50 51 }; 51 52 }
+1
pkgs/tools/networking/anevicon/default.nix
··· 39 39 homepage = "https://github.com/rozgo/anevicon"; 40 40 license = licenses.gpl3Only; 41 41 maintainers = with maintainers; [ fab ]; 42 + mainProgram = "anevicon"; 42 43 }; 43 44 }
+1
pkgs/tools/networking/arping/default.nix
··· 32 32 license = with licenses; [ gpl2Plus ]; 33 33 maintainers = with maintainers; [ michalrus ]; 34 34 platforms = platforms.unix; 35 + mainProgram = "arping"; 35 36 }; 36 37 }
+1
pkgs/tools/networking/arpoison/default.nix
··· 26 26 license = with licenses; [ gpl2 ]; 27 27 maintainers = [ maintainers.michalrus ]; 28 28 platforms = platforms.unix; 29 + mainProgram = "arpoison"; 29 30 }; 30 31 }
+1
pkgs/tools/networking/atinout/default.nix
··· 26 26 platforms = platforms.unix; 27 27 license = licenses.gpl3; 28 28 maintainers = with maintainers; [ bendlas ]; 29 + mainProgram = "atinout"; 29 30 }; 30 31 }
+1
pkgs/tools/networking/axel/default.nix
··· 29 29 maintainers = with maintainers; [ pSub ]; 30 30 platforms = with platforms; unix; 31 31 license = licenses.gpl2; 32 + mainProgram = "axel"; 32 33 }; 33 34 }
+1
pkgs/tools/networking/babeld/default.nix
··· 31 31 license = licenses.mit; 32 32 maintainers = with maintainers; [ hexa ]; 33 33 platforms = platforms.linux; 34 + mainProgram = "babeld"; 34 35 }; 35 36 }
+1
pkgs/tools/networking/bandwhich/default.nix
··· 41 41 license = licenses.mit; 42 42 maintainers = with maintainers; [ Br1ght0ne figsoda ]; 43 43 platforms = platforms.unix; 44 + mainProgram = "bandwhich"; 44 45 }; 45 46 }
+1
pkgs/tools/networking/bgpdump/default.nix
··· 24 24 license = lib.licenses.hpnd; 25 25 maintainers = with lib.maintainers; [ lewo ]; 26 26 platforms = with lib.platforms; linux; 27 + mainProgram = "bgpdump"; 27 28 }; 28 29 }
+1
pkgs/tools/networking/bgpq3/default.nix
··· 17 17 license = licenses.bsd2; 18 18 maintainers = with maintainers; [ b4dm4n ]; 19 19 platforms = with platforms; unix; 20 + mainProgram = "bgpq3"; 20 21 }; 21 22 }
+1
pkgs/tools/networking/bgpq4/default.nix
··· 21 21 license = licenses.bsd2; 22 22 maintainers = with maintainers; [ vincentbernat ]; 23 23 platforms = with platforms; unix; 24 + mainProgram = "bgpq4"; 24 25 }; 25 26 }
+1
pkgs/tools/networking/biosdevname/default.nix
··· 24 24 license = licenses.gpl2; 25 25 platforms = ["x86_64-linux" "i686-linux"]; 26 26 maintainers = with maintainers; [ ]; 27 + mainProgram = "biosdevname"; 27 28 }; 28 29 }
+1
pkgs/tools/networking/bombardier/default.nix
··· 42 42 changelog = "https://github.com/codesenberg/bombardier/releases/tag/${src.rev}"; 43 43 license = licenses.mit; 44 44 maintainers = with maintainers; [ figsoda ]; 45 + mainProgram = "bombardier"; 45 46 }; 46 47 }
+1
pkgs/tools/networking/bore/default.nix
··· 45 45 homepage = "https://crates.io/crates/bore"; 46 46 license = licenses.isc; 47 47 maintainers = [ maintainers.delan ]; 48 + mainProgram = "bore"; 48 49 }; 49 50 }
+1
pkgs/tools/networking/boringtun/default.nix
··· 24 24 license = licenses.bsd3; 25 25 maintainers = with maintainers; [ xrelkd marsam ]; 26 26 platforms = platforms.linux ++ platforms.darwin; 27 + mainProgram = "boringtun-cli"; 27 28 }; 28 29 }
+1
pkgs/tools/networking/boundary/default.nix
··· 66 66 license = licenses.bsl11; 67 67 maintainers = with maintainers; [ jk techknowlogick ]; 68 68 platforms = platforms.unix; 69 + mainProgram = "boundary"; 69 70 }; 70 71 }
+1
pkgs/tools/networking/brook/default.nix
··· 18 18 description = "A cross-platform Proxy/VPN software"; 19 19 license = with licenses; [ gpl3Only ]; 20 20 maintainers = with maintainers; [ xrelkd ]; 21 + mainProgram = "brook"; 21 22 }; 22 23 }
+1
pkgs/tools/networking/bukubrow/default.nix
··· 43 43 homepage = "https://github.com/SamHH/bukubrow-host"; 44 44 license = licenses.gpl3; 45 45 maintainers = with maintainers; [ infinisil ]; 46 + mainProgram = "bukubrow"; 46 47 }; 47 48 } 48 49
+1
pkgs/tools/networking/bully/default.nix
··· 28 28 license = licenses.gpl3; 29 29 maintainers = with maintainers; [ edwtjo ]; 30 30 platforms = platforms.linux; 31 + mainProgram = "bully"; 31 32 }; 32 33 }
+1
pkgs/tools/networking/burpsuite/default.nix
··· 84 84 platforms = jdk.meta.platforms; 85 85 hydraPlatforms = [ ]; 86 86 maintainers = with maintainers; [ arcayr bennofs ]; 87 + mainProgram = "burpsuite"; 87 88 }; 88 89 }
+1
pkgs/tools/networking/cadaver/default.nix
··· 37 37 maintainers = with maintainers; [ ianwookim ]; 38 38 license = licenses.gpl2Plus; 39 39 platforms = with platforms; linux ++ freebsd ++ openbsd; 40 + mainProgram = "cadaver"; 40 41 }; 41 42 }
+1
pkgs/tools/networking/cassowary/default.nix
··· 20 20 description = "Modern cross-platform HTTP load-testing tool written in Go"; 21 21 license = licenses.mit; 22 22 maintainers = with maintainers; [ hugoreeves ]; 23 + mainProgram = "cassowary"; 23 24 }; 24 25 }
+1
pkgs/tools/networking/castnow/default.nix
··· 23 23 homepage = "commandline chromecast player"; 24 24 license = lib.licenses.mit; 25 25 maintainers = with lib.maintainers; [ ]; 26 + mainProgram = "castnow"; 26 27 }; 27 28 }
+1
pkgs/tools/networking/cdpr/default.nix
··· 34 34 license = licenses.gpl2Plus; 35 35 platforms = platforms.unix; 36 36 maintainers = [ maintainers.sgo ]; 37 + mainProgram = "cdpr"; 37 38 }; 38 39 }
+1
pkgs/tools/networking/cfspeedtest/default.nix
··· 23 23 license = with licenses; [ mit ]; 24 24 broken = stdenv.isDarwin; 25 25 maintainers = with maintainers; [ colemickens ]; 26 + mainProgram = "cfspeedtest"; 26 27 }; 27 28 }
+1
pkgs/tools/networking/chaos/default.nix
··· 26 26 changelog = "https://github.com/projectdiscovery/chaos-client/releases/tag/v${version}"; 27 27 license = licenses.mit; 28 28 maintainers = with maintainers; [ fab ]; 29 + mainProgram = "chaos"; 29 30 }; 30 31 }
+1
pkgs/tools/networking/checkip/default.nix
··· 30 30 changelog = "https://github.com/jreisinger/checkip/releases/tag/v${version}"; 31 31 license = licenses.asl20; 32 32 maintainers = with maintainers; [ fab ]; 33 + mainProgram = "checkip"; 33 34 }; 34 35 }
+1
pkgs/tools/networking/cksfv/default.nix
··· 15 15 maintainers = with maintainers; [ ]; 16 16 platforms = platforms.all; 17 17 license = licenses.gpl2; 18 + mainProgram = "cksfv"; 18 19 }; 19 20 }
+1
pkgs/tools/networking/cnping/default.nix
··· 28 28 license = with licenses; [ mit bsd3 ]; # dual licensed, MIT-x11 & BSD-3-Clause 29 29 maintainers = with maintainers; [ ckie ]; 30 30 platforms = platforms.linux; 31 + mainProgram = "cnping"; 31 32 }; 32 33 }
+1
pkgs/tools/networking/cntlm/default.nix
··· 32 32 maintainers.carlosdagos 33 33 ]; 34 34 platforms = platforms.linux ++ platforms.darwin; 35 + mainProgram = "cntlm"; 35 36 }; 36 37 }
+1
pkgs/tools/networking/cocom/default.nix
··· 28 28 homepage = "https://github.com/LamdaLamdaLamda/cocom"; 29 29 license = licenses.gpl3Only; 30 30 maintainers = with maintainers; [ fab ]; 31 + mainProgram = "cocom"; 31 32 }; 32 33 }
+1
pkgs/tools/networking/connect/default.nix
··· 25 25 license = lib.licenses.gpl2Plus; 26 26 platforms = lib.platforms.gnu ++ lib.platforms.linux ++ lib.platforms.darwin; 27 27 maintainers = with lib.maintainers; [ jcumming ]; 28 + mainProgram = "connect"; 28 29 }; 29 30 }
+1
pkgs/tools/networking/containerlab/default.nix
··· 42 42 license = licenses.bsd3; 43 43 platforms = platforms.linux; 44 44 maintainers = with maintainers; [ aaronjheng ]; 45 + mainProgram = "containerlab"; 45 46 }; 46 47 }
+1
pkgs/tools/networking/corerad/default.nix
··· 35 35 license = licenses.asl20; 36 36 maintainers = with maintainers; [ mdlayher ]; 37 37 platforms = platforms.linux; 38 + mainProgram = "corerad"; 38 39 }; 39 40 }
+1
pkgs/tools/networking/corkscrew/default.nix
··· 17 17 description = "A tool for tunneling SSH through HTTP proxies"; 18 18 license = lib.licenses.gpl2; 19 19 platforms = platforms.unix; 20 + mainProgram = "corkscrew"; 20 21 }; 21 22 } 22 23
+1
pkgs/tools/networking/crackle/default.nix
··· 20 20 homepage = "https://github.com/mikeryan/crackle"; 21 21 maintainers = with maintainers; [ moni ]; 22 22 license = licenses.bsd2; 23 + mainProgram = "crackle"; 23 24 }; 24 25 }
+1
pkgs/tools/networking/croc/default.nix
··· 37 37 homepage = "https://github.com/schollz/croc"; 38 38 license = licenses.mit; 39 39 maintainers = with maintainers; [ hugoreeves equirosa SuperSandro2000 ]; 40 + mainProgram = "croc"; 40 41 }; 41 42 }
+1
pkgs/tools/networking/curlie/default.nix
··· 29 29 homepage = "https://curlie.io/"; 30 30 maintainers = with maintainers; [ ma27 ]; 31 31 license = licenses.mit; 32 + mainProgram = "curlie"; 32 33 }; 33 34 }
+1
pkgs/tools/networking/darkstat/default.nix
··· 53 53 changelog = "https://github.com/emikulic/darkstat/releases/tag/${version}"; 54 54 license = licenses.gpl2Only; 55 55 platforms = with platforms; unix; 56 + mainProgram = "darkstat"; 56 57 }; 57 58 }
+1
pkgs/tools/networking/ddns-go/default.nix
··· 28 28 description = "Simple and easy to use DDNS"; 29 29 license = licenses.mit; 30 30 maintainers = with maintainers; [ oluceps ]; 31 + mainProgram = "ddns-go"; 31 32 }; 32 33 }
+1
pkgs/tools/networking/dhcpcd/default.nix
··· 65 65 platforms = platforms.linux; 66 66 license = licenses.bsd2; 67 67 maintainers = with maintainers; [ eelco ]; 68 + mainProgram = "dhcpcd"; 68 69 }; 69 70 }
+1
pkgs/tools/networking/dhcpdump/default.nix
··· 44 44 platforms = platforms.linux; 45 45 maintainers = with maintainers; [ nickcao ]; 46 46 license = licenses.bsd2; 47 + mainProgram = "dhcpdump"; 47 48 }; 48 49 }
+1
pkgs/tools/networking/dhcping/default.nix
··· 28 28 homepage = "http://www.mavetju.org/unix/general.php"; 29 29 license = licenses.bsd2; 30 30 platforms = platforms.unix; 31 + mainProgram = "dhcping"; 31 32 }; 32 33 }
+1
pkgs/tools/networking/dnscrypt-wrapper/default.nix
··· 29 29 license = licenses.isc; 30 30 maintainers = with maintainers; [ joachifm ]; 31 31 platforms = platforms.linux; 32 + mainProgram = "dnscrypt-wrapper"; 32 33 }; 33 34 }
+1
pkgs/tools/networking/dnsmon-go/default.nix
··· 26 26 homepage = "https://github.com/jonpulsifer/dnsmon-go"; 27 27 license = with licenses; [ mit ]; 28 28 maintainers = with maintainers; [ fab ]; 29 + mainProgram = "dnsmon-go"; 29 30 }; 30 31 }
+1
pkgs/tools/networking/dnsmonster/default.nix
··· 35 35 license = licenses.gpl2Only; 36 36 maintainers = with maintainers; [ fab ]; 37 37 broken = stdenv.isDarwin; 38 + mainProgram = "dnsmonster"; 38 39 }; 39 40 }
+1
pkgs/tools/networking/dnsproxy/default.nix
··· 22 22 homepage = "https://github.com/AdguardTeam/dnsproxy"; 23 23 license = licenses.asl20; 24 24 maintainers = with maintainers; [ contrun ]; 25 + mainProgram = "dnsproxy"; 25 26 }; 26 27 }
+1
pkgs/tools/networking/dnstake/default.nix
··· 31 31 homepage = "https://github.com/pwnesia/dnstake"; 32 32 license = with licenses; [ mit ]; 33 33 maintainers = with maintainers; [ fab ]; 34 + mainProgram = "dnstake"; 34 35 }; 35 36 }
+1
pkgs/tools/networking/dnstop/default.nix
··· 20 20 homepage = "http://dns.measurement-factory.com/tools/dnstop"; 21 21 license = lib.licenses.bsd3; 22 22 platforms = lib.platforms.unix; 23 + mainProgram = "dnstop"; 23 24 }; 24 25 }
+1
pkgs/tools/networking/dnstracer/default.nix
··· 30 30 license = licenses.bsd2; 31 31 maintainers = with maintainers; [ ]; 32 32 platforms = platforms.all; 33 + mainProgram = "dnstracer"; 33 34 }; 34 35 }
+1
pkgs/tools/networking/driftnet/default.nix
··· 55 55 license = licenses.gpl2Plus; 56 56 maintainers = with maintainers; [ offline ]; 57 57 platforms = platforms.linux ++ platforms.darwin; 58 + mainProgram = "driftnet"; 58 59 }; 59 60 }
+1
pkgs/tools/networking/drill/default.nix
··· 38 38 homepage = "https://github.com/fcsonline/drill"; 39 39 license = licenses.gpl3Only; 40 40 maintainers = with maintainers; [ Br1ght0ne ]; 41 + mainProgram = "drill"; 41 42 }; 42 43 }
+1
pkgs/tools/networking/ebpf-verifier/default.nix
··· 54 54 license = licenses.mit; 55 55 platforms = platforms.linux; 56 56 maintainers = with maintainers; [ gaelreyrol ]; 57 + mainProgram = "ebpf-verifier"; 57 58 }; 58 59 }
+1
pkgs/tools/networking/edgedb/default.nix
··· 69 69 homepage = "https://www.edgedb.com/docs/cli/index"; 70 70 license = with licenses; [ asl20 /* or */ mit ]; 71 71 maintainers = with maintainers; [ ahirner kirillrdy ]; 72 + mainProgram = "edgedb"; 72 73 }; 73 74 }
+1
pkgs/tools/networking/email/default.nix
··· 47 47 license = with lib.licenses; [ gpl2 ]; 48 48 homepage = "https://deanproxy.com/code"; 49 49 platforms = lib.platforms.unix; 50 + mainProgram = "email"; 50 51 }; 51 52 }
+1
pkgs/tools/networking/fakeroute/default.nix
··· 18 18 homepage = "https://maxwell.ydns.eu/git/rnhmjoj/fakeroute"; 19 19 license = licenses.bsd3; 20 20 platforms = platforms.linux; 21 + mainProgram = "fakeroute"; 21 22 }; 22 23 }
+1
pkgs/tools/networking/fast-ssh/default.nix
··· 35 35 homepage = "https://github.com/julien-r44/fast-ssh"; 36 36 license = licenses.mit; 37 37 maintainers = with maintainers; [ fab ]; 38 + mainProgram = "fast-ssh"; 38 39 }; 39 40 }
+1
pkgs/tools/networking/fastd/default.nix
··· 54 54 license = with licenses; [ bsd2 bsd3 ]; 55 55 platforms = platforms.linux; 56 56 maintainers = with maintainers; [ fpletz ]; 57 + mainProgram = "fastd"; 57 58 }; 58 59 }
+1
pkgs/tools/networking/filegive/default.nix
··· 19 19 description = "Easy p2p file sending program"; 20 20 license = licenses.agpl3Plus; 21 21 maintainers = with maintainers; [ viric ]; 22 + mainProgram = "filegive"; 22 23 }; 23 24 }
+1
pkgs/tools/networking/findomain/default.nix
··· 54 54 changelog = "https://github.com/Findomain/Findomain/releases/tag/${version}"; 55 55 license = licenses.gpl3Plus; 56 56 maintainers = with maintainers; [ Br1ght0ne figsoda ]; 57 + mainProgram = "findomain"; 57 58 }; 58 59 }
+1
pkgs/tools/networking/flannel/default.nix
··· 27 27 homepage = "https://github.com/flannel-io/flannel"; 28 28 maintainers = with maintainers; [ johanot offline ]; 29 29 platforms = with platforms; linux; 30 + mainProgram = "flannel"; 30 31 }; 31 32 }
+1
pkgs/tools/networking/fping/default.nix
··· 16 16 description = "Send ICMP echo probes to network hosts"; 17 17 license = licenses.bsd0; 18 18 platforms = platforms.all; 19 + mainProgram = "fping"; 19 20 }; 20 21 }
+1
pkgs/tools/networking/gemget/default.nix
··· 18 18 homepage = "https://github.com/makeworld-the-better-one/gemget"; 19 19 license = licenses.mit; 20 20 maintainers = with maintainers; [ amfl ]; 21 + mainProgram = "gemget"; 21 22 }; 22 23 }
+1
pkgs/tools/networking/ghostunnel/default.nix
··· 39 39 changelog = "https://github.com/ghostunnel/ghostunnel/releases/tag/v${version}"; 40 40 license = licenses.asl20; 41 41 maintainers = with maintainers; [ roberth ]; 42 + mainProgram = "ghostunnel"; 42 43 }; 43 44 }
+1
pkgs/tools/networking/go-shadowsocks2/default.nix
··· 18 18 homepage = "https://github.com/shadowsocks/go-shadowsocks2/"; 19 19 license = licenses.asl20; 20 20 maintainers = with maintainers; [ oxzi ]; 21 + mainProgram = "go-shadowsocks2"; 21 22 }; 22 23 }
+1
pkgs/tools/networking/gobgp/default.nix
··· 28 28 homepage = "https://osrg.github.io/gobgp/"; 29 29 license = licenses.asl20; 30 30 maintainers = with maintainers; [ higebu ]; 31 + mainProgram = "gobgp"; 31 32 }; 32 33 }
+1
pkgs/tools/networking/godns/default.nix
··· 34 34 changelog = "https://github.com/TimothyYe/godns/releases/tag/v${version}"; 35 35 license = licenses.asl20; 36 36 maintainers = with maintainers; [ yinfeng ]; 37 + mainProgram = "godns"; 37 38 }; 38 39 }
+1
pkgs/tools/networking/godspeed/default.nix
··· 32 32 homepage = "https://github.com/redcode-labs/GodSpeed"; 33 33 license = with licenses; [ mit ]; 34 34 maintainers = with maintainers; [ fab ] ++ teams.redcodelabs.members; 35 + mainProgram = "godspeed"; 35 36 }; 36 37 }
+1
pkgs/tools/networking/gof5/default.nix
··· 26 26 homepage = "https://github.com/kayrus/gof5"; 27 27 license = licenses.asl20; 28 28 maintainers = with maintainers; [ leixb ]; 29 + mainProgram = "gof5"; 29 30 }; 30 31 }
+1
pkgs/tools/networking/goreplay/default.nix
··· 32 32 license = lib.licenses.lgpl3Only; 33 33 description = "Open-source tool for capturing and replaying live HTTP traffic"; 34 34 maintainers = with lib.maintainers; [ lovek323 ]; 35 + mainProgram = "goreplay"; 35 36 }; 36 37 }
+1
pkgs/tools/networking/gost/default.nix
··· 56 56 homepage = "https://github.com/ginuerzh/gost"; 57 57 license = licenses.mit; 58 58 maintainers = with maintainers; [ pmy ]; 59 + mainProgram = "gost"; 59 60 }; 60 61 }
+1
pkgs/tools/networking/gping/default.nix
··· 42 42 changelog = "https://github.com/orf/gping/releases/tag/gping-v${version}"; 43 43 license = licenses.mit; 44 44 maintainers = with maintainers; [ andrew-d ]; 45 + mainProgram = "gping"; 45 46 }; 46 47 }
+1
pkgs/tools/networking/grpc_cli/default.nix
··· 28 28 license = licenses.asl20; 29 29 maintainers = with maintainers; [ doriath ]; 30 30 platforms = platforms.linux; 31 + mainProgram = "grpc_cli"; 31 32 }; 32 33 }
+1
pkgs/tools/networking/grpcui/default.nix
··· 25 25 license = licenses.mit; 26 26 maintainers = with maintainers; [ pradyuman ]; 27 27 platforms = platforms.linux ++ platforms.darwin; 28 + mainProgram = "grpcui"; 28 29 }; 29 30 }
+1
pkgs/tools/networking/grpcurl/default.nix
··· 22 22 homepage = "https://github.com/fullstorydev/grpcurl"; 23 23 license = licenses.mit; 24 24 maintainers = with maintainers; [ knl ]; 25 + mainProgram = "grpcurl"; 25 26 }; 26 27 }
+1
pkgs/tools/networking/hans/default.nix
··· 34 34 homepage = "https://code.gerade.org/hans/"; 35 35 license = licenses.gpl3Plus; 36 36 platforms = platforms.linux; 37 + mainProgram = "hans"; 37 38 }; 38 39 }
+1
pkgs/tools/networking/hey/default.nix
··· 18 18 homepage = "https://github.com/rakyll/hey"; 19 19 license = licenses.asl20; 20 20 maintainers = with maintainers; [ Br1ght0ne ]; 21 + mainProgram = "hey"; 21 22 }; 22 23 }
+1
pkgs/tools/networking/horst/default.nix
··· 38 38 maintainers = [ maintainers.fpletz ]; 39 39 license = licenses.gpl2Plus; 40 40 platforms = platforms.linux; 41 + mainProgram = "horst"; 41 42 }; 42 43 }
+1
pkgs/tools/networking/hss/default.nix
··· 30 30 license = licenses.mit; 31 31 maintainers = with maintainers; [ nixy ]; 32 32 platforms = platforms.unix; 33 + mainProgram = "hss"; 33 34 }; 34 35 }
+1
pkgs/tools/networking/htpdate/default.nix
··· 21 21 platforms = platforms.linux; 22 22 license = licenses.gpl2Plus; 23 23 maintainers = with maintainers; [ julienmalka ]; 24 + mainProgram = "htpdate"; 24 25 }; 25 26 }
+1
pkgs/tools/networking/httperf/default.nix
··· 32 32 maintainers = with maintainers; [ ]; 33 33 license = licenses.gpl2; 34 34 platforms = platforms.all; 35 + mainProgram = "httperf"; 35 36 }; 36 37 37 38 }
+1
pkgs/tools/networking/httping/default.nix
··· 58 58 license = licenses.agpl3Only; 59 59 maintainers = []; 60 60 platforms = platforms.linux ++ platforms.darwin; 61 + mainProgram = "httping"; 61 62 }; 62 63 }
+1
pkgs/tools/networking/httplab/default.nix
··· 28 28 description = "Interactive WebServer"; 29 29 license = licenses.mit; 30 30 maintainers = with maintainers; [ pradeepchhetri ]; 31 + mainProgram = "httplab"; 31 32 }; 32 33 }
+1
pkgs/tools/networking/httprobe/default.nix
··· 23 23 homepage = "https://github.com/tomnomnom/httprobe"; 24 24 license = licenses.mit; 25 25 maintainers = with maintainers; [ figsoda ]; 26 + mainProgram = "httprobe"; 26 27 }; 27 28 }
+1
pkgs/tools/networking/hue-cli/default.nix
··· 13 13 license = licenses.mit; 14 14 platforms = platforms.unix; 15 15 maintainers = with maintainers; [ manveru nicknovitski ]; 16 + mainProgram = "hue"; 16 17 }; 17 18 }
+1
pkgs/tools/networking/hysteria/default.nix
··· 38 38 license = licenses.mit; 39 39 platforms = platforms.unix; 40 40 maintainers = with maintainers; [ oluceps ]; 41 + mainProgram = "hysteria"; 41 42 }; 42 43 }
+1
pkgs/tools/networking/i2p/default.nix
··· 81 81 ]; 82 82 platforms = [ "x86_64-linux" "i686-linux" "aarch64-linux" ]; 83 83 maintainers = with maintainers; [ joelmo ]; 84 + mainProgram = "i2prouter-plain"; 84 85 }; 85 86 })
+1
pkgs/tools/networking/i2pd/default.nix
··· 45 45 license = licenses.bsd3; 46 46 maintainers = with maintainers; [ edwtjo ]; 47 47 platforms = platforms.unix; 48 + mainProgram = "i2pd"; 48 49 }; 49 50 }
+1
pkgs/tools/networking/ifstat-legacy/default.nix
··· 26 26 maintainers = with maintainers; [ peterhoeg ]; 27 27 platforms = platforms.unix; 28 28 license = licenses.gpl2; 29 + mainProgram = "ifstat-legacy"; 29 30 }; 30 31 }
+1
pkgs/tools/networking/iftop/default.nix
··· 38 38 homepage = "http://ex-parrot.com/pdw/iftop/"; 39 39 platforms = platforms.unix; 40 40 maintainers = [ ]; 41 + mainProgram = "iftop"; 41 42 }; 42 43 }
+1
pkgs/tools/networking/igmpproxy/default.nix
··· 22 22 # The maintainer is using this on linux, but if you test it on other platforms 23 23 # please add them here! 24 24 platforms = platforms.linux; 25 + mainProgram = "igmpproxy"; 25 26 }; 26 27 }
+1
pkgs/tools/networking/inadyn/default.nix
··· 29 29 license = licenses.gpl2Plus; 30 30 maintainers = with maintainers; [ ]; 31 31 platforms = platforms.linux; 32 + mainProgram = "inadyn"; 32 33 }; 33 34 }
+1
pkgs/tools/networking/ip2location/default.nix
··· 24 24 homepage = "https://www.ip2location.com/free/applications"; 25 25 license = with licenses; [ gpl3Plus lgpl3Plus ]; 26 26 platforms = platforms.linux; 27 + mainProgram = "ip2location"; 27 28 }; 28 29 }
+1
pkgs/tools/networking/ip2unix/default.nix
··· 42 42 platforms = lib.platforms.linux; 43 43 license = lib.licenses.lgpl3; 44 44 maintainers = [ lib.maintainers.aszlig ]; 45 + mainProgram = "ip2unix"; 45 46 }; 46 47 }
+1
pkgs/tools/networking/ipcalc/default.nix
··· 56 56 license = licenses.gpl2Plus; 57 57 maintainers = with maintainers; [ peterhoeg ]; 58 58 platforms = platforms.unix; 59 + mainProgram = "ipcalc"; 59 60 }; 60 61 }
+1
pkgs/tools/networking/ivpn/default.nix
··· 41 41 changelog = "https://github.com/ivpn/desktop-app/releases/tag/v${version}"; 42 42 license = licenses.gpl3Only; 43 43 maintainers = with maintainers; [ urandom ataraxiasjel ]; 44 + mainProgram = "ivpn"; 44 45 }; 45 46 })) { 46 47 ivpn = {
+1
pkgs/tools/networking/jnettop/default.nix
··· 42 42 homepage = "https://sourceforge.net/projects/jnettop/"; 43 43 license = lib.licenses.gpl2Plus; 44 44 platforms = lib.platforms.unix; 45 + mainProgram = "jnettop"; 45 46 }; 46 47 }
+1
pkgs/tools/networking/kail/default.nix
··· 24 24 homepage = "https://github.com/boz/kail"; 25 25 license = licenses.mit; 26 26 maintainers = with maintainers; [ offline vdemeester ]; 27 + mainProgram = "kail"; 27 28 }; 28 29 }
+1
pkgs/tools/networking/kapp/default.nix
··· 39 39 homepage = "https://carvel.dev/kapp/"; 40 40 license = licenses.asl20; 41 41 maintainers = with maintainers; [ brodes ]; 42 + mainProgram = "kapp"; 42 43 }; 43 44 }
+1
pkgs/tools/networking/keama/default.nix
··· 27 27 license = licenses.mpl20; 28 28 platforms = platforms.unix; 29 29 maintainers = with maintainers; [ blitz ]; 30 + mainProgram = "keama"; 30 31 }; 31 32 }
+1
pkgs/tools/networking/labctl/default.nix
··· 37 37 homepage = "https://labctl.net"; 38 38 license = licenses.asl20; 39 39 maintainers = with maintainers; [ janik ]; 40 + mainProgram = "labctl"; 40 41 }; 41 42 }
+1
pkgs/tools/networking/libreswan/default.nix
··· 157 157 platforms = platforms.linux ++ platforms.freebsd; 158 158 license = with licenses; [ gpl2Plus mpl20 ] ; 159 159 maintainers = with maintainers; [ afranchuk rnhmjoj ]; 160 + mainProgram = "ipsec"; 160 161 }; 161 162 }
+1
pkgs/tools/networking/linux-router/default.nix
··· 94 94 license = licenses.lgpl21Only; 95 95 maintainers = with maintainers; [ x3ro ]; 96 96 platforms = platforms.linux; 97 + mainProgram = "lnxrouter"; 97 98 }; 98 99 }
+1
pkgs/tools/networking/lxi-tools/default.nix
··· 50 50 license = licenses.bsd3; 51 51 platforms = platforms.unix; 52 52 maintainers = [ maintainers.vq ]; 53 + mainProgram = "lxi"; 53 54 }; 54 55 }
+1
pkgs/tools/networking/lychee/default.nix
··· 47 47 downloadPage = "https://github.com/lycheeverse/lychee/releases/tag/v${version}"; 48 48 license = with licenses; [ asl20 mit ]; 49 49 maintainers = with maintainers; [ totoroot tuxinaut ]; 50 + mainProgram = "lychee"; 50 51 }; 51 52 }
+1
pkgs/tools/networking/mailsend/default.nix
··· 44 44 platforms = platforms.linux; 45 45 homepage = "https://github.com/muquit/mailsend"; 46 46 downloadPage = "https://github.com/muquit/mailsend/releases"; 47 + mainProgram = "mailsend"; 47 48 }; 48 49 }
+1
pkgs/tools/networking/maphosts/default.nix
··· 25 25 license = licenses.mit; 26 26 maintainers = with maintainers; [ mpscholten nicknovitski ]; 27 27 platforms = platforms.all; 28 + mainProgram = "maphosts"; 28 29 }; 29 30 }
+1
pkgs/tools/networking/mbidled/default.nix
··· 35 35 license = licenses.unlicense; 36 36 maintainers = with maintainers; [ laalsaas ]; 37 37 platforms = platforms.linux; 38 + mainProgram = "mbidled"; 38 39 }; 39 40 }
+1
pkgs/tools/networking/mcrcon/default.nix
··· 29 29 ''; 30 30 maintainers = with lib.maintainers; [ dermetfan ]; 31 31 license = with lib.licenses; [ zlib libpng ]; 32 + mainProgram = "mcrcon"; 32 33 }; 33 34 }
+1
pkgs/tools/networking/mdk4/default.nix
··· 29 29 homepage = "https://github.com/aircrack-ng/mdk4"; 30 30 maintainers = with maintainers; [ moni ]; 31 31 license = licenses.gpl2Plus; 32 + mainProgram = "mdk4"; 32 33 }; 33 34 }
+1
pkgs/tools/networking/memtier-benchmark/default.nix
··· 27 27 license = lib.licenses.gpl2; 28 28 platforms = lib.platforms.linux; 29 29 maintainers = with lib.maintainers; [ thoughtpolice ]; 30 + mainProgram = "memtier_benchmark"; 30 31 }; 31 32 }
+1
pkgs/tools/networking/minidlna/default.nix
··· 38 38 homepage = "https://sourceforge.net/projects/minidlna/"; 39 39 license = licenses.gpl2; 40 40 platforms = platforms.linux; 41 + mainProgram = "minidlnad"; 41 42 }; 42 43 }
+1
pkgs/tools/networking/minissdpd/default.nix
··· 35 35 downloadPage = "http://miniupnp.free.fr/files/"; 36 36 license = licenses.bsd3; 37 37 platforms = platforms.linux; 38 + mainProgram = "minissdpd"; 38 39 }; 39 40 }
+1
pkgs/tools/networking/mmsd-tng/default.nix
··· 49 49 license = licenses.gpl2Plus; 50 50 maintainers = with maintainers; [ julm ]; 51 51 platforms = platforms.linux; 52 + mainProgram = "mmsdtng"; 52 53 }; 53 54 }
+1
pkgs/tools/networking/mockoon/default.nix
··· 36 36 homepage = "https://mockoon.com"; 37 37 license = licenses.mit; 38 38 maintainers = with maintainers; [ dit7ya ]; 39 + mainProgram = "mockoon"; 39 40 }; 40 41 }
+1
pkgs/tools/networking/mole/default.nix
··· 29 29 license = with licenses; [ mit ]; 30 30 maintainers = with maintainers; [ fab ]; 31 31 broken = stdenv.isDarwin; # build fails with go > 1.17 32 + mainProgram = "mole"; 32 33 }; 33 34 }
+1
pkgs/tools/networking/motrix/default.nix
··· 35 35 platforms = [ "x86_64-linux" ]; 36 36 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 37 37 maintainers = with maintainers; [ dit7ya ]; 38 + mainProgram = "motrix"; 38 39 }; 39 40 }
+1
pkgs/tools/networking/mozwire/default.nix
··· 29 29 homepage = "https://github.com/NilsIrl/MozWire"; 30 30 license = licenses.gpl3; 31 31 maintainers = with maintainers; [ siraben nilsirl ]; 32 + mainProgram = "mozwire"; 32 33 }; 33 34 }
+1
pkgs/tools/networking/mqtt-benchmark/default.nix
··· 22 22 changelog = "https://github.com/krylovsk/mqtt-benchmark/releases/tag/v${version}"; 23 23 license = licenses.asl20; 24 24 maintainers = with maintainers; [ fab ]; 25 + mainProgram = "mqtt-benchmark"; 25 26 }; 26 27 }
+1
pkgs/tools/networking/mqttui/default.nix
··· 26 26 changelog = "https://github.com/EdJoPaTo/mqttui/blob/v${version}/CHANGELOG.md"; 27 27 license = licenses.gpl3Only; 28 28 maintainers = with maintainers; [ fab ]; 29 + mainProgram = "mqttui"; 29 30 }; 30 31 }
+1
pkgs/tools/networking/mtr-exporter/default.nix
··· 21 21 homepage = "https://github.com/mgumz/mtr-exporter"; 22 22 license = licenses.bsd3; 23 23 maintainers = with maintainers; [ jakubgs ]; 24 + mainProgram = "mtr-exporter"; 24 25 }; 25 26 }
+1
pkgs/tools/networking/mubeng/default.nix
··· 28 28 changelog = "https://github.com/kitabisa/mubeng/releases/tag/v${version}"; 29 29 license = with licenses; [ asl20 ]; 30 30 maintainers = with maintainers; [ fab ]; 31 + mainProgram = "mubeng"; 31 32 }; 32 33 }
+1
pkgs/tools/networking/muffet/default.nix
··· 22 22 changelog = "https://github.com/raviqqe/muffet/releases/tag/v${version}"; 23 23 license = licenses.mit; 24 24 maintainers = with maintainers; [ figsoda ]; 25 + mainProgram = "muffet"; 25 26 }; 26 27 }
+1
pkgs/tools/networking/nat-traverse/default.nix
··· 33 33 license = licenses.gpl3Plus; 34 34 platforms = platforms.all; 35 35 maintainers = [ maintainers.iblech ]; 36 + mainProgram = "nat-traverse"; 36 37 }; 37 38 }
+1
pkgs/tools/networking/netassert/default.nix
··· 36 36 ''; 37 37 license = licenses.asl20; 38 38 maintainers = with maintainers; [ jk ]; 39 + mainProgram = "netassert"; 39 40 }; 40 41 }
+1
pkgs/tools/networking/netdiscover/default.nix
··· 22 22 license = licenses.gpl3Plus; 23 23 maintainers = with maintainers; [ vdot0x23 ]; 24 24 platforms = platforms.unix; 25 + mainProgram = "netdiscover"; 25 26 }; 26 27 }
+1
pkgs/tools/networking/nethogs/default.nix
··· 32 32 homepage = "https://github.com/raboof/nethogs#readme"; 33 33 platforms = platforms.linux; 34 34 maintainers = [ maintainers.rycee ]; 35 + mainProgram = "nethogs"; 35 36 }; 36 37 }
+1
pkgs/tools/networking/nethoscope/default.nix
··· 53 53 license = licenses.isc; 54 54 maintainers = with maintainers; [ _0x4A6F ]; 55 55 platforms = platforms.linux; 56 + mainProgram = "nethoscope"; 56 57 }; 57 58 58 59 }
+1
pkgs/tools/networking/netifd/default.nix
··· 54 54 license = licenses.lgpl21Only; 55 55 platforms = platforms.linux; 56 56 maintainers = with maintainers; [ mkg20001 ]; 57 + mainProgram = "netifd"; 57 58 }; 58 59 }
+1
pkgs/tools/networking/netmask/default.nix
··· 20 20 license = licenses.gpl2; 21 21 platforms = platforms.linux; 22 22 maintainers = [ maintainers.jensbin ]; 23 + mainProgram = "netmask"; 23 24 }; 24 25 }
+1
pkgs/tools/networking/nettee/default.nix
··· 19 19 license = lib.licenses.gpl2; 20 20 maintainers = with lib.maintainers; [ Profpatsch ]; 21 21 platforms = lib.platforms.linux; 22 + mainProgram = "nettee"; 22 23 }; 23 24 24 25 outputs = [ "bin" "man" "doc" "out" ];
+1
pkgs/tools/networking/nexttrace/default.nix
··· 29 29 homepage = "https://mtr.moe"; 30 30 license = licenses.gpl3Only; 31 31 maintainers = with maintainers; [ sharzy ]; 32 + mainProgram = "nexttrace"; 32 33 }; 33 34 } 34 35
+1
pkgs/tools/networking/nfstrace/default.nix
··· 55 55 description = "NFS and CIFS tracing/monitoring/capturing/analyzing tool"; 56 56 license = licenses.gpl2; 57 57 platforms = platforms.linux; 58 + mainProgram = "nfstrace"; 58 59 }; 59 60 }
+1
pkgs/tools/networking/ngrep/default.nix
··· 52 52 }; 53 53 platforms = with platforms; linux ++ darwin; 54 54 maintainers = [ maintainers.bjornfor ]; 55 + mainProgram = "ngrep"; 55 56 }; 56 57 }
+1
pkgs/tools/networking/ngrok/default.nix
··· 42 42 license = licenses.unfree; 43 43 platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; 44 44 maintainers = with maintainers; [ bobvanderlinden brodes ]; 45 + mainProgram = "ngrok"; 45 46 }; 46 47 }
+1
pkgs/tools/networking/noip/default.nix
··· 24 24 license = lib.licenses.gpl2; 25 25 maintainers = [ lib.maintainers.iand675 ]; 26 26 platforms = platforms.linux; 27 + mainProgram = "noip2"; 27 28 }; 28 29 }
+1
pkgs/tools/networking/norouter/default.nix
··· 31 31 homepage = "https://github.com/norouter/norouter"; 32 32 license = licenses.asl20; 33 33 maintainers = with maintainers; [ blaggacao ]; 34 + mainProgram = "norouter"; 34 35 }; 35 36 }
+1
pkgs/tools/networking/ntopng/default.nix
··· 89 89 license = licenses.gpl3Plus; 90 90 platforms = platforms.linux ++ platforms.darwin; 91 91 maintainers = with maintainers; [ bjornfor ]; 92 + mainProgram = "ntopng"; 92 93 }; 93 94 })
+1
pkgs/tools/networking/ntttcp/default.nix
··· 26 26 license = licenses.mit; 27 27 maintainers = with maintainers; [ delroth ]; 28 28 platforms = platforms.linux; 29 + mainProgram = "ntttcp"; 29 30 }; 30 31 }
+1
pkgs/tools/networking/nuttcp/default.nix
··· 46 46 homepage = "http://nuttcp.net/"; 47 47 maintainers = with maintainers; [ ]; 48 48 platforms = platforms.unix; 49 + mainProgram = "nuttcp"; 49 50 }; 50 51 }
+1
pkgs/tools/networking/nylon/default.nix
··· 26 26 license = licenses.bsdOriginal; 27 27 maintainers = with maintainers; [ edwtjo ]; 28 28 platforms = platforms.linux; 29 + mainProgram = "nylon"; 29 30 }; 30 31 }
+1
pkgs/tools/networking/nzbget/default.nix
··· 55 55 description = "A command line tool for downloading files from news servers"; 56 56 maintainers = with maintainers; [ pSub ]; 57 57 platforms = with platforms; unix; 58 + mainProgram = "nzbget"; 58 59 }; 59 60 })
+1
pkgs/tools/networking/oapi-codegen/default.nix
··· 25 25 changelog = "https://github.com/deepmap/oapi-codegen/releases/tag/v${version}"; 26 26 license = licenses.asl20; 27 27 maintainers = with maintainers; [ j4m3s ]; 28 + mainProgram = "oapi-codegen"; 28 29 }; 29 30 }
+1
pkgs/tools/networking/ofono/default.nix
··· 62 62 license = licenses.gpl2Only; 63 63 maintainers = with maintainers; [ ]; 64 64 platforms = platforms.linux; 65 + mainProgram = "ofonod"; 65 66 }; 66 67 }
+1
pkgs/tools/networking/oha/default.nix
··· 39 39 changelog = "https://github.com/hatoo/oha/blob/v${version}/CHANGELOG.md"; 40 40 license = licenses.mit; 41 41 maintainers = with maintainers; [ figsoda ]; 42 + mainProgram = "oha"; 42 43 }; 43 44 }
+1
pkgs/tools/networking/onetun/default.nix
··· 27 27 homepage = "https://github.com/aramperes/onetun"; 28 28 license = licenses.mit; 29 29 maintainers = with maintainers; [ dit7ya ]; 30 + mainProgram = "onetun"; 30 31 }; 31 32 }
+1
pkgs/tools/networking/openconnect/common.nix
··· 44 44 license = licenses.lgpl21Only; 45 45 maintainers = with maintainers; [ pradeepchhetri tricktron alyaeanyx ]; 46 46 platforms = lib.platforms.unix; 47 + mainProgram = "openconnect"; 47 48 }; 48 49 }
+1
pkgs/tools/networking/openfortivpn/default.nix
··· 49 49 license = licenses.gpl3; 50 50 maintainers = with maintainers; [ madjar ]; 51 51 platforms = with platforms; linux ++ darwin; 52 + mainProgram = "openfortivpn"; 52 53 }; 53 54 }
+1
pkgs/tools/networking/openvpn/default.nix
··· 63 63 license = licenses.gpl2Only; 64 64 maintainers = with maintainers; [ viric peterhoeg ]; 65 65 platforms = platforms.unix; 66 + mainProgram = "openvpn"; 66 67 }; 67 68 })
+1
pkgs/tools/networking/oui/default.nix
··· 18 18 homepage = "https://github.com/thatmattlove/oui"; 19 19 license = with licenses; [ bsd3 ]; 20 20 maintainers = teams.wdz.members; 21 + mainProgram = "oui"; 21 22 }; 22 23 }
+1
pkgs/tools/networking/owl/default.nix
··· 21 21 license = licenses.gpl3Only; 22 22 maintainers = with maintainers; [ wolfangaukang ]; 23 23 platforms = [ "x86_64-linux" ]; 24 + mainProgram = "owl"; 24 25 }; 25 26 }
+1
pkgs/tools/networking/pacparser/default.nix
··· 27 27 license = licenses.lgpl3; 28 28 platforms = platforms.linux; 29 29 maintainers = with maintainers; [ abbradar ]; 30 + mainProgram = "pactester"; 30 31 }; 31 32 }
+1
pkgs/tools/networking/pathvector/default.nix
··· 24 24 homepage = "https://pathvector.io"; 25 25 license = licenses.gpl3; 26 26 maintainers = with maintainers; [ matthewpi ]; 27 + mainProgram = "pathvector"; 27 28 }; 28 29 }
+1
pkgs/tools/networking/pcapc/default.nix
··· 20 20 description = "Compile libpcap filter expressions into BPF opcodes"; 21 21 license = licenses.gpl3Only; 22 22 platforms = platforms.linux; 23 + mainProgram = "pcapc"; 23 24 }; 24 25 }
+1
pkgs/tools/networking/pcapfix/default.nix
··· 17 17 license = licenses.gpl3; 18 18 maintainers = [ maintainers.ehmry ]; 19 19 platforms = platforms.all; 20 + mainProgram = "pcapfix"; 20 21 }; 21 22 }
+1
pkgs/tools/networking/pgrok/default.nix
··· 51 51 homepage = "https://github.com/pgrok/pgrok"; 52 52 license = lib.licenses.mit; 53 53 maintainers = with lib.maintainers; [ marie ]; 54 + mainProgram = "pgrok"; 54 55 }; 55 56 }
+1
pkgs/tools/networking/phantomsocks/default.nix
··· 37 37 ''; 38 38 license = licenses.lgpl3Only; 39 39 maintainers = with maintainers; [ oluceps ]; 40 + mainProgram = "phantomsocks"; 40 41 }; 41 42 }
+1
pkgs/tools/networking/photon/default.nix
··· 31 31 homepage = "https://github.com/s0md3v/Photon"; 32 32 license = licenses.gpl3; 33 33 maintainers = with maintainers; [ ]; 34 + mainProgram = "photon"; 34 35 }; 35 36 }
+1
pkgs/tools/networking/piknik/default.nix
··· 33 33 changelog = "https://github.com/jedisct1/piknik/blob/${src.rev}/ChangeLog"; 34 34 license = licenses.bsd2; 35 35 maintainers = with maintainers; [ figsoda ]; 36 + mainProgram = "piknik"; 36 37 }; 37 38 }
+1
pkgs/tools/networking/pingtcp/default.nix
··· 25 25 homepage = "https://github.com/LanetNetwork/pingtcp"; 26 26 license = licenses.gpl3; 27 27 platforms = platforms.linux; 28 + mainProgram = "pingtcp"; 28 29 }; 29 30 }
+1
pkgs/tools/networking/pingu/default.nix
··· 18 18 homepage = "https://github.com/sheepla/pingu/"; 19 19 license = licenses.mit; 20 20 maintainers = with maintainers; [ CactiChameleon9 ]; 21 + mainProgram = "pingu"; 21 22 }; 22 23 }
+1
pkgs/tools/networking/pixiecore/default.nix
··· 23 23 homepage = "https://github.com/danderson/netboot/tree/master/pixiecore"; 24 24 license = lib.licenses.asl20; 25 25 maintainers = with lib.maintainers; [ bbigras danderson ]; 26 + mainProgram = "pixiecore"; 26 27 }; 27 28 }
+1
pkgs/tools/networking/pixiewps/default.nix
··· 20 20 license = lib.licenses.gpl3; 21 21 maintainers = [ lib.maintainers.nico202 ]; 22 22 platforms = lib.platforms.all; 23 + mainProgram = "pixiewps"; 23 24 }; 24 25 }
+1
pkgs/tools/networking/privoxy/default.nix
··· 52 52 license = licenses.gpl2Plus; 53 53 platforms = platforms.all; 54 54 maintainers = [ ]; 55 + mainProgram = "privoxy"; 55 56 }; 56 57 57 58 }
+1
pkgs/tools/networking/proxychains/default.nix
··· 34 34 license = licenses.gpl2Plus; 35 35 maintainers = with maintainers; [ fab ]; 36 36 platforms = platforms.linux; 37 + mainProgram = "proxychains4"; 37 38 }; 38 39 }
+1
pkgs/tools/networking/pwnat/default.nix
··· 36 36 license = lib.licenses.gpl3Plus; 37 37 maintainers = with maintainers; [viric]; 38 38 platforms = with platforms; linux; 39 + mainProgram = "pwnat"; 39 40 }; 40 41 }
+1
pkgs/tools/networking/q/default.nix
··· 20 20 homepage = "https://github.com/natesales/q"; 21 21 license = lib.licenses.gpl3Only; 22 22 maintainers = [ lib.maintainers.das_j ]; 23 + mainProgram = "q"; 23 24 }; 24 25 }
+1
pkgs/tools/networking/qrcp/default.nix
··· 43 43 license = licenses.mit; 44 44 maintainers = with maintainers; [ fgaz ]; 45 45 broken = stdenv.isDarwin; # needs golang.org/x/sys bump 46 + mainProgram = "qrcp"; 46 47 }; 47 48 }
+1
pkgs/tools/networking/quickserve/default.nix
··· 31 31 homepage = "https://xyne.archlinux.ca/projects/quickserve/"; 32 32 license = licenses.gpl2; 33 33 maintainers = with maintainers; [ lassulus ]; 34 + mainProgram = "quickserve"; 34 35 }; 35 36 }
+1
pkgs/tools/networking/rathole/default.nix
··· 40 40 changelog = "https://github.com/rapiz1/rathole/releases/tag/v${version}"; 41 41 license = licenses.asl20; 42 42 maintainers = with maintainers; [ dit7ya ]; 43 + mainProgram = "rathole"; 43 44 }; 44 45 }
+1
pkgs/tools/networking/rcon/default.nix
··· 26 26 maintainers = with maintainers; [ f4814n ]; 27 27 platforms = with platforms; linux ++ darwin; 28 28 license = licenses.bsd2; 29 + mainProgram = "rcon"; 29 30 }; 30 31 }
+1
pkgs/tools/networking/rconc/default.nix
··· 17 17 description = "Simple cross-platform RCON client written in rust"; 18 18 homepage = "https://github.com/klemens/rconc"; 19 19 license = licenses.gpl3Only; 20 + mainProgram = "rconc"; 20 21 }; 21 22 }
+1
pkgs/tools/networking/rdap/default.nix
··· 21 21 description = "Command line client for the Registration Data Access Protocol (RDAP)"; 22 22 license = licenses.mit; 23 23 maintainers = with maintainers; [ sebastianblunt ]; 24 + mainProgram = "rdap"; 24 25 }; 25 26 }
+1
pkgs/tools/networking/rdrview/default.nix
··· 28 28 homepage = "https://github.com/eafer/rdrview"; 29 29 license = licenses.asl20; 30 30 maintainers = with maintainers; [ djanatyn ]; 31 + mainProgram = "rdrview"; 31 32 }; 32 33 }
+1
pkgs/tools/networking/redfang/default.nix
··· 31 31 homepage = "https://gitlab.com/kalilinux/packages/redfang"; 32 32 license = licenses.gpl2Only; 33 33 maintainers = with maintainers; [ moni ]; 34 + mainProgram = "fang"; 34 35 }; 35 36 }
+1
pkgs/tools/networking/redir/default.nix
··· 19 19 license = lib.licenses.gpl2; 20 20 maintainers = with lib.maintainers; [ ]; 21 21 platforms = lib.platforms.unix; 22 + mainProgram = "redir"; 22 23 }; 23 24 }
+1
pkgs/tools/networking/redli/default.nix
··· 18 18 homepage = "https://github.com/IBM-Cloud/redli"; 19 19 license = licenses.asl20; 20 20 maintainers = with maintainers; [ tchekda ]; 21 + mainProgram = "redli"; 21 22 }; 22 23 }
+1
pkgs/tools/networking/redsocks/default.nix
··· 26 26 license = lib.licenses.asl20; 27 27 maintainers = [ lib.maintainers.ekleog ]; 28 28 platforms = lib.platforms.linux; 29 + mainProgram = "redsocks"; 29 30 }; 30 31 }
+1
pkgs/tools/networking/requestly/default.nix
··· 30 30 homepage = "https://requestly.io"; 31 31 license = licenses.agpl3Only; 32 32 maintainers = with maintainers; [ dit7ya ]; 33 + mainProgram = "requestly"; 33 34 }; 34 35 }
+1
pkgs/tools/networking/restish/default.nix
··· 52 52 changelog = "https://github.com/danielgtaylor/restish/releases/tag/v${version}"; 53 53 license = licenses.mit; 54 54 maintainers = with maintainers; [ fab ]; 55 + mainProgram = "restish"; 55 56 }; 56 57 }
+1
pkgs/tools/networking/rewrk/default.nix
··· 32 32 changelog = "https://github.com/lnx-search/rewrk/releases/tag/${version}"; 33 33 license = licenses.mit; 34 34 maintainers = with maintainers; [ figsoda ]; 35 + mainProgram = "rewrk"; 35 36 }; 36 37 }
+1
pkgs/tools/networking/ripmime/default.nix
··· 21 21 maintainers = with maintainers; [ raskin ]; 22 22 homepage = "https://pldaniels.com/ripmime/"; 23 23 platforms = platforms.all; 24 + mainProgram = "ripmime"; 24 25 }; 25 26 26 27 passthru = {
+1
pkgs/tools/networking/routedns/default.nix
··· 25 25 description = "DNS stub resolver, proxy and router"; 26 26 license = licenses.bsd3; 27 27 maintainers = with maintainers; [ jsimonetti ]; 28 + mainProgram = "routedns"; 28 29 }; 29 30 }
+1
pkgs/tools/networking/rshijack/default.nix
··· 19 19 license = licenses.gpl3; 20 20 maintainers = with maintainers; [ xrelkd ]; 21 21 platforms = platforms.unix; 22 + mainProgram = "rshijack"; 22 23 }; 23 24 }
+1
pkgs/tools/networking/s3rs/default.nix
··· 22 22 homepage = "https://github.com/yanganto/s3rs"; 23 23 license = licenses.mit; 24 24 maintainers = with maintainers; [ yanganto ]; 25 + mainProgram = "s3rs"; 25 26 }; 26 27 }
+1
pkgs/tools/networking/s5cmd/default.nix
··· 21 21 description = "Parallel S3 and local filesystem execution tool"; 22 22 license = licenses.mit; 23 23 maintainers = with maintainers; [ tomberek ]; 24 + mainProgram = "s5cmd"; 24 25 }; 25 26 }
+1
pkgs/tools/networking/saldl/default.nix
··· 55 55 license = licenses.agpl3; 56 56 maintainers = with maintainers; [ zowoq ]; 57 57 platforms = platforms.all; 58 + mainProgram = "saldl"; 58 59 }; 59 60 }
+1
pkgs/tools/networking/shncpd/default.nix
··· 23 23 license = licenses.mit; 24 24 platforms = platforms.linux; 25 25 maintainers = [ maintainers.fpletz ]; 26 + mainProgram = "shncpd"; 26 27 }; 27 28 }
+1
pkgs/tools/networking/simpleproxy/default.nix
··· 17 17 description = "A simple TCP proxy"; 18 18 license = licenses.gpl2; 19 19 maintainers = [ maintainers.montag451 ]; 20 + mainProgram = "simpleproxy"; 20 21 }; 21 22 }
+1
pkgs/tools/networking/sipcalc/default.nix
··· 15 15 license = licenses.bsd3; 16 16 platforms = platforms.all; 17 17 maintainers = [ maintainers.globin ]; 18 + mainProgram = "sipcalc"; 18 19 }; 19 20 }
+1
pkgs/tools/networking/sipexer/default.nix
··· 22 22 changelog = "https://github.com/miconda/sipexer/releases/tag/v${version}"; 23 23 license = licenses.gpl3Only; 24 24 maintainers = with maintainers; [ astro janik ]; 25 + mainProgram = "sipexer"; 25 26 }; 26 27 }
+1
pkgs/tools/networking/sipsak/default.nix
··· 29 29 license = lib.licenses.gpl2; 30 30 maintainers = with maintainers; [ sheenobu ]; 31 31 platforms = with platforms; unix; 32 + mainProgram = "sipsak"; 32 33 }; 33 34 34 35 }
+1
pkgs/tools/networking/sish/default.nix
··· 38 38 changelog = "https://github.com/antoniomika/sish/releases/tag/v${version}"; 39 39 license = with licenses; [ mit ]; 40 40 maintainers = with maintainers; [ fab ]; 41 + mainProgram = "sish"; 41 42 }; 42 43 }
+1
pkgs/tools/networking/sleep-on-lan/default.nix
··· 30 30 license = licenses.asl20; 31 31 platforms = platforms.linux; 32 32 maintainers = with maintainers; [ devusb ]; 33 + mainProgram = "sleep-on-lan"; 33 34 }; 34 35 }
+1
pkgs/tools/networking/slirp4netns/default.nix
··· 36 36 license = licenses.gpl2; 37 37 maintainers = with maintainers; [ orivej ] ++ teams.podman.members; 38 38 platforms = platforms.linux; 39 + mainProgram = "slirp4netns"; 39 40 }; 40 41 }
+1
pkgs/tools/networking/slowlorust/default.nix
··· 27 27 homepage = "https://github.com/MJVL/slowlorust"; 28 28 license = licenses.mit; 29 29 maintainers = with maintainers; [ fab ]; 30 + mainProgram = "slowlorust"; 30 31 }; 31 32 }
+1
pkgs/tools/networking/smartdns/default.nix
··· 39 39 maintainers = [ maintainers.lexuge ]; 40 40 license = licenses.gpl3Plus; 41 41 platforms = platforms.linux; 42 + mainProgram = "smartdns"; 42 43 }; 43 44 }
+1
pkgs/tools/networking/snabb/default.nix
··· 33 33 platforms = [ "x86_64-linux" ]; 34 34 license = licenses.asl20; 35 35 maintainers = [ maintainers.lukego ]; 36 + mainProgram = "snabb"; 36 37 }; 37 38 }
+1
pkgs/tools/networking/snet/default.nix
··· 18 18 homepage = "https://github.com/monsterxx03/snet"; 19 19 license = licenses.mit; 20 20 maintainers = with maintainers; [ azuwis ]; 21 + mainProgram = "snet"; 21 22 }; 22 23 }
+1
pkgs/tools/networking/snmpcheck/default.nix
··· 26 26 homepage = "http://www.nothink.org/codes/snmpcheck/"; 27 27 license = licenses.gpl3Plus; 28 28 maintainers = with maintainers; [ elohmeier ]; 29 + mainProgram = "snmp-check"; 29 30 }; 30 31 }
+1
pkgs/tools/networking/sockperf/default.nix
··· 28 28 license = licenses.bsd3; 29 29 maintainers = with maintainers; [ emilytrau ]; 30 30 platforms = platforms.all; 31 + mainProgram = "sockperf"; 31 32 }; 32 33 }
+1
pkgs/tools/networking/speedtest-go/default.nix
··· 27 27 changelog = "https://github.com/showwin/speedtest-go/releases/tag/v${version}"; 28 28 license = licenses.mit; 29 29 maintainers = with maintainers; [ aleksana ]; 30 + mainProgram = "speedtest-go"; 30 31 }; 31 32 }
+1
pkgs/tools/networking/speedtest-rs/default.nix
··· 31 31 changelog = "https://github.com/nelsonjchen/speedtest-rs/blob/v${version}/CHANGELOG.md"; 32 32 license = with licenses; [ mit asl20 ]; 33 33 maintainers = with maintainers; [ GaetanLepage ]; 34 + mainProgram = "speedtest-rs"; 34 35 }; 35 36 }
+1
pkgs/tools/networking/spoofer/default.nix
··· 37 37 platforms = platforms.all; 38 38 license = licenses.gpl3Plus; 39 39 maintainers = with lib.maintainers; [ leenaars]; 40 + mainProgram = "spoofer-prober"; 40 41 }; 41 42 }
+1
pkgs/tools/networking/srelay/default.nix
··· 22 22 license = lib.licenses.bsd3; 23 23 # never built on aarch64-linux since first introduction in nixpkgs 24 24 broken = stdenv.isLinux && stdenv.isAarch64; 25 + mainProgram = "srelay"; 25 26 }; 26 27 }
+1
pkgs/tools/networking/ssh-agents/default.nix
··· 39 39 license = licenses.mit; 40 40 maintainers = with maintainers; [ kalbasit ]; 41 41 platforms = platforms.unix; 42 + mainProgram = "ssh-agents"; 42 43 }; 43 44 }
+1
pkgs/tools/networking/ssh-ident/default.nix
··· 27 27 license = licenses.bsd2; 28 28 maintainers = with maintainers; [ telotortium ]; 29 29 platforms = with platforms; unix; 30 + mainProgram = "ssh-ident"; 30 31 }; 31 32 }
+1
pkgs/tools/networking/ssh-key-confirmer/default.nix
··· 20 20 homepage = "https://github.com/benjojo/ssh-key-confirmer"; 21 21 license = licenses.mit; 22 22 maintainers = with maintainers; [ oxzi ]; 23 + mainProgram = "ssh-key-confirmer"; 23 24 }; 24 25 }
+1
pkgs/tools/networking/sshed/default.nix
··· 25 25 homepage = "https://github.com/trntv/sshed"; 26 26 license = licenses.asl20; 27 27 maintainers = with maintainers; [ ocfox ]; 28 + mainProgram = "sshed"; 28 29 }; 29 30 }
+1
pkgs/tools/networking/sshpass/default.nix
··· 15 15 license = licenses.gpl2; 16 16 maintainers = [ maintainers.madjar ]; 17 17 platforms = platforms.unix; 18 + mainProgram = "sshpass"; 18 19 }; 19 20 }
+1
pkgs/tools/networking/sshping/default.nix
··· 27 27 license = licenses.mit; 28 28 platforms = platforms.unix; 29 29 maintainers = with maintainers; [ jqueiroz ]; 30 + mainProgram = "sshping"; 30 31 }; 31 32 }
+1
pkgs/tools/networking/ssldump/default.nix
··· 48 48 license = "BSD-style"; 49 49 maintainers = with maintainers; [ aycanirican ]; 50 50 platforms = platforms.unix; 51 + mainProgram = "ssldump"; 51 52 }; 52 53 }
+1
pkgs/tools/networking/sslsplit/default.nix
··· 35 35 platforms = platforms.all; 36 36 maintainers = with maintainers; [ contrun ]; 37 37 license = with licenses; [ bsd2 mit unlicense free ]; 38 + mainProgram = "sslsplit"; 38 39 }; 39 40 }
+1
pkgs/tools/networking/sstp/default.nix
··· 32 32 platforms = platforms.linux; 33 33 maintainers = with maintainers; [ ]; 34 34 license = licenses.gpl2Plus; 35 + mainProgram = "sstpc"; 35 36 }; 36 37 }
+1
pkgs/tools/networking/stun/default.nix
··· 37 37 license = licenses.vsl10; 38 38 maintainers = with maintainers; [ marcweber obadz ]; 39 39 platforms = platforms.linux; 40 + mainProgram = "stun"; 40 41 }; 41 42 }
+1
pkgs/tools/networking/stunnel/default.nix
··· 56 56 license = lib.licenses.gpl2Plus; 57 57 maintainers = [ lib.maintainers.thoughtpolice ]; 58 58 platforms = lib.platforms.unix; 59 + mainProgram = "stunnel"; 59 60 }; 60 61 })
+1
pkgs/tools/networking/subfinder/default.nix
··· 32 32 homepage = "https://github.com/projectdiscovery/subfinder"; 33 33 license = licenses.mit; 34 34 maintainers = with maintainers; [ fpletz Br1ght0ne Misaka13514 ]; 35 + mainProgram = "subfinder"; 35 36 }; 36 37 }
+1
pkgs/tools/networking/suckit/default.nix
··· 35 35 homepage = "https://github.com/skallwar/suckit"; 36 36 license = with licenses; [ asl20 /* or */ mit ]; 37 37 maintainers = with maintainers; [ figsoda ]; 38 + mainProgram = "suckit"; 38 39 }; 39 40 }
+1
pkgs/tools/networking/swagger-cli/default.nix
··· 25 25 homepage = "https://apitools.dev/swagger-cli/"; 26 26 license = licenses.mit; 27 27 maintainers = with maintainers; [ dit7ya ]; 28 + mainProgram = "swagger-cli"; 28 29 }; 29 30 }
+1
pkgs/tools/networking/swagger-codegen/default.nix
··· 30 30 sourceProvenance = with sourceTypes; [ binaryBytecode ]; 31 31 license = licenses.asl20; 32 32 maintainers = [ maintainers.jraygauthier ]; 33 + mainProgram = "swagger-codegen"; 33 34 }; 34 35 }
+1
pkgs/tools/networking/tayga/default.nix
··· 24 24 license = licenses.gpl2Plus; 25 25 maintainers = with maintainers; [ _0x4A6F ]; 26 26 platforms = platforms.linux; 27 + mainProgram = "tayga"; 27 28 }; 28 29 }
+1
pkgs/tools/networking/tcp-cutter/default.nix
··· 19 19 license = licenses.gpl2; 20 20 platforms = platforms.linux; 21 21 maintainers = [ maintainers.offline ]; 22 + mainProgram = "tcp-cutter"; 22 23 }; 23 24 }
+1
pkgs/tools/networking/tcpflow/default.nix
··· 42 42 license = licenses.gpl3; 43 43 maintainers = with maintainers; [ raskin obadz ]; 44 44 platforms = platforms.unix; 45 + mainProgram = "tcpflow"; 45 46 }; 46 47 }
+1
pkgs/tools/networking/tcptraceroute/default.nix
··· 30 30 homepage = "https://github.com/mct/tcptraceroute"; 31 31 license = lib.licenses.gpl2; 32 32 maintainers = [ ]; 33 + mainProgram = "tcptraceroute"; 33 34 }; 34 35 }
+1
pkgs/tools/networking/tendermint/default.nix
··· 27 27 license = licenses.asl20; 28 28 maintainers = with maintainers; [ alexfmpe ]; 29 29 platforms = platforms.linux ++ platforms.darwin; 30 + mainProgram = "tendermint"; 30 31 }; 31 32 }
+1
pkgs/tools/networking/termscp/default.nix
··· 60 60 changelog = "https://github.com/veeso/termscp/blob/v${version}/CHANGELOG.md"; 61 61 license = with licenses; [ mit ]; 62 62 maintainers = with maintainers; [ fab ]; 63 + mainProgram = "termscp"; 63 64 }; 64 65 }
+1
pkgs/tools/networking/tinyfecvpn/default.nix
··· 33 33 license = licenses.mit; 34 34 platforms = platforms.linux; 35 35 maintainers = with maintainers; [ ]; 36 + mainProgram = "tinyvpn"; 36 37 }; 37 38 }
+1
pkgs/tools/networking/tox-node/default.nix
··· 23 23 license = [ licenses.gpl3Plus ]; 24 24 platforms = platforms.linux; 25 25 maintainers = with maintainers; [ suhr kurnevsky ]; 26 + mainProgram = "tox-node"; 26 27 }; 27 28 }
+1
pkgs/tools/networking/traceroute/default.nix
··· 29 29 license = licenses.gpl2Plus; 30 30 maintainers = with maintainers; [ koral ]; 31 31 platforms = platforms.linux; 32 + mainProgram = "traceroute"; 32 33 }; 33 34 }
+1
pkgs/tools/networking/tran/default.nix
··· 29 29 homepage = "https://github.com/abdfnx/tran"; 30 30 license = licenses.mit; 31 31 maintainers = with maintainers; [ dit7ya ]; 32 + mainProgram = "tran"; 32 33 }; 33 34 }
+1
pkgs/tools/networking/transmission-rss/default.nix
··· 25 25 homepage = "https://github.com/herlon214/transmission-rss"; 26 26 maintainers = with maintainers; [ icewind1991 ]; 27 27 license = licenses.mit; 28 + mainProgram = "transmission-rss"; 28 29 }; 29 30 }
+1
pkgs/tools/networking/trurl/default.nix
··· 42 42 license = licenses.curl; 43 43 maintainers = with maintainers; [ christoph-heiss ]; 44 44 platforms = platforms.all; 45 + mainProgram = "trurl"; 45 46 }; 46 47 }
+1
pkgs/tools/networking/tun2socks/default.nix
··· 27 27 description = "tun2socks - powered by gVisor TCP/IP stack"; 28 28 license = licenses.gpl3Plus; 29 29 maintainers = with maintainers; [ nickcao ]; 30 + mainProgram = "tun2socks"; 30 31 }; 31 32 }
+1
pkgs/tools/networking/tunwg/default.nix
··· 23 23 homepage = "https://github.com/ntnj/tunwg"; 24 24 license = licenses.mit; 25 25 maintainers = with maintainers; [ dit7ya ]; 26 + mainProgram = "tunwg"; 26 27 }; 27 28 }
+1
pkgs/tools/networking/udpreplay/default.nix
··· 20 20 license = licenses.mit; 21 21 maintainers = [ maintainers.considerate ]; 22 22 platforms = platforms.linux; 23 + mainProgram = "udpreplay"; 23 24 }; 24 25 }
+1
pkgs/tools/networking/udptunnel/default.nix
··· 21 21 license = lib.licenses.gpl3Plus; 22 22 maintainers = with lib.maintainers; [viric]; 23 23 platforms = with lib.platforms; linux; 24 + mainProgram = "udptunnel"; 24 25 }; 25 26 }
+1
pkgs/tools/networking/uqmi/default.nix
··· 30 30 license = licenses.gpl2Plus; 31 31 platforms = platforms.all; 32 32 maintainers = with maintainers; [ fpletz mkg20001 ]; 33 + mainProgram = "uqmi"; 33 34 }; 34 35 }
+1
pkgs/tools/networking/vegeta/default.nix
··· 36 36 changelog = "https://github.com/tsenart/vegeta/releases/tag/${src.rev}"; 37 37 license = licenses.mit; 38 38 maintainers = with maintainers; [ mmahut ]; 39 + mainProgram = "vegeta"; 39 40 }; 40 41 }
+1
pkgs/tools/networking/vlan/default.nix
··· 30 30 description = "User mode programs to enable VLANs on Ethernet devices"; 31 31 platforms = platforms.linux; 32 32 license = licenses.gpl2Plus; 33 + mainProgram = "vconfig"; 33 34 }; 34 35 }
+1
pkgs/tools/networking/vopono/default.nix
··· 20 20 license = licenses.gpl3Plus; 21 21 platforms = platforms.linux; 22 22 maintainers = [ maintainers.romildo ]; 23 + mainProgram = "vopono"; 23 24 }; 24 25 }
+1
pkgs/tools/networking/wakelan/default.nix
··· 26 26 license = lib.licenses.gpl2Plus; 27 27 maintainers = [ lib.maintainers.viric ]; 28 28 platforms = lib.platforms.unix; 29 + mainProgram = "wakelan"; 29 30 }; 30 31 }
+1
pkgs/tools/networking/wakeonlan/default.nix
··· 33 33 homepage = "https://github.com/jpoliv/wakeonlan"; 34 34 license = licenses.artistic1; 35 35 maintainers = with maintainers; [ SuperSandro2000 ]; 36 + mainProgram = "wakeonlan"; 36 37 }; 37 38 }
+1
pkgs/tools/networking/wavemon/default.nix
··· 32 32 license = licenses.gpl3Plus; 33 33 maintainers = with maintainers; [ raskin fpletz ]; 34 34 platforms = platforms.linux; 35 + mainProgram = "wavemon"; 35 36 }; 36 37 }
+1
pkgs/tools/networking/wbox/default.nix
··· 18 18 homepage = "http://www.hping.org/wbox/"; 19 19 license = lib.licenses.bsd3; 20 20 platforms = lib.platforms.unix; 21 + mainProgram = "wbox"; 21 22 }; 22 23 }
+1
pkgs/tools/networking/wg-netmanager/default.nix
··· 31 31 license = with licenses; [ mit asl20 bsd3 mpl20 ]; 32 32 maintainers = with maintainers; [ gin66 ]; 33 33 platforms = platforms.linux; 34 + mainProgram = "wg_netmanager"; 34 35 }; 35 36 }
+1
pkgs/tools/networking/wget2/default.nix
··· 102 102 # wget2 GPLv3+; libwget LGPLv3+ 103 103 license = with licenses; [ gpl3Plus lgpl3Plus ]; 104 104 maintainers = with maintainers; [ SuperSandro2000 ]; 105 + mainProgram = "wget2"; 105 106 }; 106 107 }
+1
pkgs/tools/networking/whois/default.nix
··· 46 46 license = licenses.gpl2; 47 47 maintainers = with maintainers; [ fpletz ]; 48 48 platforms = platforms.unix; 49 + mainProgram = "whois"; 49 50 }; 50 51 }
+1
pkgs/tools/networking/wireguard-go/default.nix
··· 34 34 homepage = "https://git.zx2c4.com/wireguard-go/about/"; 35 35 license = licenses.mit; 36 36 maintainers = with maintainers; [ kirelagin yana zx2c4 ]; 37 + mainProgram = "wireguard-go"; 37 38 }; 38 39 }
+1
pkgs/tools/networking/wireguard-vanity-address/default.nix
··· 20 20 homepage = "https://github.com/warner/wireguard-vanity-address"; 21 21 license = licenses.mit; 22 22 maintainers = with maintainers; [ bcc32 ]; 23 + mainProgram = "wireguard-vanity-address"; 23 24 }; 24 25 }
+1
pkgs/tools/networking/wireproxy/default.nix
··· 35 35 homepage = "https://github.com/octeep/wireproxy"; 36 36 license = licenses.isc; 37 37 maintainers = with maintainers; [ _3JlOy-PYCCKUi ]; 38 + mainProgram = "wireproxy"; 38 39 }; 39 40 }
+1
pkgs/tools/networking/wormhole-william/default.nix
··· 26 26 changelog = "https://github.com/psanford/wormhole-william/releases/tag/v${version}"; 27 27 license = licenses.mit; 28 28 maintainers = with maintainers; [ psanford ]; 29 + mainProgram = "wormhole-william"; 29 30 }; 30 31 }
+1
pkgs/tools/networking/wrk/default.nix
··· 41 41 license = licenses.asl20; 42 42 maintainers = with maintainers; [ ragge ]; 43 43 platforms = platforms.unix; 44 + mainProgram = "wrk"; 44 45 }; 45 46 }
+1
pkgs/tools/networking/wrk2/default.nix
··· 40 40 maintainers = with lib.maintainers; [ thoughtpolice ]; 41 41 # never built on aarch64-linux since first introduction in nixpkgs 42 42 broken = stdenv.isLinux && stdenv.isAarch64; 43 + mainProgram = "wrk2"; 43 44 }; 44 45 }
+1
pkgs/tools/networking/wsl-vpnkit/default.nix
··· 80 80 changelog = "https://github.com/sakai135/wsl-vpnkit/releases/tag/v${version}"; 81 81 license = licenses.mit; 82 82 maintainers = with maintainers; [ terlar ]; 83 + mainProgram = "wsl-vpnkit"; 83 84 }; 84 85 }
+1
pkgs/tools/networking/wuzz/default.nix
··· 27 27 description = "Interactive cli tool for HTTP inspection"; 28 28 license = licenses.agpl3; 29 29 maintainers = with maintainers; [ pradeepchhetri ]; 30 + mainProgram = "wuzz"; 30 31 }; 31 32 }
+1
pkgs/tools/networking/zap/default.nix
··· 41 41 maintainers = with maintainers; [ mog rafael ]; 42 42 platforms = platforms.linux; 43 43 license = licenses.asl20; 44 + mainProgram = "zap"; 44 45 }; 45 46 }
+1
pkgs/tools/networking/zs-apc-spdu-ctl/default.nix
··· 32 32 license = licenses.mit; 33 33 maintainers = [ maintainers.fogti ]; 34 34 platforms = platforms.linux; 35 + mainProgram = "zs-apc-spdu-ctl"; 35 36 }; 36 37 }