File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
pkgs/desktops/deepin/go-package/deepin-desktop-schemas Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 88
99buildGoModule rec {
1010 pname = "deepin-desktop-schemas" ;
11- version = "6.0.6 " ;
11+ version = "6.0.7 " ;
1212
1313 src = fetchFromGitHub {
1414 owner = "linuxdeepin" ;
1515 repo = pname ;
1616 rev = version ;
17- hash = "sha256-zheIZ3Z0vm0/0F9hFcdlYwhE3/PRunxUCT8KSe4T3wk =" ;
17+ hash = "sha256-Zp80Yz0qkFAwpQJPgs/gcfCG2DMtvpKdVKRlqOTmaCk =" ;
1818 } ;
1919
2020 vendorHash = "sha256-q6ugetchJLv2JjZ9+nevUI0ptizh2V+6SByoY/eFJJQ=" ;
@@ -24,7 +24,7 @@ buildGoModule rec {
2424 for file in $(grep -rl "/usr/share")
2525 do
2626 substituteInPlace $file \
27- --replace "/usr/share" "/run/current-system/sw/share"
27+ --replace-fail "/usr/share" "/run/current-system/sw/share"
2828 done
2929 '' ;
3030
@@ -47,11 +47,11 @@ buildGoModule rec {
4747 runHook postInstall
4848 '' ;
4949
50- meta = with lib ; {
50+ meta = {
5151 description = "GSettings deepin desktop-wide schemas" ;
5252 homepage = "https://github.com/linuxdeepin/deepin-desktop-schemas" ;
53- license = licenses . gpl3Plus ;
54- platforms = platforms . linux ;
55- maintainers = teams . deepin . members ;
53+ license = lib . licenses . gpl3Plus ;
54+ platforms = lib . platforms . linux ;
55+ maintainers = lib . teams . deepin . members ;
5656 } ;
5757}
You can’t perform that action at this time.
0 commit comments