Unverified Commit bcc261d9 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

ipu6*/ivsc*: drop maintenance

I have little hope for this camera and decided to replace it for now.
parent f16f9410
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ stdenv.mkDerivation {
    description = "GStreamer Plugin for MIPI camera support through the IPU6/IPU6EP/IPU6SE on Intel Tigerlake/Alderlake/Jasperlake platforms";
    homepage = "https://github.com/intel/icamerasrc/tree/icamerasrc_slim_api";
    license = licenses.lgpl21Plus;
    maintainers = with maintainers; [ hexa ];
    maintainers = with maintainers; [ ];
    platforms = [ "x86_64-linux" ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ stdenv.mkDerivation {
    description = "HAL for processing of images in userspace";
    homepage = "https://github.com/intel/ipu6-camera-hal";
    license = licenses.asl20;
    maintainers = with maintainers; [ hexa ];
    maintainers = with maintainers; [ ];
    platforms = [ "x86_64-linux" ];
  };
}
+1 −3
Original line number Diff line number Diff line
@@ -52,9 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
    sourceProvenance = with sourceTypes; [
      binaryFirmware
    ];
    maintainers = with maintainers; [
      hexa
    ];
    maintainers = with maintainers; [ ];
    platforms = [ "x86_64-linux" ];
  };
})
+1 −3
Original line number Diff line number Diff line
@@ -40,9 +40,7 @@ stdenv.mkDerivation {
    sourceProvenance = with sourceTypes; [
      binaryFirmware
    ];
    maintainers = with maintainers; [
      hexa
    ];
    maintainers = with maintainers; [ ];
    platforms = [ "x86_64-linux" ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ stdenv.mkDerivation {
    homepage = "https://github.com/intel/ipu6-drivers";
    description = "IPU6 kernel driver";
    license = lib.licenses.gpl2;
    maintainers = with lib.maintainers; [ hexa ];
    maintainers = with lib.maintainers; [ ];
    platforms = [ "x86_64-linux" ];
    # requires 6.1.7 https://github.com/intel/ipu6-drivers/pull/84
    broken = kernel.kernelOlder "6.1.7";
Loading