buildPythonApplication: use new function for Python applications

This commit is contained in:
Frederik Rietdijk
2016-02-19 13:16:41 +01:00
parent dda9f0ba23
commit 4d06bf70f4
133 changed files with 195 additions and 195 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
{ pkgs, stdenv, fetchurl, pythonPackages, buildPythonPackage, pygtk, ffmpeg, mplayer, vcdimager, cdrkit, dvdauthor }:
{ pkgs, stdenv, fetchurl, pythonPackages, buildPythonApplication, pygtk, ffmpeg, mplayer, vcdimager, cdrkit, dvdauthor }:
let
inherit (pythonPackages) dbus;
in buildPythonPackage rec {
in buildPythonApplication rec {
name = "devede-3.23.0";
namePrefix = "";