remmina: use pname instead of name
Co-Authored-By: Synthetica9 <git@hilhorst.be>
This commit is contained in:
parent
1e99582eaf
commit
cef08f162e
|
@ -12,7 +12,7 @@
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "remmina-${version}";
|
pname = "remmina";
|
||||||
version = "1.2.32";
|
version = "1.2.32";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
|
|
Loading…
Reference in New Issue