pumpkin: signal: install
[julm/julm-nix.git] / nixpkgs / overlays / git-remote-gpg.nix
index 7ce555d368ec18a6ea18a20864ed060344d77570..744454491e47a9cb90dbf3c0dcc3639d03501efc 100644 (file)
@@ -9,7 +9,12 @@ self: super: {
     };
     outputs = [ "out" ];
     propagatedBuildInputs = with self.perlPackages; [
-      FilePath GetoptLong IPCRun JSON URI DataDumper
+      FilePath
+      GetoptLong
+      IPCRun
+      JSON
+      URI
+      DataDumper
     ];
   };
 }