forked from mirrors/nixpkgs
Merge pull request #6475 from rushmorem/marathon-fix
Fix marathon package
This commit is contained in:
commit
a869c8351c
|
@ -10063,8 +10063,6 @@ let
|
|||
|
||||
magit = callPackage ../applications/editors/emacs-modes/magit { };
|
||||
|
||||
marathon = callPackage ../applications/networking/cluster/marathon { };
|
||||
|
||||
maudeMode = callPackage ../applications/editors/emacs-modes/maude { };
|
||||
|
||||
metaweblog = callPackage ../applications/editors/emacs-modes/metaweblog { };
|
||||
|
@ -10782,6 +10780,8 @@ let
|
|||
|
||||
makeself = callPackage ../applications/misc/makeself { };
|
||||
|
||||
marathon = callPackage ../applications/networking/cluster/marathon { };
|
||||
|
||||
matchbox = callPackage ../applications/window-managers/matchbox { };
|
||||
|
||||
mcpp = callPackage ../development/compilers/mcpp { };
|
||||
|
|
Loading…
Reference in a new issue