libraw: set meta.platforms to unix

This commit is contained in:
Vincent Laporte 2017-07-13 17:38:51 +00:00
parent 8bafd3aaa4
commit 058f46cc13

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
description = "Library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)";
homepage = http://www.libraw.org/;
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
};
}