about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2023-11-09 10:35:26 +0100
committerPeter Hoeg <peter@hoeg.com>2023-11-11 21:38:06 +0100
commitfeadb21353bfcb77177975d2a1651f900b2293af (patch)
tree6fb191106aa51dac32561a5528041fd066bd0361
parent03fe07bf4f6b15f5d96a1743e1f5efac4c7c17d2 (diff)
downloadnixlib-feadb21353bfcb77177975d2a1651f900b2293af.tar
nixlib-feadb21353bfcb77177975d2a1651f900b2293af.tar.gz
nixlib-feadb21353bfcb77177975d2a1651f900b2293af.tar.bz2
nixlib-feadb21353bfcb77177975d2a1651f900b2293af.tar.lz
nixlib-feadb21353bfcb77177975d2a1651f900b2293af.tar.xz
nixlib-feadb21353bfcb77177975d2a1651f900b2293af.tar.zst
nixlib-feadb21353bfcb77177975d2a1651f900b2293af.zip
duperemove: add mainProgram
-rw-r--r--pkgs/tools/filesystems/duperemove/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/duperemove/default.nix b/pkgs/tools/filesystems/duperemove/default.nix
index b13f216b8dbf..fd2be83691a1 100644
--- a/pkgs/tools/filesystems/duperemove/default.nix
+++ b/pkgs/tools/filesystems/duperemove/default.nix
@@ -57,5 +57,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2;
     maintainers = with maintainers; [ bluescreen303 thoughtpolice ];
     platforms = platforms.linux;
+    mainProgram = "duperemove";
   };
 }