From 37fbf0e24fd015d81316bebc0355c41c3ecf4329 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Wed, 3 Feb 2016 04:25:54 +0200 Subject: [PATCH] dtc: Builds on Darwin --- pkgs/development/compilers/dtc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/dtc/default.nix b/pkgs/development/compilers/dtc/default.nix index 59c85d03d4ba..6daf7a6115a3 100644 --- a/pkgs/development/compilers/dtc/default.nix +++ b/pkgs/development/compilers/dtc/default.nix @@ -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; }; }