mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00: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