mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 16:10:45 +01:00
fix(ctp-glamour): use pname
This commit is contained in:
parent
6db2c7a756
commit
9a840c1f66
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ in {
|
||||||
fetchurl,
|
fetchurl,
|
||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
name = "ctp-glamour-${flavor}";
|
pname = "ctp-glamour-${flavor}";
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue