xygrib: migrate to by-name (#489241)

This commit is contained in:
Weijia Wang
2026-04-10 12:10:13 +00:00
committed by GitHub
2 changed files with 5 additions and 9 deletions

View File

@@ -2,15 +2,13 @@
lib,
stdenv,
fetchFromGitHub,
wrapQtAppsHook,
cmake,
bzip2,
qtbase,
qttools,
libnova,
proj,
libpng,
openjpeg,
qt5,
}:
stdenv.mkDerivation {
@@ -21,17 +19,17 @@ stdenv.mkDerivation {
owner = "opengribs";
repo = "XyGrib";
rev = "88c425ca2d7f4ba5d7ab75bfa25e177bee02d310";
sha256 = "sha256-qMMeRYIQqJpVRE3YjbXIiXHwS/CHs9l2QihszwQIr/A=";
hash = "sha256-qMMeRYIQqJpVRE3YjbXIiXHwS/CHs9l2QihszwQIr/A=";
};
nativeBuildInputs = [
cmake
qttools
wrapQtAppsHook
qt5.qttools
qt5.wrapQtAppsHook
];
buildInputs = [
bzip2
qtbase
qt5.qtbase
libnova
proj
openjpeg

View File

@@ -10937,8 +10937,6 @@ with pkgs;
xppen_4
;
xygrib = libsForQt5.callPackage ../applications/misc/xygrib { };
ydiff = with python3.pkgs; toPythonApplication ydiff;
yokadi = python3Packages.callPackage ../applications/misc/yokadi { };