falcon: Fix typo in derivation name (closes #21112)
This commit is contained in:
parent
2e7105467b
commit
f92544fe12
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchFromGitHub, cmake, pkgconfig, pcre, zlib, sqlite }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "faclon-${version}";
|
||||
name = "falcon-${version}";
|
||||
version = "2013-09-19";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
Loading…
x
Reference in New Issue
Block a user