Unverified Commit a20f787c authored by h7x4's avatar h7x4
Browse files

conduktor: fix `desktopItems`

parent 6e07a06d
Loading
Loading
Loading
Loading
+14 −12
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {

  nativeBuildInputs = [ makeWrapper copyDesktopItems ];

  desktopItems = makeDesktopItem {
  desktopItems = [
    (makeDesktopItem {
      type = "Application";
      name = pname;
      desktopName = "Conduktor";
@@ -22,7 +23,8 @@ stdenv.mkDerivation rec {
        sha256 = "0s7p74qclvac8xj2m22gfxx5m2c7cf0nqpk5sb049p2wvryhn2j4";
      };
      comment = "A beautiful and fully-featured desktop client for Apache Kafka";
  };
    })
  ];

  dontConfigure = true;
  dontBuild = true;