about summary refs log tree commit diff
path: root/pkgs/applications/editors/qxmledit
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2022-03-22 17:57:23 +0100
committerFelix Buehler <account@buehler.rocks>2022-03-23 22:34:54 +0100
commite0476d93fe71dabae965f153724648df813c4fe0 (patch)
treeac1e7dc7463908a6bac68c04219502302dbe35db /pkgs/applications/editors/qxmledit
parent5dbd4b2b27e24eaed6a79603875493b15b999d4b (diff)
downloadnixlib-e0476d93fe71dabae965f153724648df813c4fe0.tar
nixlib-e0476d93fe71dabae965f153724648df813c4fe0.tar.gz
nixlib-e0476d93fe71dabae965f153724648df813c4fe0.tar.bz2
nixlib-e0476d93fe71dabae965f153724648df813c4fe0.tar.lz
nixlib-e0476d93fe71dabae965f153724648df813c4fe0.tar.xz
nixlib-e0476d93fe71dabae965f153724648df813c4fe0.tar.zst
nixlib-e0476d93fe71dabae965f153724648df813c4fe0.zip
treewide: rename name to pname&version
Diffstat (limited to 'pkgs/applications/editors/qxmledit')
-rw-r--r--pkgs/applications/editors/qxmledit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/qxmledit/default.nix b/pkgs/applications/editors/qxmledit/default.nix
index d2aea1344da8..35c5f644ffa4 100644
--- a/pkgs/applications/editors/qxmledit/default.nix
+++ b/pkgs/applications/editors/qxmledit/default.nix
@@ -2,7 +2,7 @@
   qmake, qtbase, qtxmlpatterns, qtsvg, qtscxml, qtquick1, libGLU }:
 
 stdenv.mkDerivation rec {
-  name = "qxmledit-${version}" ;
+  pname = "qxmledit" ;
   version = "0.9.15" ;
   src = fetchFromGitHub ( lib.importJSON ./qxmledit.json ) ;
   nativeBuildInputs = [ qmake ] ;