Skip to content

Commit 0193fbb

Browse files
darkyzhouvdemeester
authored andcommitted
libopenraw: set meta.platforms to lib.platforms.linux
1 parent 111aebd commit 0193fbb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pkgs/by-name/li/libopenraw/package.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ stdenv.mkDerivation rec {
4848
description = "RAW camerafile decoding library";
4949
homepage = "https://libopenraw.freedesktop.org";
5050
license = lib.licenses.lgpl3Plus;
51-
platforms = [
52-
"x86_64-linux"
53-
"aarch64-linux"
54-
];
51+
platforms = lib.platforms.linux;
5552
maintainers = [ lib.maintainers.struan ];
5653
};
5754
}

0 commit comments

Comments
 (0)