about summary refs log tree commit diff
path: root/pkgs/development/libraries/openbabel
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt2-2/+2
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-14openbabel2: -std=c++14 for code from 2016annalee1-0/+2
fix clang build due to usage of `std::binary_function`
2024-02-14openbabel-unstable: 3.1.1 -> unstable-06-12-23Phillip Seeber1-7/+9
2023-02-04openbabel2: fixup build with gcc12Vladimír Čunát1-0/+4
This is actually the one I wanted to fix in commit ad1bdf4e77f6, but I didn't notice that we have two attributes and expressions.
2023-02-04v8, openbabel: fixup build with gcc12Vladimír Čunát1-0/+4
2022-01-30openbabel2: use python3Robert Schütz1-2/+2
2022-01-16python,pythonPackages: make aliasesRobert Schütz1-2/+2
Since aliases are disallowed in nixpkgs, this makes usage of Python 2 which is EOL more explicit.
2021-12-30openbabel2: switch to fetchFromGitHubFelix Buehler1-4/+6
2021-11-12openbabel: switch to fetchFromGitHubFelix Buehler1-7/+7
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob2-2/+2
2021-01-18openbabel2: init at 2.4.1Sandro Jäckel1-0/+31
2021-01-18openbabel: 2.4 -> 3.1.1Daniel Barter1-18/+29
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-17pkgs/development/libraries: Add missing descriptions and homepagesChristine Koppelt1-0/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-10openbabel: Fixes AArch64 buildSamuel Dionne-Riel1-1/+9
https://github.com/openbabel/openbabel/issues/1689
2018-08-09openbabel: add licensePascal Wittmann1-0/+1
see issue #43716
2017-03-27treewide: purge maintainers.urkudVladimír Čunát1-1/+1
It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
2016-12-28openbabel: 2.3.2 -> 2.4.1mimadrid1-6/+6
2016-03-02Mark some packages as broken due to GCC 5Eelco Dolstra1-0/+1
2013-12-04openbabel: update from 2.3.1 to 2.3.2Nixpkgs Monitor1-2/+2
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-01-14openbabel-2.3.1, depend on cairoYury G. Kudryashov1-8/+8
svn path=/nixpkgs/trunk/; revision=31540
2011-08-15openbabel-2.3.0, use cmakeYury G. Kudryashov1-6/+13
svn path=/nixpkgs/trunk/; revision=28595
2009-04-21* Got rid of all --disable-static flags; they're redundant now.Eelco Dolstra1-4/+5
* Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
2009-03-10Updated openbabel to 2.2.1 and fixed style so that kdeedu can use it. ↵Sander van der Burg1-8/+9
Enabled ocaml support in kdeedu svn path=/nixpkgs/trunk/; revision=14494
2007-11-11Openbabel added. There are some TODO's in its nix-expression.Yury G. Kudryashov1-0/+13
svn path=/nixpkgs/trunk/; revision=9635