mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
flameshot: migrate to Qt5.15, fix homepage
This commit is contained in:
parent
84ee3f6360
commit
45e4e72a9d
@ -18,7 +18,7 @@ mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Powerful yet simple to use screenshot software";
|
||||
homepage = "https://flameshot.js.org";
|
||||
homepage = "https://github.com/flameshot-org/flameshot";
|
||||
maintainers = [ maintainers.scode ];
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
|
@ -21179,7 +21179,7 @@ in
|
||||
|
||||
redoflacs = callPackage ../applications/audio/redoflacs { };
|
||||
|
||||
flameshot = libsForQt514.callPackage ../tools/misc/flameshot { };
|
||||
flameshot = libsForQt5.callPackage ../tools/misc/flameshot { };
|
||||
|
||||
flashplayer = callPackage ../applications/networking/browsers/mozilla-plugins/flashplayer (config.flashplayer or {});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user