Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

kopia-ui: fix desktop icon not showing (#447225)

authored by Yohann Boniface and committed by GitHub 773ebd9a 6a6535d1

Changed files
+1 -1
pkgs
by-name
ko
kopia-ui
+1 -1
pkgs/by-name/ko/kopia-ui/package.nix
··· 73 type = "Application"; 74 desktopName = "KopiaUI"; 75 comment = "Fast and secure open source backup."; 76 - icon = "kopia-ui"; 77 exec = "kopia-ui"; 78 categories = [ "Utility" ]; 79 })
··· 73 type = "Application"; 74 desktopName = "KopiaUI"; 75 comment = "Fast and secure open source backup."; 76 + icon = "kopia"; 77 exec = "kopia-ui"; 78 categories = [ "Utility" ]; 79 })