buildPython*: use pname

This commit is contained in:
Frederik Rietdijk
2020-03-30 17:07:41 +02:00
parent 237bf9e7bc
commit 46ec52f329
24 changed files with 55 additions and 46 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ lib, buildPythonApplication, fetchFromGitHub, python3Packages, pyqtwebengine, lilypond }:
buildPythonApplication rec {
name = "frescobaldi-${version}";
pname = "frescobaldi";
version = "3.1.1";
src = fetchFromGitHub {