about summary refs log tree commit diff
path: root/pkgs/tools/video/swfmill
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-27 19:35:11 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-27 20:45:57 +0200
commitb8c370fedfb161e3694619625306c8a2ae34483c (patch)
tree3cd788747ec30a6591001645b8bfbcd8b8a86a15 /pkgs/tools/video/swfmill
parent52168faa5b189ef26bd8d0dff9a226a4618dd4e9 (diff)
tools/{X11/video/virtualization}: replace name with pname&version
Diffstat (limited to 'pkgs/tools/video/swfmill')
-rw-r--r--pkgs/tools/video/swfmill/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/video/swfmill/default.nix b/pkgs/tools/video/swfmill/default.nix
index c5e777f7531e9..dbad79e61ad1d 100644
--- a/pkgs/tools/video/swfmill/default.nix
+++ b/pkgs/tools/video/swfmill/default.nix
@@ -3,10 +3,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "swfmill-0.3.3";
+  pname = "swfmill";
+  version = "0.3.3";
 
   src = fetchurl {
-    url = "http://swfmill.org/releases/${name}.tar.gz";
+    url = "http://swfmill.org/releases/swfmill-${version}.tar.gz";
     sha256 = "15mcpql448vvgsbxs7wd0vdk1ln6rdcpnif6i2zjm5l4xng55s7r";
   };