tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
added L0L1P0P1 to persepolis maintainers
L0L1P0P1
6 months ago
a3bca2ec
db2e6445
+4
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
pe
persepolis
package.nix
+4
-2
pkgs/by-name/pe/persepolis/package.nix
···
8
meson,
9
ninja,
10
}:
11
-
12
python3.pkgs.buildPythonApplication rec {
13
pname = "persepolis";
14
version = "5.2.0";
···
60
mainProgram = "persepolis";
61
homepage = "https://persepolisdm.github.io/";
62
license = licenses.gpl3Plus;
63
-
maintainers = with maintainers; [ iFreilicht ];
0
0
0
64
};
65
}
···
8
meson,
9
ninja,
10
}:
0
11
python3.pkgs.buildPythonApplication rec {
12
pname = "persepolis";
13
version = "5.2.0";
···
59
mainProgram = "persepolis";
60
homepage = "https://persepolisdm.github.io/";
61
license = licenses.gpl3Plus;
62
+
maintainers = with maintainers; [
63
+
iFreilicht
64
+
L0L1P0P
65
+
];
66
};
67
}