summary refs log tree commit diff
path: root/pkgs/applications/graphics/PythonMagick
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* pythonmagick: fix build (#46469)Maximilian Bosch2018-09-10
| | | | | | | | | | | | | | | | | | | | | | | The original build broke with the following linker issue: ``` CXXLD _PythonMagick.la /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/ld: cannot find -l-L/nix/store/4gh6ynzsd5ndx37hmkl62xa8z30k43y1-imagemagick-6.9.9-34/lib collect2: error: ld returned 1 exit status ``` This happens since `BOOST_PYTHON_LIB` wasn't set properly, however `_PythonMagick.la` was linked with `-l$(BOOST_PYTHON_LIB) $(MAGICK_LIBS)`. With an empty `BOOST_PYTHON_LIB` the linker got confused. To work around this, the `boost` library directory needs to be specified explicitly. To ensure that the changes take effect, the original `configure` script shipped with `$src` needs to be removed and recreated using the `autoreconfHook`. Additionally the `imagemagick` license (https://spdx.org/licenses/ImageMagick.html) needs to be added to `lib/licenses.nix` to document the proper license of `pythonmagick` in the meta section.
* pythonmagick: Fix sha256Tuomas Tynkkynen2017-09-14
|
* pythonmagick: note to whoever maintains this that expression should be movedFrederik Rietdijk2017-07-19
|
* pythonmagick: 0.9.14 -> 0.9.16ndowens2017-03-18
|
* pythonmagick: 0.9.12 -> 0.9.14Franz Pletz2016-10-13
|
* pythonmagick: 0.9.11 -> 0.9.12Graham Christensen2016-02-27
|
* Version bump and made name attribute to lowercase.Sibi2015-01-30
| | | | (Tested the fix in my local machine just to be sure)
* meta.homepage added to several packagesYury G. Kudryashov2008-01-30
| | | | svn path=/nixpkgs/trunk/; revision=10417
* add PythonMagick 0.7Armijn Hemel2007-08-09
svn path=/nixpkgs/trunk/; revision=9078