1
0
Fork 0
mirror of https://codeberg.org/icewind/shelve.git synced 2026-06-03 20:14:08 +02:00

fix pname

This commit is contained in:
Robin Appelman 2024-01-12 23:46:01 +01:00
commit 62859c260c

View file

@ -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;