Skip to content

Commit

Permalink
Merge pull request NixOS#78503 from bhipple/fix/hexdino
Browse files Browse the repository at this point in the history
hexdino: use pname
  • Loading branch information
worldofpeace authored Jan 29, 2020
2 parents ff54d08 + f796942 commit 269a056
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/editors/hexdino/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ stdenv, fetchFromGitHub, rustPlatform, ncurses }:
rustPlatform.buildRustPackage rec {
name = "hexdino-${version}";

rustPlatform.buildRustPackage {
pname = "hexdino";
version = "0.1.0";

src = fetchFromGitHub {
Expand Down

0 comments on commit 269a056

Please sign in to comment.