hexdino: use pname

This commit is contained in:
Benjamin Hipple 2020-01-25 23:35:04 -05:00
parent 5b6eba9ee2
commit f796942c56

View File

@ -1,6 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform, ncurses }:
rustPlatform.buildRustPackage rec {
name = "hexdino-${version}";
rustPlatform.buildRustPackage {
pname = "hexdino";
version = "0.1.0";
src = fetchFromGitHub {