forked from mirrors/nixpkgs
only build cflow on linux
svn path=/nixpkgs/trunk/; revision=25410
This commit is contained in:
parent
fb952b2f68
commit
7e57ff0c7f
|
@ -53,6 +53,6 @@ stdenv.mkDerivation rec {
|
|||
_argp_program_version$non_lazy_ptr in libcflow.a(argp-parse.o)
|
||||
ld: symbol(s) not found
|
||||
*/
|
||||
platforms = stdenv.lib.platforms.allBut "i686-darwin";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue