about summary refs log tree commit diff
path: root/pkgs/development/libraries/assimp
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 17:41:28 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-02 21:17:44 +0300
commitb96fe03484ba8fa3091664246ec67a57f5703b1a (patch)
tree2d673f1f41dc21507849e1012eeede4c49aaeef2 /pkgs/development/libraries/assimp
parente669521834c5670bb0e79d9b25f3e3d10aede156 (diff)
downloadnixlib-b96fe03484ba8fa3091664246ec67a57f5703b1a.tar
nixlib-b96fe03484ba8fa3091664246ec67a57f5703b1a.tar.gz
nixlib-b96fe03484ba8fa3091664246ec67a57f5703b1a.tar.bz2
nixlib-b96fe03484ba8fa3091664246ec67a57f5703b1a.tar.lz
nixlib-b96fe03484ba8fa3091664246ec67a57f5703b1a.tar.xz
nixlib-b96fe03484ba8fa3091664246ec67a57f5703b1a.tar.zst
nixlib-b96fe03484ba8fa3091664246ec67a57f5703b1a.zip
treewide: Fix meta.platforms related typos
Diffstat (limited to 'pkgs/development/libraries/assimp')
-rw-r--r--pkgs/development/libraries/assimp/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/libraries/assimp/default.nix b/pkgs/development/libraries/assimp/default.nix
index ef75ad3fe871..3511c3331bc4 100644
--- a/pkgs/development/libraries/assimp/default.nix
+++ b/pkgs/development/libraries/assimp/default.nix
@@ -20,7 +20,6 @@ stdenv.mkDerivation {
     homepage = http://assimp.sourceforge.net/;
     license = licenses.bsd3;
     maintainers = with maintainers; [ ehmry ];
-    platfroms = [ platforms.linux platforms.darwin ];
-    inherit version;
+    platforms = platforms.unix;
   };
 }