vigra: remove with lib

This commit is contained in:
kyehn
2025-08-31 07:25:45 +08:00
parent 913de6a9ba
commit 94acab182a
+4 -4
View File
@@ -72,12 +72,12 @@ stdenv.mkDerivation (finalAttrs: {
'';
};
meta = with lib; {
meta = {
description = "Novel computer vision C++ library with customizable algorithms and data structures";
mainProgram = "vigra-config";
homepage = "https://hci.iwr.uni-heidelberg.de/vigra";
license = licenses.mit;
maintainers = with maintainers; [ ShamrockLee ];
platforms = platforms.unix;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ShamrockLee ];
platforms = lib.platforms.unix;
};
})