mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-01 13:14:42 +00:00
cano: use pname instead of name
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
, ncurses
|
||||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
name = "cano";
|
||||
pname = "cano";
|
||||
version = "0.1.0-alpha";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user