Merge #12783: add some meta.platforms attributes

This commit is contained in:
Vladimír Čunát
2016-02-03 09:10:19 +01:00
4 changed files with 4 additions and 2 deletions

View File

@@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = https://git.kernel.org/cgit/utils/dtc/dtc.git;
license = licenses.gpl2; # dtc itself is GPLv2, libfdt is dual GPL/BSD
maintainers = [ maintainers.dezgeg ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}