adobe_flex_sdk, use - instead of _ in name
svn path=/nixpkgs/trunk/; revision=22269
This commit is contained in:
parent
22f7cf6976
commit
02adc9484b
@ -1,6 +1,6 @@
|
|||||||
args: with args;
|
args: with args;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "adobe_flex_sdk_4.0.0.14159_mpl";
|
name = "adobe-flex-sdk-4.0.0.14159-mpl";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# This is the open source distribution
|
# This is the open source distribution
|
||||||
|
@ -2019,7 +2019,7 @@ let
|
|||||||
inherit gmp mpfr;
|
inherit gmp mpfr;
|
||||||
};
|
};
|
||||||
|
|
||||||
adobeFlexSDK = import ../development/compilers/adobe-flex-sdk {
|
adobe_flex_sdk = import ../development/compilers/adobe-flex-sdk {
|
||||||
inherit fetchurl stdenv unzip jre;
|
inherit fetchurl stdenv unzip jre;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user