packages.desktop-extra: add whalebird

This commit is contained in:
陈浩南 2024-06-26 15:20:12 +08:00
parent c9778ac500
commit 094df77b5b
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ inputs:
scrcpy weston cage openbox krita scrcpy weston cage openbox krita
# media # media
spotify yesplaymusic simplescreenrecorder imagemagick gimp netease-cloud-music-gtk vlc obs-studio spotify yesplaymusic simplescreenrecorder imagemagick gimp netease-cloud-music-gtk vlc obs-studio
waifu2x-converter-cpp inkscape blender waifu2x-converter-cpp inkscape blender whalebird
# editor # editor
typora typora
# news # news

View File

@ -23,7 +23,7 @@ inputs:
nixpkgs = nixpkgs =
let let
permittedInsecurePackages = permittedInsecurePackages =
[ "openssl_1_1" "python2" "zotero" "electron_28" ]; [ "openssl_1_1" "python2" "zotero" "electron_27" "electron_28" ];
hostPlatform = if nixpkgs.march != null hostPlatform = if nixpkgs.march != null
then { system = "${nixpkgs.arch}-linux"; gcc = { arch = nixpkgs.march; tune = nixpkgs.march; }; } then { system = "${nixpkgs.arch}-linux"; gcc = { arch = nixpkgs.march; tune = nixpkgs.march; }; }
else "${nixpkgs.arch}-linux"; else "${nixpkgs.arch}-linux";