adobe_flex_sdk, use - instead of _ in name
svn path=/nixpkgs/trunk/; revision=22269
This commit is contained in:
parent
22f7cf6976
commit
02adc9484b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue