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:
parent
9037126df0
commit
2d30955632
@ -5,6 +5,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "xpra-0.9.5";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://xpra.org/src/${name}.tar.bz2";
|
||||
|
Loading…
Reference in New Issue
Block a user