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
commit 269a0569b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {