forked from mirrors/nixpkgs
pkgs/development/libraries/buddy: enable Hydra build on all platforms
svn path=/nixpkgs/trunk/; revision=23469
This commit is contained in:
parent
687c9ddb3e
commit
b41eb608da
1 changed files with 3 additions and 0 deletions
|
@ -17,5 +17,8 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "http://sourceforge.net/projects/buddy/";
|
homepage = "http://sourceforge.net/projects/buddy/";
|
||||||
description = "binary decision diagram package";
|
description = "binary decision diagram package";
|
||||||
license = "as-is";
|
license = "as-is";
|
||||||
|
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue