Python: replace mkPythonDerivation with buildPythonPackage and format="other";
This way all Python packages use the same function, `buildPythonPackage`.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{stdenv, fetchurl, pkgconfig, libxml2Python, libxslt, intltool
|
||||
, makeWrapper, python2Packages }:
|
||||
|
||||
python2Packages.mkPythonDerivation {
|
||||
python2Packages.buildPythonApplication {
|
||||
name = "gnome-doc-utils-0.20.10";
|
||||
format = "other";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://gnome/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.10.tar.xz;
|
||||
|
||||
Reference in New Issue
Block a user