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