xpra: fix package name

Remove the "python2.7-" prefix from the package name so that it can be
installed with "nix-env -i xpra".
This commit is contained in:
Bjørn Forsman 2014-02-01 17:06:37 +01:00
parent 9037126df0
commit 2d30955632

View File

@ -5,6 +5,7 @@
buildPythonPackage rec {
name = "xpra-0.9.5";
namePrefix = "";
src = fetchurl {
url = "http://xpra.org/src/${name}.tar.bz2";