13 stdenv.mkDerivation (finalAttrs: {
17 src = fetchFromGitea {
18 domain = "gitea.nouspiro.space";
21 rev = "v${finalAttrs.version}";
22 hash = "sha256-vc42Jw7kBbQYu+/6jakxFnSuVkS8t6ZyYuSMLGMnEn4=";
26 ./0001-Fix-pkg-config-paths.patch
35 "-DUSE_BUNDLED_LIBS=OFF"
36 ] ++ lib.optional stdenv.hostPlatform.isStatic "-DBUILD_SHARED_LIBS=OFF";
48 description = "Library to load and write XISF format from PixInsight";
49 homepage = "https://gitea.nouspiro.space/nou/libXISF";
50 license = licenses.gpl3Plus;
51 maintainers = with maintainers; [ panicgh ];
52 platforms = platforms.linux;