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
No known key found for this signature in database
GPG Key ID: 589BB0A8DAFEF2B2

View File

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