mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
lighttable: rename package LightTable to lighttable
This commit is contained in:
parent
5b947b82e6
commit
79e9ca33c8
|
@ -14,7 +14,7 @@ in
|
|||
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "LightTable-${version}";
|
||||
name = "lighttable-${version}";
|
||||
version = "0.7.2";
|
||||
|
||||
src =
|
||||
|
|
Loading…
Reference in a new issue