adobe_flex_sdk, use - instead of _ in name

svn path=/nixpkgs/trunk/; revision=22269
This commit is contained in:
Marc Weber 2010-06-14 22:35:40 +00:00
parent 22f7cf6976
commit 02adc9484b
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
args: with args;
stdenv.mkDerivation rec {
name = "adobe_flex_sdk_4.0.0.14159_mpl";
name = "adobe-flex-sdk-4.0.0.14159-mpl";
src = fetchurl {
# This is the open source distribution

View file

@ -2019,7 +2019,7 @@ let
inherit gmp mpfr;
};
adobeFlexSDK = import ../development/compilers/adobe-flex-sdk {
adobe_flex_sdk = import ../development/compilers/adobe-flex-sdk {
inherit fetchurl stdenv unzip jre;
};