buildPythonPackage: fix standalone applications using it

This commit is contained in:
Domen Kožar
2015-11-21 21:44:12 +01:00
parent 99a64da600
commit 704c8bab41
22 changed files with 88 additions and 216 deletions
+2 -2
View File
@@ -14,11 +14,10 @@ in buildPythonPackage rec {
buildInputs = [ ffmpeg ];
pythonPath = [ pygtk dbus ffmpeg mplayer dvdauthor vcdimager cdrkit ];
propagatedBuildInputs = [ pygtk dbus ffmpeg mplayer dvdauthor vcdimager cdrkit ];
postPatch = ''
substituteInPlace devede --replace "/usr/share/devede" "$out/share/devede"
'';
meta = with stdenv.lib; {
@@ -26,5 +25,6 @@ in buildPythonPackage rec {
homepage = http://www.rastersoft.com/programas/devede.html;
license = licenses.gpl3;
maintainers = [ maintainers.bdimcheff ];
broken = true; # tarball is gone
};
}