From 2058d95eb41520f72e8cbb7c0f895d86b0da0769 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Tue, 18 Jun 2013 22:02:52 +0200 Subject: non-Linux platforms: extend to some important pkgs --- pkgs/applications/audio/flac/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/audio') diff --git a/pkgs/applications/audio/flac/default.nix b/pkgs/applications/audio/flac/default.nix index d42147294852..0383a1ce0ad5 100644 --- a/pkgs/applications/audio/flac/default.nix +++ b/pkgs/applications/audio/flac/default.nix @@ -15,5 +15,6 @@ stdenv.mkDerivation rec { meta = { homepage = http://xiph.org/flac/; description = "Library and tools for encoding and decoding the FLAC lossless audio file format"; + platforms = stdenv.lib.platforms.all; }; } -- cgit 1.4.1