Loading pkgs/applications/misc/conduktor/default.nix +14 −12 Original line number Diff line number Diff line Loading @@ -11,7 +11,8 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ makeWrapper copyDesktopItems ]; desktopItems = makeDesktopItem { desktopItems = [ (makeDesktopItem { type = "Application"; name = pname; desktopName = "Conduktor"; Loading @@ -22,7 +23,8 @@ stdenv.mkDerivation rec { sha256 = "0s7p74qclvac8xj2m22gfxx5m2c7cf0nqpk5sb049p2wvryhn2j4"; }; comment = "A beautiful and fully-featured desktop client for Apache Kafka"; }; }) ]; dontConfigure = true; dontBuild = true; Loading Loading
pkgs/applications/misc/conduktor/default.nix +14 −12 Original line number Diff line number Diff line Loading @@ -11,7 +11,8 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ makeWrapper copyDesktopItems ]; desktopItems = makeDesktopItem { desktopItems = [ (makeDesktopItem { type = "Application"; name = pname; desktopName = "Conduktor"; Loading @@ -22,7 +23,8 @@ stdenv.mkDerivation rec { sha256 = "0s7p74qclvac8xj2m22gfxx5m2c7cf0nqpk5sb049p2wvryhn2j4"; }; comment = "A beautiful and fully-featured desktop client for Apache Kafka"; }; }) ]; dontConfigure = true; dontBuild = true; Loading