Unverified Commit d6722493 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

xfel: Specify meta.mainProgram (#393291)

parents e4e11d9f d308c767
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ felixsinger ];
    platforms = lib.platforms.linux;
    mainProgram = "xfel";
  };
}