treewide: Fix packages using name where they should use pname

This commit is contained in:
Patrick Hilhorst
2018-11-06 00:06:17 +01:00
parent 320c9c10de
commit b0e9fc131c
27 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
stdenv.mkDerivation rec {
version = "0.9.0";
name = "cadence";
pname = "cadence";
src = fetchurl {
url = "https://github.com/falkTX/Cadence/archive/v${version}.tar.gz";