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