We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111aebd commit 0193fbbCopy full SHA for 0193fbb
pkgs/by-name/li/libopenraw/package.nix
@@ -48,10 +48,7 @@ stdenv.mkDerivation rec {
48
description = "RAW camerafile decoding library";
49
homepage = "https://libopenraw.freedesktop.org";
50
license = lib.licenses.lgpl3Plus;
51
- platforms = [
52
- "x86_64-linux"
53
- "aarch64-linux"
54
- ];
+ platforms = lib.platforms.linux;
55
maintainers = [ lib.maintainers.struan ];
56
};
57
}
0 commit comments