Unverified Commit e6822a54 authored by Defelo's avatar Defelo
Browse files

zipline: remove vips override

parent 1d7956a2
Loading
Loading
Loading
Loading
+1 −17
Original line number Diff line number Diff line
@@ -28,22 +28,6 @@ let
    PRISMA_INTROSPECTION_ENGINE_BINARY = lib.getExe' prisma-engines "introspection-engine";
    PRISMA_FMT_BINARY = lib.getExe' prisma-engines "prisma-fmt";
  };

  vips' = vips.overrideAttrs (
    finalAttrs: prevAttrs: {
      version = "8.17.1";
      src = fetchFromGitHub {
        inherit (prevAttrs.src) owner repo;
        tag = "v${finalAttrs.version}";
        hash = "sha256-Sc2BWdQIgL/dI0zfbEQVCs3+1QBrLE7BsE3uFHe9C/c=";
        postFetch = ''
          rm -r $out/test/test-suite/images/
        '';
      };
      outputs = lib.remove "devdoc" prevAttrs.outputs;
      mesonFlags = lib.remove (lib.mesonBool "gtk_doc" true) prevAttrs.mesonFlags;
    }
  );
in

stdenv.mkDerivation (finalAttrs: {
@@ -70,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {

  buildInputs = [
    openssl
    vips'
    vips
  ];

  nativeBuildInputs = [