gammaray: pname should be lower case
This commit is contained in:
parent
63f7debd79
commit
0a27cac9b1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "GammaRay";
|
||||
pname = "gammaray";
|
||||
version = "2.11.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
Loading…
Reference in a new issue