nixpkgs/pkgs
aszlig 7c9f4ee032
lua-packages/luasocket: Fix wrong platforms value
This has surfaced due to 505d7bea3a and
the fixup commit 77f5a50c40.

The individial platform attributes are a list rather than single
elements, so in this case we got:

with platforms; [darwin linux freebsd illumos]

Which results in:

[ ["x86_64-darwin"]
  ["i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux"
   "armv7l-linux" "aarch64-linux" "mips64el-linux"]
  ["i686-freebsd" "x86_64-freebsd"]
  ["x86_64-solaris"]
]

So if you don't have allowBroken set in nixpkgs config, you end up with
an evaluation error because meta.platforms is expected to be a list
instead of a list of lists which we got here.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @mornfall, @vcunat
2017-02-20 00:05:18 +01:00
..
applications firefox-bin: Add gpg verification to updater (#22270) 2017-02-19 18:33:31 +00:00
build-support buildRustPackage: fix deprecated use of registry.index config key (#22987) 2017-02-19 18:25:25 +00:00
common-updater maintainers: Add script to patch version/sha256 in .nix files 2017-02-19 16:51:17 +02:00
data hackage: update snapshot to 2017-02-12T15:49:03Z 2017-02-16 11:48:10 +01:00
desktops qlipper: 2016-09-26 -> 5.0.0 2017-02-19 11:52:26 -03:00
development vulkan-loader: fix search paths in suid processes 2017-02-20 01:39:48 +03:00
games scummvm: 1.8.0 -> 1.9.0 2017-02-17 23:46:53 +01:00
misc vimPlugins.clang_complete: init at 2017-02-16 2017-02-19 21:33:18 +01:00
os-specific nvidia: support application profiles 2017-02-19 19:46:01 +03:00
servers coredns: 001 -> 005 2017-02-19 21:26:10 +01:00
shells dgsh-unstable: Init at 2017-02-05 (#22657) 2017-02-18 14:25:49 +01:00
stdenv Merge pull request #22387 from Ericson2314/cross-3-platforms 2017-02-05 17:41:31 -05:00
test
tools wuzz: 0.1.0 -> 0.2.0 (#23002) 2017-02-19 19:11:00 +00:00
top-level lua-packages/luasocket: Fix wrong platforms value 2017-02-20 00:05:18 +01:00