mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
openjade requires a version of opensp built with gcc33 in order to compile.
svn path=/nixpkgs/trunk/; revision=24057
This commit is contained in:
parent
228303d47e
commit
b36f4c74bd
@ -942,6 +942,7 @@ let
|
||||
|
||||
openjade = callPackage ../tools/text/sgml/openjade {
|
||||
stdenv = overrideGCC stdenv gcc33;
|
||||
opensp = opensp.override { stdenv = overrideGCC stdenv gcc33; };
|
||||
};
|
||||
|
||||
openobex = callPackage ../tools/bluetooth/openobex { };
|
||||
|
Loading…
Reference in New Issue
Block a user