From e4fcddf1774785f00ff07e759086a4b8ce9e06d8 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Mon, 20 Jul 2015 12:04:43 +0200 Subject: statifier: fix meta.platforms syntax --- pkgs/os-specific/linux/statifier/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/statifier/default.nix b/pkgs/os-specific/linux/statifier/default.nix index 0e1ecdd6d7d..dd62d6d9d07 100644 --- a/pkgs/os-specific/linux/statifier/default.nix +++ b/pkgs/os-specific/linux/statifier/default.nix @@ -17,9 +17,9 @@ stdenv.mkDerivation { sed -e s@/usr/@"$out/"@g -i */Makefile src/statifier sed -e s@/bin/bash@"${stdenv.shell}"@g -i src/*.sh ''; - + meta = with stdenv.lib; { description = "Tool for creating static Linux binaries"; - platforms = with platforms; [ linux ]; + platforms = with platforms; linux; }; } -- cgit 1.4.1