Keep nixpkgs backwards-compatible at least 1 version

This commit is contained in:
Shea Levy 2012-12-17 10:21:55 -05:00
parent faf821e501
commit 97389f5b1f

View File

@ -553,7 +553,7 @@ let
unifdef = callPackage ../development/tools/misc/unifdef { };
unionfs-fuse = callPackage ../tools/filesystems/unionfs-fuse { };
"unionfs-fuse" = callPackage ../tools/filesystems/unionfs-fuse { };
usb_modeswitch = callPackage ../development/tools/misc/usb-modeswitch { };