Merge pull request #78503 from bhipple/fix/hexdino

hexdino: use pname
This commit is contained in:
worldofpeace
2020-01-28 23:49:03 -05:00
committed by GitHub

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 {