mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 14:38:14 +00:00
xmloscopy: name -> pname
This commit is contained in:
parent
16584b52f3
commit
b8c0210fcc
@ -5,7 +5,7 @@ fzf, coreutils, libxml2, libxslt, jing, findutils, gnugrep, gnused,
|
||||
docbook5
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xmloscopy-${version}";
|
||||
pname = "xmloscopy";
|
||||
version = "0.1.3";
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user