mirror of
https://codeberg.org/icewind/shelve.git
synced 2026-06-03 20:14:08 +02:00
fix pname
This commit is contained in:
parent
e8458566af
commit
62859c260c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
src = sourceByRegex ./. ["Cargo.*" "(src|templates)(/.*)?"];
|
src = sourceByRegex ./. ["Cargo.*" "(src|templates)(/.*)?"];
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
name = "shelve";
|
pname = "shelve";
|
||||||
version = "0.1.0";
|
version = "0.1.0";
|
||||||
|
|
||||||
inherit src;
|
inherit src;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue