updating bits of nix stuff
This commit is contained in:
parent
dafe74de25
commit
85f43fcc76
2 changed files with 7 additions and 4 deletions
|
@ -35,8 +35,8 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libre-presenter";
|
||||
pname = "libre-presenter";
|
||||
name = "lumina";
|
||||
pname = "lumina";
|
||||
version = "0.0.1";
|
||||
|
||||
__noChroot = true;
|
||||
|
@ -109,7 +109,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
name = "Libre Presenter";
|
||||
name = "Lumina";
|
||||
description = "A church presentation software made with QT/QML";
|
||||
homepage = "";
|
||||
license = licenses.gpl3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue