buildPython*: use pname
This commit is contained in:
@@ -5,8 +5,11 @@
|
||||
|
||||
let
|
||||
inherit (python3Packages) buildPythonApplication docutils pygobject3;
|
||||
pname = "arandr";
|
||||
version = "0.1.10";
|
||||
name = "${pname}-${version}";
|
||||
in buildPythonApplication rec {
|
||||
name = "arandr-0.1.10";
|
||||
inherit pname version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://christian.amsuess.com/tools/arandr/files/${name}.tar.gz";
|
||||
|
||||
Reference in New Issue
Block a user