summary refs log tree commit diff
path: root/pkgs/development/python-modules/unicorn
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/unicorn')
-rw-r--r--pkgs/development/python-modules/unicorn/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/unicorn/default.nix b/pkgs/development/python-modules/unicorn/default.nix
index 215a32e3b60..484f422adf3 100644
--- a/pkgs/development/python-modules/unicorn/default.nix
+++ b/pkgs/development/python-modules/unicorn/default.nix
@@ -2,7 +2,7 @@
 
 buildPythonPackage rec {
   pname = "unicorn";
-  version = stdenv.lib.getVersion unicorn-emu;
+  version = lib.getVersion unicorn-emu;
 
   src = unicorn-emu.src;
   sourceRoot = "source/bindings/python";