remmina: use pname instead of name

Co-Authored-By: Synthetica9 <git@hilhorst.be>
This commit is contained in:
zimbatm
2018-11-05 19:05:09 +01:00
committed by Patrick Hilhorst
parent 1e99582eaf
commit cef08f162e

View File

@@ -12,7 +12,7 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "remmina-${version}";
pname = "remmina";
version = "1.2.32";
src = fetchFromGitLab {