Unverified Commit 18176d9f authored by Austin Horstman's avatar Austin Horstman
Browse files

spacebar: move to by-name

parent b909deee
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -12333,9 +12333,6 @@ with pkgs;
  somebar = callPackage ../applications/misc/somebar { };
  spacebar = callPackage ../os-specific/darwin/spacebar {
  };
  speech-denoiser = callPackage ../applications/audio/speech-denoiser { };
  splot = haskell.lib.compose.justStaticExecutables haskellPackages.splot;