about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorEmily Trau <13267947+emilytrau@users.noreply.github.com>2024-03-04 15:56:15 +1100
committerGitHub <noreply@github.com>2024-03-04 15:56:15 +1100
commit0d58a849c9c0c6ba8102f0968aa07a64e10eca6e (patch)
tree0439abd4b9b3e6dd0518cf17f9b06faf79a2e9a7 /pkgs/applications/networking/p2p
parent90591b02e2f2215d66ac0907589b623445dc527d (diff)
parente2eeef16cd080dc3b21c7d6466497107d8d2bbc6 (diff)
Merge pull request #293020 from max-privatevoid/pr-some-mainprogram
Some mainProgram entries
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/fragments/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/p2p/fragments/default.nix b/pkgs/applications/networking/p2p/fragments/default.nix
index 5034f401a98d7..edb31ba669577 100644
--- a/pkgs/applications/networking/p2p/fragments/default.nix
+++ b/pkgs/applications/networking/p2p/fragments/default.nix
@@ -83,5 +83,6 @@ in stdenv.mkDerivation rec {
     maintainers = with maintainers; [ emilytrau ];
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
+    mainProgram = "fragments";
   };
 }