summary refs log tree commit diff
path: root/pkgs/development/interpreters/pyrex
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2007-11-26 13:24:56 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2007-11-26 13:24:56 +0000
commitc54b75c9593b115bf3f07cae3dd1a3e2c75a055a (patch)
tree3906501e320becbb583a5fa85be926f26511318f /pkgs/development/interpreters/pyrex
parentd794ae6cbc5d7bd1a77817256e89771bf962e833 (diff)
downloadnixpkgs-c54b75c9593b115bf3f07cae3dd1a3e2c75a055a.tar
nixpkgs-c54b75c9593b115bf3f07cae3dd1a3e2c75a055a.tar.gz
nixpkgs-c54b75c9593b115bf3f07cae3dd1a3e2c75a055a.tar.bz2
nixpkgs-c54b75c9593b115bf3f07cae3dd1a3e2c75a055a.tar.lz
nixpkgs-c54b75c9593b115bf3f07cae3dd1a3e2c75a055a.tar.xz
nixpkgs-c54b75c9593b115bf3f07cae3dd1a3e2c75a055a.tar.zst
nixpkgs-c54b75c9593b115bf3f07cae3dd1a3e2c75a055a.zip
* Get rid of the `(import (__toPath ((toString
  ./JustNothing/.. )+"/"+args.version+".nix")))' hack, you can also just
  write `import (./path/to/pkg + "/${version}.nix)'.

svn path=/nixpkgs/trunk/; revision=9792
Diffstat (limited to 'pkgs/development/interpreters/pyrex')
-rw-r--r--pkgs/development/interpreters/pyrex/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/pyrex/default.nix b/pkgs/development/interpreters/pyrex/default.nix
deleted file mode 100644
index c8e4bcf9545..00000000000
--- a/pkgs/development/interpreters/pyrex/default.nix
+++ /dev/null
@@ -1,2 +0,0 @@
-args : 
-(import (__toPath ((toString ./JustNothing/.. )+"/"+args.version+".nix"))) args