dtc: Builds on Darwin
This commit is contained in:
parent
3a98ff3c21
commit
37fbf0e24f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue