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, fetchFromGitHub, cmake, pkgconfig, pcre, zlib, sqlite }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "faclon-${version}";
|
name = "falcon-${version}";
|
||||||
version = "2013-09-19";
|
version = "2013-09-19";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user